Home
last modified time | relevance | path

Searched refs:huge_thread_local_array (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cc51 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT variable
54 huge_thread_local_array[0] = p; in StoreToTLS()
55 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp51 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
54 huge_thread_local_array[0] = p; in StoreToTLS()
55 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp51 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
54 huge_thread_local_array[0] = p; in StoreToTLS()
55 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp51 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
54 huge_thread_local_array[0] = p; in StoreToTLS()
55 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dresize_tls_dynamic.cpp47 __thread char huge_thread_local_array[1 << 12]; variable
50 memset(huge_thread_local_array, c, sizeof(huge_thread_local_array)); in StoreToTLS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp58 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
61 huge_thread_local_array[0] = p; in StoreToTLS()
62 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/lsan/TestCases/Linux/
H A Duse_tls_dynamic.cpp63 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; variable
66 huge_thread_local_array[0] = p; in StoreToTLS()
67 return &huge_thread_local_array[0]; in StoreToTLS()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Ddtls_test.c67 __thread long huge_thread_local_array[1 << 17]; variable
69 return &huge_thread_local_array[0]; in GetTls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/msan/
H A Ddtls_test.c67 __thread long huge_thread_local_array[1 << 17]; variable
69 return &huge_thread_local_array[0]; in GetTls()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/tsan/
H A Ddtls.c56 __thread long huge_thread_local_array[1 << 17]; variable
58 return &huge_thread_local_array[0]; in GetTls()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/tsan/
H A Ddtls.c56 __thread long huge_thread_local_array[1 << 17]; variable
58 return &huge_thread_local_array[0]; in GetTls()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Ddtls_test.c67 __thread long huge_thread_local_array[1 << 17]; variable
69 return &huge_thread_local_array[0]; in GetTls()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Ddtls_test.c67 __thread long huge_thread_local_array[1 << 17]; variable
69 return &huge_thread_local_array[0]; in GetTls()

123