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