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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  246     return !V.isUndef();
tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
   49     if (Arg.isUndef())
   89     if (Size.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  716   assert(!strLength.isUndef() && "Attempt to set an undefined string length");
 1401   if (strLength.isUndef())
 1565   if (strLength.isUndef())
 1630         if (dstStrLength.isUndef())
 1684       assert(!amountCopied.isUndef());
 1733     if (dstStrLength.isUndef())
 1756       assert(!finalStrLength.isUndef());
 1926   if (s1Length.isUndef())
 1931   if (s2Length.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  175     if (PSV.isUndef()) {
  220           if (V.isUndef())
  248   if (V.isUndef()) {
  322   if (L.isUndef()) {
  348   if (Arg.isUndef()) {
  376     if (V.isUndef()) {
  459   if (recVal.isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
  197   if (l.isUndef()) {
  249   if (V.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  115   if (AssertionVal.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  548         if (LHS.isUndef()) {
 1215   if (!OldCont.isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  310   if (ArgSVal.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  206   if (loc.isUndef() || !loc.getAs<Loc>())
tools/clang/lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
   48   if (RetVal.isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
   49       return St->getSVal(Ex, LCtx).isUndef();
   62   if (X.isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
   77   if (C.getSVal(B).isUndef()) {
  101     if (C.getSVal(B->getLHS()).isUndef()) {
  105     else if (C.getSVal(B->getRHS()).isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
   38   if (!C.getSVal(Index).isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
   37   if (!val.isUndef())
   75         if (C.getSVal(B->getLHS()).isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  385   if (V.isUndef())
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp
  152   if (V.isUndef()) {
tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
  100   if (sizeV.isUndef()) {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  287       (!ValueAtN.isUndef() || !ValueAfter.isUndef()))
  287       (!ValueAtN.isUndef() || !ValueAfter.isUndef()))
 1267     if (V.isUndef()) {
 1298   } else if (V.isUndef()) {
 1335   } else if (V.isUndef()) {
 2804     if (BoundVal.isUndef() || BoundVal.isZeroConstant()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2343   if (CondV_untested.isUndef()) {
 2832   if (location.isUndef())
 2857   if (location.isUndef())
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  370         if (V.isUndef() || PTMSV) {
  717     if (RHSVal.isUndef()) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  188     if (!recVal.isUndef()) {
  252       if (!recVal.isUndef()) {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1871   if (Result.isUndef())
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  406   if (lhs.isUndef() || rhs.isUndef())
  406   if (lhs.isUndef() || rhs.isUndef())