Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h254 NewAllocatedObjectKind, enumerator
469 : ConstructionContext(ConstructionContext::NewAllocatedObjectKind), in NewAllocatedObjectConstructionContext()
478 return CC->getKind() == NewAllocatedObjectKind; in classof()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp175 case ConstructionContext::NewAllocatedObjectKind: { in computeObjectUnderConstruction()
427 case ConstructionContext::NewAllocatedObjectKind: { in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5698 case ConstructionContext::NewAllocatedObjectKind: { in print_construction_context()