Home
last modified time | relevance | path

Searched refs:NewAllocatedObjectKind (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h247 NewAllocatedObjectKind, enumerator
446 : ConstructionContext(ConstructionContext::NewAllocatedObjectKind), in NewAllocatedObjectConstructionContext()
455 return CC->getKind() == NewAllocatedObjectKind; in classof()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp164 case ConstructionContext::NewAllocatedObjectKind: { in computeObjectUnderConstruction()
384 case ConstructionContext::NewAllocatedObjectKind: { in updateObjectsUnderConstruction()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5399 case ConstructionContext::NewAllocatedObjectKind: { in print_construction_context()