Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h248 SimpleTemporaryObjectKind, enumerator
250 TEMPORARY_BEGIN = SimpleTemporaryObjectKind,
510 ConstructionContext::SimpleTemporaryObjectKind, BTE, MTE) {} in SimpleTemporaryObjectConstructionContext()
514 return CC->getKind() == SimpleTemporaryObjectKind; in classof()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp262 case ConstructionContext::SimpleTemporaryObjectKind: { in computeObjectUnderConstruction()
437 case ConstructionContext::SimpleTemporaryObjectKind: { in updateObjectsUnderConstruction()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5416 case ConstructionContext::SimpleTemporaryObjectKind: { in print_construction_context()