Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp280 case ConstructionContext::SimpleTemporaryObjectKind: { in computeObjectUnderConstruction()
472 case ConstructionContext::SimpleTemporaryObjectKind: { in updateObjectsUnderConstruction()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5709 case ConstructionContext::SimpleTemporaryObjectKind: { in print_construction_context()