Home
last modified time | relevance | path

Searched refs:StorageDuration (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h277 enum StorageDuration { enum
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1081 StorageDuration getStorageDuration() const { in getStorageDuration()
H A DExprCXX.h4200 StorageDuration getStorageDuration() const { in getStorageDuration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp366 StorageDuration SD = MT->getStorageDuration(); in createTemporaryRegionIfNeeded()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp274 switch (StorageDuration Duration = M->getStorageDuration()) { in pushTemporaryCleanup()