Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h254 NewAllocatedObjectKind, enumerator
469 : ConstructionContext(ConstructionContext::NewAllocatedObjectKind), in NewAllocatedObjectConstructionContext()
478 return CC->getKind() == NewAllocatedObjectKind; in classof()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp174 case ConstructionContext::NewAllocatedObjectKind: { in computeObjectUnderConstruction()
419 case ConstructionContext::NewAllocatedObjectKind: { in updateObjectsUnderConstruction()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5692 case ConstructionContext::NewAllocatedObjectKind: { in print_construction_context()