HomeSort by relevance Sort by last modified time
    Searched refs:SD_Automatic (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 231 SD_Automatic, ///< Automatic storage duration (most local variables).
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 464 if (MTE->getStorageDuration() == SD_Automatic) {
SemaInit.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 210 case SD_Automatic:
285 case SD_Automatic:
302 case SD_Automatic:
    [all...]
  /external/clang/include/clang/AST/
Decl.h 861 return hasLocalStorage() ? SD_Automatic :
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 665 milliseconds