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

  /external/clang/test/Sema/
attr-notail.c 3 int callee0() __attribute__((not_tail_called,always_inline)); // expected-error{{'not_tail_called' and 'always_inline' attributes are not compatible}} \
9 return a ? callee0() : callee1();
  /external/clang/test/CodeGen/
attr-no-tail.c 3 // CHECK: %{{[a-z0-9]+}} = notail call i32 @callee0(i32 %
13 int callee0(int a) __attribute__((not_tail_called)) { function
25 return callee0(a);

Completed in 124 milliseconds