Home
last modified time | relevance | path

Searched refs:ptr_test (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/safestack/
H A Dpthread.c11 static int ptr_test = 42; variable
15 if (ptr != &ptr_test) in t1_start()
19 int val = ptr_test * 5; in t1_start()
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
37 if (ptr != &ptr_test) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/safestack/
H A Dpthread.c11 static int ptr_test = 42;
15 if (ptr != &ptr_test)
19 int val = ptr_test * 5;
33 if (pthread_create(&t1, NULL, t1_start, &ptr_test))
37 if (ptr != &ptr_test)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm10/llvm-10.0.1.src/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm11/llvm-11.0.1.src/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {
/dports/devel/llvm90/llvm-9.0.1.src/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dbranch-alias.ll3 ; @ptr_test was generated from the following C code:
4 ; void ptr_test() {
18 ; CHECK: Function: ptr_test
19 define void @ptr_test() #0 {

1234