Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DConstructionContext.h245 NewAllocatedObjectKind, enumerator
444 : ConstructionContext(ConstructionContext::NewAllocatedObjectKind), in NewAllocatedObjectConstructionContext()
453 return CC->getKind() == NewAllocatedObjectKind; in classof()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp163 case ConstructionContext::NewAllocatedObjectKind: { in prepareForObjectConstruction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp5063 case ConstructionContext::NewAllocatedObjectKind: { in print_construction_context()