OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SD_Static
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Basic/
Specifiers.h
273
SD_Static
, ///< Static storage duration.
/external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp
272
if (decl.getStorageDuration() == clang::
SD_Static
)
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
220
case
SD_Static
:
277
case
SD_Static
:
341
case
SD_Static
:
[
all
...]
CGExprConstant.cpp
[
all
...]
CodeGenModule.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
[
all
...]
/external/clang/include/clang/AST/
Decl.h
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
231
if (SD ==
SD_Static
|| SD == SD_Thread)
[
all
...]
Completed in 981 milliseconds