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
   50     apply(Result);
tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
  115       BVF.getAPSIntType(CE->getType()).apply(Result);
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
   94       Type.apply(Upper);
  107       Type.apply(Lower);
  112       Type.apply(Lower);
  113       Type.apply(Upper);
  117       Type.apply(Lower);
  130       Type.apply(Upper);
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  122   BasicVals.getAPSIntType(castTy).apply(i);
  181     BasicVals.getAPSIntType(castTy).apply(i);
  580             BasicVals.getAPSIntType(lSym->getType()).apply(i);
  582             BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
  609           CompareType.apply(LHSValue);
  610           CompareType.apply(RHSValue);
  613           IntType.apply(LHSValue);
  614           IntType.apply(RHSValue);