HomeSort by relevance Sort by last modified time
    Searched full:thread_int (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Sema/
thread-specifier.c 74 __thread int thread_int; variable
75 int *thread_int_ptr = &thread_int;
80 int *p = &thread_int; // This is perfectly fine, though.
83 constexpr int *thread_int_ptr_2 = &thread_int; // expected-error {{must be initialized by a constant expression}}

Completed in 226 milliseconds