HomeSort by relevance Sort by last modified time
    Searched refs:callee1 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Sema/
attr-notail.c 5 int callee1() __attribute__((always_inline,not_tail_called)); // expected-error{{'always_inline' and 'not_tail_called' attributes are not compatible}} \
9 return a ? callee0() : callee1();
  /external/clang/test/CodeGen/
attr-no-tail.c 4 // CHECK: %{{[a-z0-9]+}} = notail call i32 @callee1(i32 %
7 // CHECK: store i32 (i32)* @callee1, i32 (i32)** [[ALLOCA1:%[A-Za-z0-9]+]], align 8
17 int callee1(int) __attribute__((not_tail_called));
27 return callee1(a);
29 FuncTy F = callee1;
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 7 .type callee1, @function
8 callee1: label
11 .localentry callee1, .-callee1
14 .size callee1, .-callee1
24 bl callee1
32 bl callee1
38 copy1 = callee1
49 # CHECK-NEXT: R_PPC64_REL24 callee1
    [all...]
  /external/compiler-rt/test/profile/
instrprof-value-prof-2.c 20 void callee1() {} function
40 func == callee1 || func == callee2 || func == main)
52 __llvm_profile_instrument_target((uint64_t)&callee1, (void *)Data, S);
72 // CHECK-NEXT: [ 0, callee1, 1 ]
74 // CHECK-NEXT: [ 1, callee1, 2 ]
76 // CHECK-NEXT: [ 2, callee1, 3 ]
78 // CHECK-NEXT: [ 3, callee1, 4 ]
80 // CHECK-NEXT: [ 4, callee1, 5 ]
82 // CHECK-NEXT: [ 5, callee1, 6 ]
84 // CHECK-NEXT: [ 6, callee1, 7
    [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 469 void callee1(S1);
472 callee1(s11);

Completed in 512 milliseconds