Searched refs:tail (Results 1 - 25 of 262) sorted by relevance

1234567891011

/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-list.h33 struct objc_list *tail; member in struct:objc_list
36 /* Return a cons cell produced from (head . tail) */
39 list_cons(void* head, struct objc_list* tail) argument
45 cell->tail = tail;
58 list = list->tail;
71 if(list->tail)
72 list = list->tail;
84 if ((*list)->tail)
86 struct objc_list* tail local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dqualified-id5.C4 int* tail; member in struct:msgpack_zone_finalizer_array
16 --msgpack_zone::finalizer_array.tail;
H A Ddeduce2.C2 typedef tuple<int> tail; typedef in struct:tuple
10 static const int i = length<typename tuple<L>::tail>::i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dcall-5.c1 /* Like call-1.c, but for n32. We cannot use sibling calls for tail and tail2
8 /* { dg-final { scan-assembler "\\.reloc\t1f,R_MIPS_JALR,tail\n1:\tjalr\t" } } */
26 int tail ();
31 return tail ();
H A Dcall-6.c7 /* { dg-final { scan-assembler "\\.reloc\t1f,R_MIPS_JALR,tail\n1:\tjalr\t" } } */
25 int tail ();
30 return tail ();
H A Dcall-1.c6 /* { dg-final { scan-assembler "\\.reloc\t1f,R_MIPS_JALR,tail\n1:\tjr\t" } } */
24 int tail ();
29 return tail ();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-33.C7 using tail=list<b...>;
9 void f(tail<T...>); // { dg-error "alias" }
H A Dalias-decl-33a.C3 // This variant should work because tail is equivalent to list.
8 using tail=list<a, b...>;
10 void f(tail<T...>);
/haiku-buildtools/legacy/binutils/gprof/
H A Dsearch_list.c53 if (list->tail)
54 list->tail->next = new_el;
58 list->tail = new_el;
H A Dsearch_list.h43 struct search_list_elem *tail;
42 struct search_list_elem *tail; member in struct:__anon2638
H A Dcg_dfn.c93 Sym *tail; local
152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next)
154 /* void: chase down to tail of things already glommed */
156 printf ("[find_cycle] tail ");
157 print_name (tail);
181 tail->cg.cyc.next = child;
188 for (tail
[all...]
/haiku-buildtools/binutils/gprof/
H A Dsearch_list.c53 if (list->tail)
54 list->tail->next = new_el;
58 list->tail = new_el;
H A Dsearch_list.h44 struct search_list_elem *tail;
43 struct search_list_elem *tail; member in struct:__anon596
H A Dcg_dfn.c93 Sym *tail; local
152 for (tail = head; tail->cg.cyc.next; tail = tail->cg.cyc.next)
154 /* void: chase down to tail of things already glommed */
156 printf ("[find_cycle] tail ");
157 print_name (tail);
181 tail->cg.cyc.next = child;
188 for (tail
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-iterator.c121 struct tree_statement_list_node *head, *tail, *cur; local
129 tail = STATEMENT_LIST_TAIL (t);
136 if (!head || !tail)
138 gcc_assert (head == tail);
148 tail = head;
163 tail->next = cur;
164 cur->prev = tail;
173 STATEMENT_LIST_TAIL (i->container) = tail;
185 i->ptr = tail;
197 struct tree_statement_list_node *head, *tail, *cu local
[all...]
H A Dsched-ebb.c115 debug_ebb_dependencies (rtx_insn *head, rtx_insn *tail)
121 BLOCK_NUM (head), BLOCK_NUM (tail));
123 debug_dependencies (head, tail);
399 add_deps_for_risky_insns (rtx_insn *head, rtx_insn *tail)
404 rtx_insn *next_tail = NEXT_INSN (tail);
495 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling)
503 while (head != tail)
507 else if (NOTE_P (tail) || DEBUG_INSN_P (tail))
508 tail
113 debug_ebb_dependencies(rtx_insn *head, rtx_insn *tail) argument
396 add_deps_for_risky_insns(rtx_insn *head, rtx_insn *tail) argument
492 schedule_ebb(rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) argument
636 rtx_insn *tail; local
[all...]
/haiku-buildtools/binutils/gold/testsuite/
H A Darm_target2_abs.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
H A Darm_target1_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
H A Darm_target1_abs.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
H A Darm_target2_got_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
H A Darm_target2_rel.sh31 found=`fgrep "Contents of section $section:" -A1 $file | tail -n 1`
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c698 digest_init (type, init, tail)
699 tree type, init, *tail;
711 if (tail)
713 old_tail_contents = *tail;
714 *tail = TREE_CHAIN (*tail);
853 else if (tail != 0)
855 *tail = old_tail_contents;
856 return process_init_constructor (type, 0, tail);
863 if (tail)
891 register tree tail; local
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/iq2000/
H A Dyield.exp32 set file [file tail $file]
/haiku-buildtools/binutils/gas/testsuite/gas/sh/arch/
H A Darch.exp75 set name [file tail $file]
110 set name [file tail $file]
140 set arch [file rootname [file tail $file]]
167 set name [file tail $file]
/haiku-buildtools/binutils/gas/testsuite/gas/iq2000/
H A Dyield.exp48 set file [file tail $file]

Completed in 270 milliseconds

1234567891011