Home
last modified time | relevance | path

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

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