Searched refs:RangeTestResultKind (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAPSIntType.cpp15 APSIntType::RangeTestResultKind
H A DRangeConstraintManager.cpp156 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
157 APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h76 enum RangeTestResultKind { enum in class:clang::ento::APSIntType
88 RangeTestResultKind testInRange(const llvm::APSInt &Val,

Completed in 107 milliseconds