Home
last modified time | relevance | path

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

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