Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h249 ElidedTemporaryObjectKind, enumerator
251 TEMPORARY_END = ElidedTemporaryObjectKind,
537 ConstructionContext::ElidedTemporaryObjectKind, BTE, MTE), in ElidedTemporaryObjectConstructionContext()
555 return CC->getKind() == ElidedTemporaryObjectKind; in classof()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp232 case ConstructionContext::ElidedTemporaryObjectKind: { in computeObjectUnderConstruction()
410 case ConstructionContext::ElidedTemporaryObjectKind: { in updateObjectsUnderConstruction()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5422 case ConstructionContext::ElidedTemporaryObjectKind: { in print_construction_context()