HomeSort by relevance Sort by last modified time
    Searched refs:SizeV (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersChecker.cpp 69 SVal SizeV = State->getSVal(Size, C.getLocationContext());
71 if (SizeV.isUnknownOrUndef())
81 State->set<ArraySizeMap>(ArraySym, SizeV.castAs<DefinedSVal>()));
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]

Completed in 138 milliseconds