Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h259 SD_Automatic, ///< Automatic storage duration (most local variables). enumerator
/external/clang/lib/Sema/
DJumpDiagnostics.cpp500 if (MTE->getStorageDuration() == SD_Automatic) { in BuildScopeInformation()
DSemaInit.cpp6326 (MTE->getStorageDuration() == SD_Automatic && in Perform()
/external/clang/lib/CodeGen/
DCGExpr.cpp228 case SD_Automatic: in pushTemporaryCleanup()
302 case SD_Automatic: in pushTemporaryCleanup()
319 case SD_Automatic: { in createReferenceTemporary()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2560 return Node.getStorageDuration() == SD_Automatic; in AST_MATCHER()
/external/clang/include/clang/AST/
DDecl.h929 return hasLocalStorage() ? SD_Automatic : in getStorageDuration()
DExprCXX.h3965 return SD_Automatic; in getStorageDuration()
/external/clang/lib/AST/
DExprConstant.cpp4683 createTemporary(E, E->getStorageDuration() == SD_Automatic); in VisitMaterializeTemporaryExpr()