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

  /external/clang/include/clang/Basic/
Specifiers.h 220 SD_Static, ///< Static storage duration.
  /external/clang/lib/CodeGen/
CGExpr.cpp 199 case SD_Static:
257 case SD_Static:
303 case SD_Static:
    [all...]
CGExprConstant.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 844 getTSCSpec() ? SD_Thread : SD_Static;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 218 if (SD == SD_Static || SD == SD_Thread)
    [all...]

Completed in 204 milliseconds