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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 440 class NewAllocatedObjectConstructionContext : public ConstructionContext {
445 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE)
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 179 return create<NewAllocatedObjectConstructionContext>(C, NE);
CFG.cpp 5406 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 166 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC);
ExprEngineCallAndReturn.cpp 759 if (llvm::isa_and_nonnull<NewAllocatedObjectConstructionContext>(CC) &&

Completed in 22 milliseconds