Home
last modified time | relevance | path

Searched refs:NewAllocatedObjectConstructionContext (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h463 class NewAllocatedObjectConstructionContext : public ConstructionContext {
468 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp185 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
H A DCFG.cpp5706 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp169 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in computeObjectUnderConstruction()
H A DExprEngineCallAndReturn.cpp873 if (llvm::isa_and_nonnull<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()