Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h440 class NewAllocatedObjectConstructionContext : public ConstructionContext {
445 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp179 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
DCFG.cpp5400 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp744 if (llvm::isa_and_nonnull<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()
DExprEngineCXX.cpp166 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in computeObjectUnderConstruction()