reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
   88   RangeTestResultKind testInRange(const llvm::APSInt &Val,
tools/clang/lib/StaticAnalyzer/Core/APSIntType.cpp
   14 APSIntType::RangeTestResultKind
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
   75   APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower, true);
   76   APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper, true);