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 233 SD_Static, ///< Static storage duration.
  /external/clang/lib/CodeGen/
CGExpr.cpp 201 case SD_Static:
259 case SD_Static:
306 case SD_Static:
    [all...]
CGExprConstant.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 862 getTSCSpec() ? SD_Thread : SD_Static;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 220 if (SD == SD_Static || SD == SD_Thread)
    [all...]

Completed in 812 milliseconds