Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp133 case ConstructionContextItem::TemporaryDestructorKind: { in createBoundTemporaryFromLayers()
197 case ConstructionContextItem::TemporaryDestructorKind: { in createFromLayers()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp594 ConstructionContextItem::TemporaryDestructorKind || in addObjectUnderConstruction()
2938 ConstructionContextItem::TemporaryDestructorKind || in processEndOfFunction()