Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDConstructionContext.h244 NewAllocatedObjectKind, enumerator
443 : ConstructionContext(ConstructionContext::NewAllocatedObjectKind), in NewAllocatedObjectConstructionContext()
452 return CC->getKind() == NewAllocatedObjectKind; in classof()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp162 case ConstructionContext::NewAllocatedObjectKind: { in prepareForObjectConstruction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp5380 case ConstructionContext::NewAllocatedObjectKind: { in print_construction_context()