HomeSort by: relevance | last modified time | path
    Searched refs:CE_CXXAllocator (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 70 CE_CXXAllocator,
1052 Kind getKind() const override { return CE_CXXAllocator; }
1056 return CE->getKind() == CE_CXXAllocator;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 289 if (getKind() != CE_CXXAllocator)
485 if (Call.getKind() != CE_CXXAllocator)
ExprEngineCallAndReturn.cpp 838 case CE_CXXAllocator:

Completed in 71 milliseconds