Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DConstructionContext.h256 ElidedTemporaryObjectKind, enumerator
258 TEMPORARY_END = ElidedTemporaryObjectKind,
560 ConstructionContext::ElidedTemporaryObjectKind, BTE, MTE), in ElidedTemporaryObjectConstructionContext()
578 return CC->getKind() == ElidedTemporaryObjectKind; in classof()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp238 case ConstructionContext::ElidedTemporaryObjectKind: { in computeObjectUnderConstruction()
433 case ConstructionContext::ElidedTemporaryObjectKind: { in updateObjectsUnderConstruction()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5645 case ConstructionContext::ElidedTemporaryObjectKind: { in print_construction_context()