Home
last modified time | relevance | path

Searched refs:disable_tail_calls (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c5592 expand_gimple_basic_block (basic_block bb, bool disable_tail_calls) in expand_gimple_basic_block() argument
5902 && disable_tail_calls) in expand_gimple_basic_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc5778 expand_gimple_basic_block (basic_block bb, bool disable_tail_calls) in expand_gimple_basic_block() argument
6086 && disable_tail_calls) in expand_gimple_basic_block()
H A DChangeLog-20124139 (expand_gimple_basic_block): Add disable_tail_calls argument.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td4334 The ``disable_tail_calls`` attribute instructs the backend to not perform tail
4343 int foo(int a) __attribute__((disable_tail_calls)) {
4347 Marking virtual functions as ``disable_tail_calls`` is legal.
4355 [[clang::disable_tail_calls]] virtual int foo1() {
H A DAttr.td1698 let Spellings = [Clang<"disable_tail_calls">];