Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h438 class NewAllocatedObjectConstructionContext : public ConstructionContext {
443 explicit NewAllocatedObjectConstructionContext(const CXXNewExpr *NE) in NewAllocatedObjectConstructionContext() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConstructionContext.cpp180 return create<NewAllocatedObjectConstructionContext>(C, NE); in createFromLayers()
H A DCFG.cpp5064 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in print_construction_context()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp165 const auto *NECC = cast<NewAllocatedObjectConstructionContext>(CC); in prepareForObjectConstruction()
H A DExprEngineCallAndReturn.cpp685 if (CC && isa<NewAllocatedObjectConstructionContext>(CC) && in mayInlineCallKind()