Home
last modified time | relevance | path

Searched refs:tls_model (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/test/Sema/
Dattr-tls_model.c3 #if !__has_attribute(tls_model)
7 int f() __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only …
9 int x __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only ap…
10 static __thread int y __attribute((tls_model("global-dynamic"))); // no-warning
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{'tls_model'…
13 static __thread int y __attribute((tls_model(123))); // expected-error {{'tls_model' attribute requ…
14 static __thread int y __attribute((tls_model("foobar"))); // expected-error {{tls_model must be "gl…
/external/llvm-project/clang/test/Sema/
Dattr-tls_model.c3 #if !__has_attribute(tls_model)
7 int f() __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only …
9 int x __attribute((tls_model("global-dynamic"))); // expected-error {{'tls_model' attribute only ap…
10 static __thread int y __attribute((tls_model("global-dynamic"))); // no-warning
12 static __thread int y __attribute((tls_model("local", "dynamic"))); // expected-error {{'tls_model'…
13 static __thread int y __attribute((tls_model(123))); // expected-error {{'tls_model' attribute requ…
14 static __thread int y __attribute((tls_model("foobar"))); // expected-error {{tls_model must be "gl…
/external/llvm-project/clang/test/CodeGen/
Dthread-specifier.c27 __thread int g __attribute__((tls_model("global-dynamic")));
28 __thread int h __attribute__((tls_model("local-dynamic")));
29 __thread int i __attribute__((tls_model("initial-exec")));
30 __thread int j __attribute__((tls_model("local-exec")));
33 __thread static int a __attribute__((tls_model("initial-exec"))); in f()
Dtls-model.cpp17 int __thread __attribute__((tls_model("initial-exec"))) z;
/external/clang/test/CodeGen/
Dthread-specifier.c25 __thread int g __attribute__((tls_model("global-dynamic")));
26 __thread int h __attribute__((tls_model("local-dynamic")));
27 __thread int i __attribute__((tls_model("initial-exec")));
28 __thread int j __attribute__((tls_model("local-exec")));
31 __thread static int a __attribute__((tls_model("initial-exec"))); in f()
Dtls-model.c17 int __thread __attribute__((tls_model("initial-exec"))) z;
/external/mesa3d/src/mapi/
Du_current.h33 __attribute__((tls_model("initial-exec")));
36 __attribute__((tls_model("initial-exec")));
Du_current.c103 __attribute__((tls_model("initial-exec")))
107 __attribute__((tls_model("initial-exec")));
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd_exclusive.cpp22 __attribute__((tls_model("initial-exec")))
24 __attribute__((tls_model("initial-exec")))
Dscudo_tsd_exclusive.inc24 __attribute__((tls_model("initial-exec")))
26 __attribute__((tls_model("initial-exec")))
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp41 __thread int tls_model [[gnu::tls_model("local-exec")]]; variable
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp40 __thread int tls_model [[gnu::tls_model("local-exec")]]; variable
/external/mesa3d/src/mapi/glapi/
Dglapi.h82 __attribute__((tls_model("initial-exec")));
85 __attribute__((tls_model("initial-exec")));
/external/llvm/include/llvm/Transforms/
DInstrumentation.h23 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanArgTLSPtrForJIT()
29 extern __thread __attribute__((tls_model("initial-exec"))) in getDFSanRetValTLSPtrForJIT()
/external/llvm-project/compiler-rt/lib/gwp_asan/
Ddefinitions.h13 __thread __attribute__((tls_model("initial-exec")))
/external/gwp_asan/gwp_asan/
Ddefinitions.h13 __thread __attribute__((tls_model("initial-exec")))
/external/webrtc/third_party/abseil-cpp/absl/base/
Dattributes.h558 #if ABSL_HAVE_ATTRIBUTE(tls_model) || (defined(__GNUC__) && !defined(__clang__))
559 #define ABSL_ATTRIBUTE_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
/external/abseil-cpp/absl/base/
Dattributes.h558 #if ABSL_HAVE_ATTRIBUTE(tls_model) || (defined(__GNUC__) && !defined(__clang__))
559 #define ABSL_ATTRIBUTE_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dattributes.h540 #if ABSL_HAVE_ATTRIBUTE(tls_model) || (defined(__GNUC__) && !defined(__clang__))
541 #define ABSL_ATTRIBUTE_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
/external/openscreen/third_party/abseil/src/absl/base/
Dattributes.h540 #if ABSL_HAVE_ATTRIBUTE(tls_model) || (defined(__GNUC__) && !defined(__clang__))
541 #define ABSL_ATTRIBUTE_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
/external/libtextclassifier/abseil-cpp/absl/base/
Dattributes.h540 #if ABSL_HAVE_ATTRIBUTE(tls_model) || (defined(__GNUC__) && !defined(__clang__))
541 #define ABSL_ATTRIBUTE_INITIAL_EXEC __attribute__((tls_model("initial-exec")))
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h163 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
Djemalloc_internal_defs_host.h154 #define JEMALLOC_TLS_MODEL __attribute__((tls_model("initial-exec")))
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerPlatform.h130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerPlatform.h130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local

123