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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 71 CE_CXXDeallocator,
73 CE_END_FUNCTION_CALLS = CE_CXXDeallocator,
1099 Kind getKind() const override { return CE_CXXDeallocator; }
1103 return CE->getKind() == CE_CXXDeallocator;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 836 case CE_CXXDeallocator:

Completed in 27 milliseconds