Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp133 case ConstructionContextItem::TemporaryDestructorKind: { in createBoundTemporaryFromLayers()
197 case ConstructionContextItem::TemporaryDestructorKind: { in createFromLayers()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h35 TemporaryDestructorKind, enumerator
55 case TemporaryDestructorKind: return "destroy temporary"; in getKindAsString()
105 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp589 ConstructionContextItem::TemporaryDestructorKind || in addObjectUnderConstruction()
2907 ConstructionContextItem::TemporaryDestructorKind || in processEndOfFunction()