OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_mismatch_2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
declspec-thread.cpp
39
extern __declspec(thread) int
thread_mismatch_2
; // expected-note {{previous declaration}}
variable
40
int
thread_mismatch_2
= 5; // expected-error-re {{non-thread-local {{.*}} follows thread-local}}
variable
Completed in 94 milliseconds