Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h255 SimpleTemporaryObjectKind, enumerator
257 TEMPORARY_BEGIN = SimpleTemporaryObjectKind,
533 ConstructionContext::SimpleTemporaryObjectKind, BTE, MTE) {} in SimpleTemporaryObjectConstructionContext()
537 return CC->getKind() == SimpleTemporaryObjectKind; in classof()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp281 case ConstructionContext::SimpleTemporaryObjectKind: { in computeObjectUnderConstruction()
480 case ConstructionContext::SimpleTemporaryObjectKind: { in updateObjectsUnderConstruction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5715 case ConstructionContext::SimpleTemporaryObjectKind: { in print_construction_context()