Searched refs:ptr_test (Results 1 – 3 of 3) sorted by relevance
13 static int ptr_test = 42; variable17 if (ptr != &ptr_test) in t1_start()21 int val = ptr_test * 5; in t1_start()35 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()39 if (ptr != &ptr_test) in main()
3 ; @ptr_test was generated from the following C code:4 ; void ptr_test() {18 ; CHECK: Function: ptr_test19 define void @ptr_test() #0 {
4726 void ptr_test() { in ptr_test() function in RangeBasedForAndReferences::Foo