Home
last modified time | relevance | path

Searched refs:SD_Automatic (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h296 SD_Automatic, ///< Automatic storage duration (most local variables). enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp570 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
H A DSemaDeclAttr.cpp7443 assert(cast<VarDecl>(D)->getStorageDuration() == SD_Automatic && in handleUninitializedAttr()
H A DSemaInit.cpp8269 if (MTE->getStorageDuration() == SD_Automatic && in Perform()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2963 return SD_Automatic; in getStorageDuration()
2967 return ExtendingDecl->getDeclContext()->isFunctionOrMethod() ? SD_Automatic in getStorageDuration()
H A DJSONNodeDumper.cpp1369 case SD_Automatic: in VisitMaterializeTemporaryExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp304 case SD_Automatic: in pushTemporaryCleanup()
378 case SD_Automatic: in pushTemporaryCleanup()
397 case SD_Automatic: { in createReferenceTemporary()
527 case SD_Automatic: in EmitMaterializeTemporaryExpr()
H A DCGDecl.cpp189 if (D.getStorageDuration() != SD_Automatic) { in EmitVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4248 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1119 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()