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

  /external/clang/test/CodeGenObjC/
gc.m 4 extern id test0_helper(void);
5 __attribute__((objc_precise_lifetime)) id x = test0_helper();
6 test0_helper();
8 // CHECK: [[T0:%.*]] = call i8* @test0_helper()
10 // CHECK-NEXT: call i8* @test0_helper()
arc-arm.m 4 extern id test0_helper(void);
5 // CHECK: [[T0:%.*]] = call arm_aapcscc i8* @test0_helper()
7 return test0_helper();
arc-unopt.m 7 extern Test0 *test0_helper;
8 return test0_helper;
10 // CHECK: [[LD:%.*]] = load [[TEST0:%.*]]** @test0_helper
terminate.m 8 void test0_helper(void);
10 test0_helper();
  /external/clang/test/CodeGen/
kr-call.c 6 void test0_helper();
8 // CHECK: call void bitcast (void ()* @test0_helper to void (i32)*)(i32 signext 1)
9 test0_helper(1);
11 void test0_helper() {} function
  /external/clang/test/CodeGenObjCXX/
arc.mm 17 extern id test0_helper(void);
29 id x = *wp = test0_helper();
38 id y = *wvp = test0_helper();

Completed in 124 milliseconds