Home
last modified time | relevance | path

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

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