Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDConstructionContext.h245 SimpleTemporaryObjectKind, enumerator
247 TEMPORARY_BEGIN = SimpleTemporaryObjectKind,
507 ConstructionContext::SimpleTemporaryObjectKind, BTE, MTE) {} in SimpleTemporaryObjectConstructionContext()
511 return CC->getKind() == SimpleTemporaryObjectKind; in classof()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp278 case ConstructionContext::SimpleTemporaryObjectKind: { in prepareForObjectConstruction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp5397 case ConstructionContext::SimpleTemporaryObjectKind: { in print_construction_context()