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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 42 CE_CXXAllocator,
44 CE_END_FUNCTION_CALLS = CE_CXXAllocator,
771 Kind getKind() const override { return CE_CXXAllocator; }
774 return CE->getKind() == CE_CXXAllocator;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 666 case CE_CXXAllocator:
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 207 milliseconds