Home
last modified time | relevance | path

Searched refs:thread_int (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dthread-specifier.c87 __thread int thread_int; // thread-local-warning {{'_Thread_local' is a C11 extension}} variable
88 int *thread_int_ptr = &thread_int;
93 int *p = &thread_int; // This is perfectly fine, though. in g()
96 constexpr int *thread_int_ptr_2 = &thread_int; // expected-error {{must be initialized by a constan…
/external/clang/test/Sema/
Dthread-specifier.c74 __thread int thread_int; variable
75 int *thread_int_ptr = &thread_int;
80 int *p = &thread_int; // This is perfectly fine, though. in g()
83 constexpr int *thread_int_ptr_2 = &thread_int; // expected-error {{must be initialized by a constan…