HomeSort by relevance Sort by last modified time
    Searched refs:_Thread_local (Results 1 - 6 of 6) sorted by null

  /external/clang/test/PCH/
thread-local.cpp 8 extern _Thread_local int b;
13 _Thread_local int a; // expected-error {{thread-local declaration of 'a' with static initialization follows declaration with dynamic initialization}}
  /external/clang/test/SemaCXX/
cxx11-thread-local-print.cpp 4 // CHECK: _Thread_local int c11_tl;
7 _Thread_local int c11_tl;
  /external/clang/test/CXX/class/class.friend/
p6.cpp 15 friend _Thread_local class G; // expected-error {{'_Thread_local' is invalid in friend declarations}}
16 friend static _Thread_local class G; // expected-error {{'static _Thread_local' is invalid in friend declarations}}
  /external/clang/test/Sema/
thread-specifier.c 3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic %s -DC11 -D__thread=_Thread_local
4 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DC11 -D__thread=_Thread_local -std=c++98
6 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -fsyntax-only -Wno-private-extern -verify -pedantic -x c++ %s -DC11 -D__thread=_Thread_local -std=c++11 -Wno-deprecated
24 // expected-error-re@-2 {{'{{__thread|_Thread_local|thread_local}}' is only allowed on variable declarations}}
34 // expected-error@-4 {{'_Thread_local' is only allowed on variable declarations}}
44 // expected-error@-4 {{'_Thread_local' variables must have global storage}}
50 __thread auto int t12a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local}}' declaration specifier}}
53 __thread auto t12a = 0; // expected-error {{'_Thread_local' variables must have global storage}}
54 auto __thread t12b = 0; // expected-error {{'_Thread_local' variables must have global storage}}
56 __thread register int t13a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 234 #define _Thread_local __thread
242 #define _Thread_local __thread
  /external/libunwind_llvm/src/
Unwind-sjlj.c 54 # define _LIBUNWIND_THREAD_LOCAL _Thread_local

Completed in 282 milliseconds