OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t12a
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
thread-specifier.c
50
__thread auto int
t12a
; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local}}' declaration specifier}}
local
53
__thread auto
t12a
= 0; // expected-error {{'_Thread_local' variables must have global storage}}
local
Completed in 81 milliseconds