BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / gcc / cc1 / tags
CommitLineData
4b6816c0
C
1ALLOCNO_LIVE_P global-alloc.c /^#define ALLOCNO_LIVE_P(I) \\$/
2BLOCK_NUM flow.c /^#define BLOCK_NUM(INSN) uid_block_number[INSN_UID/
3CEIL stor-layout.c /^#define CEIL(x,y) (((x) + (y) - 1) \/ (y))$/
4CHARS dbxout.c /^#define CHARS(N) (current_sym_nchars += (N))$/
5CHEAPER cse.c /^#define CHEAPER(X,Y) \\$/
6CLEAR local-alloc.c /^#define CLEAR(vector) \\$/
7CLEAR_ALLOCNO_LIVE global-alloc.c /^#define CLEAR_ALLOCNO_LIVE(I) \\$/
8CONFLICTP global-alloc.c /^#define CONFLICTP(I, J) \\$/
9DEFTREECODE expr.c /^#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) 0,$/
10DEF_MACHMODE rtl.c /^#define DEF_MACHMODE(SYM, NAME, CLASS, SIZE, UNIT,/
11DEF_RTL_EXPR rtl.c /^#define DEF_RTL_EXPR(ENUM, NAME, FORMAT) NAME ,$/
12EXCHANGE local-alloc.c /^#define EXCHANGE(I1, I2) \\$/
13FAKE_EXTEND_SAFE_P combine.c /^#define FAKE_EXTEND_SAFE_P(MODE, FROM) \\$/
14FIXED_BASE_PLUS_P cse.c /^#define FIXED_BASE_PLUS_P(X) \\$/
15GET_MODE_ALIGNMENT stor-layout.c /^#define GET_MODE_ALIGNMENT(MODE) \\$/
16HASH cse.c /^#define HASH(x, m) (canon_hash (x, m) % NBUCKETS)$/
17HASHREG cse.c /^#define HASHREG(RTX) \\$/
18INC_MODE optabs.c /^#define INC_MODE(MODE) (enum machine_mode) ((int)(/
19INSN_CUID combine.c /^#define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)]/
20INSN_LUID loop.c /^#define INSN_LUID(INSN) (uid_luid[INSN_UID (INSN)]/
21INSN_SUID stupid.c /^#define INSN_SUID(INSN) (uid_suid[INSN_UID (INSN)]/
22INSN_VOLATILE flow.c /^#define INSN_VOLATILE(INSN) uid_volatile[INSN_UID /
23INTEGRATE_THRESHOLD integrate.c /^#define INTEGRATE_THRESHOLD(DECL) \\$/
24KNOWN_TYPE_TAG sdbout.c /^#define KNOWN_TYPE_TAG(type) (char *)(TYPE_SYMTAB_/
25MAKE_LINE_SAFE sdbout.c /^#define MAKE_LINE_SAFE(line) \\$/
26MARK_LIVE_AFTER stupid.c /^#define MARK_LIVE_AFTER(INSN,REGNO) \\$/
27MATCHES reload.c /^#define MATCHES(x, y) (x == y || (x != 0 && GET_CO/
28MAX c-decl.c /^#define MAX(X,Y) ((X) > (Y) ? (X) : (Y))$/
29MIN c-decl.c /^#define MIN(X,Y) ((X) < (Y) ? (X) : (Y))$/
30Mtoplev toplev.c /^main (argc, argv, envp)$/
31POPSTACK stmt.c /^#define POPSTACK(STACK) \\$/
32PUSH_DERIVED_LEVEL sdbout.c /^#define PUSH_DERIVED_LEVEL(DT_type,PREV) \\$/
33PUT_SDB_BLOCK_END sdbout.c /^#define PUT_SDB_BLOCK_END(LINE) \\$/
34PUT_SDB_BLOCK_START sdbout.c /^#define PUT_SDB_BLOCK_START(LINE) \\$/
35PUT_SDB_DEF sdbout.c /^#define PUT_SDB_DEF(a) \\$/
36PUT_SDB_EPILOGUE_END sdbout.c /^#define PUT_SDB_EPILOGUE_END(NAME) \\$/
37PUT_SDB_FUNCTION_END sdbout.c /^#define PUT_SDB_FUNCTION_END(LINE) \\$/
38PUT_SDB_FUNCTION_START sdbout.c /^#define PUT_SDB_FUNCTION_START(LINE) \\$/
39PUT_SDB_INT_VAL sdbout.c /^#define PUT_SDB_INT_VAL(a) fprintf (asm_out_file, /
40PUT_SDB_LAST_DIM sdbout.c /^#define PUT_SDB_LAST_DIM(a) fprintf(asm_out_file, /
41PUT_SDB_NEXT_DIM sdbout.c /^#define PUT_SDB_NEXT_DIM(a) fprintf(asm_out_file, /
42PUT_SDB_PLAIN_DEF sdbout.c /^#define PUT_SDB_PLAIN_DEF(a) fprintf(asm_out_file,/
43PUT_SDB_SCL sdbout.c /^#define PUT_SDB_SCL(a) fprintf(asm_out_file, "\\t./
44PUT_SDB_SIZE sdbout.c /^#define PUT_SDB_SIZE(a) fprintf(asm_out_file, "\\t/
45PUT_SDB_TAG sdbout.c /^#define PUT_SDB_TAG(a) \\$/
46PUT_SDB_TYPE sdbout.c /^#define PUT_SDB_TYPE(a) fprintf(asm_out_file, "\\t/
47PUT_SDB_VAL sdbout.c /^#define PUT_SDB_VAL(a) \\$/
48REGBITP global-alloc.c /^#define REGBITP(TABLE, I, J) TEST_HARD_REG_BIT/
49SDB_GENERATE_FAKE sdbout.c /^#define SDB_GENERATE_FAKE(BUFFER, NUMBER) \\$/
50SET_ALLOCNO_LIVE global-alloc.c /^#define SET_ALLOCNO_LIVE(I) \\$/
51SET_CONFLICT global-alloc.c /^#define SET_CONFLICT(I, J) \\$/
52SET_KNOWN_TYPE_TAG sdbout.c /^#define SET_KNOWN_TYPE_TAG(TYPE, NAME) \\$/
53SET_REGBIT global-alloc.c /^#define SET_REGBIT(TABLE, I, J) SET_HARD_REG_BIT /
54SUBST combine.c /^#define SUBST(INTO, NEWVAL) \\$/
55SUBST_INT combine.c /^#define SUBST_INT(INTO, NEWVAL) \\$/
56TAG_NAME sdbout.c /^#define TAG_NAME(link) \\$/
57TIMEVAR toplev.c /^#define TIMEVAR(VAR, BODY) \\$/
58TREE_CODE_CLASS print-tree.c /^#define TREE_CODE_CLASS(CODE) (*tree_code_type[(in/
59TYPE_HASH tree.c /^#define TYPE_HASH(TYPE) TREE_UID (TYPE)$/
60TYPE_OUTPUT_ADDRESS symout.c /^#define TYPE_OUTPUT_ADDRESS(TYPE) \\$/
61_obstack_allocated_p obstack.c /^_obstack_allocated_p (h, obj)$/
62_obstack_begin obstack.c /^_obstack_begin (h, size, alignment, chunkfun, free/
63_obstack_free obstack.c /^_obstack_free (h, obj)$/
64_obstack_newchunk obstack.c /^_obstack_newchunk (h, length)$/
65absdcl c-parse.y /^absdcl: \/* an absolute declarator *\/$/
66absdcl1 c-parse.y /^absdcl1: \/* a nonempty absolute declarator *\/$/
67access_parm_map integrate.c /^access_parm_map (reladdress, mode)$/
68actualparameterlist c-typeck.c /^actualparameterlist (typelist, values, name)$/
69add_double fold-const.c /^add_double (l1, h1, l2, h2, lv, hv)$/
70add_incs combine.c /^add_incs (insn, incs)$/
71add_insn emit-rtl.c /^add_insn (insn)$/
72add_insn_after emit-rtl.c /^add_insn_after (insn, after)$/
73add_links combine.c /^add_links (insn, oinsn, all_links)$/
74addr_overlap_p loop.c /^addr_overlap_p (other, base, size)$/
75address_operand recog.c /^address_operand (op, mode)$/
76adj_offsettable_operand recog.c /^adj_offsettable_operand (op, offset)$/
77adjacent_insns_p combine.c /^adjacent_insns_p (i, j)$/
78adjust_stack explow.c /^adjust_stack (adjust)$/
79after_type_declarator c-parse.y /^after_type_declarator:$/
80agg_mode stor-layout.c /^agg_mode (size)$/
81aggregate_value_p stmt.c /^aggregate_value_p (exp)$/
82all_sets_invariant_p loop.c /^all_sets_invariant_p (reg, insn, table)$/
83alloc_qty local-alloc.c /^alloc_qty (regno, mode, size, insn_number)$/
84allocate_for_life_analysis flow.c /^allocate_for_life_analysis ()$/
85allocation_temporary_p tree.c /^allocation_temporary_p ()$/
86allocno_compare global-alloc.c /^allocno_compare (v1, v2)$/
87alter_cond final.c /^alter_cond (cond)$/
88alter_frame_pointer_addresses reload1.c /^alter_frame_pointer_addresses (x, depth)$/
89alter_reg reload1.c /^alter_reg (i, from_reg)$/
90alter_subreg final.c /^alter_subreg (x)$/
91alternative_allows_memconst reload.c /^alternative_allows_memconst (constraint, altnum)$/
92announce_function toplev.c /^announce_function (decl)$/
93anti_adjust_stack explow.c /^anti_adjust_stack (adjust)$/
94app_disable final.c /^app_disable ()$/
95app_enable final.c /^app_enable ()$/
96array_type_nelts tree.c /^array_type_nelts (type)$/
97asm_clobbers c-parse.y /^asm_clobbers:$/
98asm_noperands recog.c /^asm_noperands (body)$/
99asm_operand c-parse.y /^asm_operand:$/
100asm_operands c-parse.y /^asm_operands: \/* empty *\/$/
101assemble_asm varasm.c /^assemble_asm (string)$/
102assemble_external varasm.c /^assemble_external (decl)$/
103assemble_function varasm.c /^assemble_function (decl)$/
104assemble_integer_zero varasm.c /^assemble_integer_zero ()$/
105assemble_name varasm.c /^assemble_name (file, name)$/
106assemble_static_space varasm.c /^assemble_static_space (size)$/
107assemble_string varasm.c /^assemble_string (p, size)$/
108assemble_variable varasm.c /^assemble_variable (decl, top_level, write_symbols,/
109assign_parms stmt.c /^assign_parms (fndecl)$/
110assign_stack_local stmt.c /^assign_stack_local (mode, size)$/
111attrib c-parse.y /^attrib$/
112attribute_list c-parse.y /^attribute_list$/
113balance_case_nodes stmt.c /^balance_case_nodes (head, parent)$/
114basic_induction_var loop.c /^basic_induction_var (x, dest_regno, inc_val, mult_/
115binary_op_error c-typeck.c /^binary_op_error (code)$/
116block_alloc local-alloc.c /^block_alloc (b)$/
117botch toplev.c /^botch (s)$/
118break_out_memory_refs explow.c /^break_out_memory_refs (x)$/
119build tree.c /^build (va_alist)$/
120build_array_ref c-typeck.c /^build_array_ref (array, index)$/
121build_array_type tree.c /^build_array_type (elt_type, index_type)$/
122build_asm_stmt tree.c /^build_asm_stmt (filename, line, asmcode)$/
123build_binary_op c-typeck.c /^build_binary_op (code, arg1, arg2)$/
124build_binary_op_nodefault c-typeck.c /^build_binary_op_nodefault (code, op0, op1, error_c/
125build_c_cast c-typeck.c /^build_c_cast (type, expr)$/
126build_case tree.c /^build_case (filename, line, object, cases)$/
127build_complex tree.c /^build_complex (real, imag)$/
128build_component_ref c-typeck.c /^build_component_ref (datum, component)$/
129build_compound tree.c /^build_compound (filename, line, body)$/
130build_compound_expr c-typeck.c /^build_compound_expr (list)$/
131build_conditional_expr c-typeck.c /^build_conditional_expr (ifexp, op1, op2)$/
132build_decl tree.c /^build_decl (code, name, type)$/
133build_enumerator c-decl.c /^build_enumerator (name, value)$/
134build_exit tree.c /^build_exit (filename, line, cond)$/
135build_expr_stmt tree.c /^build_expr_stmt (filename, line, expr)$/
136build_function_call c-typeck.c /^build_function_call (function, params)$/
137build_function_type tree.c /^build_function_type (value_type, arg_types)$/
138build_goto tree.c /^build_goto (filename, line, label)$/
139build_if tree.c /^build_if (filename, line, cond, thenclause, elsecl/
140build_index_type tree.c /^build_index_type (maxval)$/
141build_indirect_ref c-typeck.c /^build_indirect_ref (ptr, errorstring)$/
142build_int stor-layout.c /^build_int (v)$/
143build_int_2 tree.c /^build_int_2 (low, hi)$/
144build_let tree.c /^build_let (filename, line, vars, subblocks, superc/
145build_loop tree.c /^build_loop (filename, line, body)$/
146build_method_type tree.c /^build_method_type (basetype, type)$/
147build_modify_expr c-typeck.c /^build_modify_expr (lhs, modifycode, rhs)$/
148build_nt tree.c /^build_nt (va_alist)$/
149build_offset_type tree.c /^build_offset_type (basetype, type)$/
150build_op_identifier tree.c /^build_op_identifier (op1, op2)$/
151build_pointer_type tree.c /^build_pointer_type (to_type)$/
152build_real tree.c /^build_real (type, d)$/
153build_real_from_int_cst tree.c /^build_real_from_int_cst (type, i)$/
154build_reference_type tree.c /^build_reference_type (to_type)$/
155build_return tree.c /^build_return (filename, line, arg)$/
156build_string tree.c /^build_string (len, str)$/
157build_tree_list tree.c /^build_tree_list (parm, value)$/
158build_type_variant tree.c /^build_type_variant (type, constp, volatilep)$/
159build_unary_op c-typeck.c /^build_unary_op (code, xarg, noconvert)$/
160builtin_function c-decl.c /^builtin_function (name, type, function_code)$/
161c_alignof c-typeck.c /^c_alignof (type)$/
162c_build_type_variant c-decl.c /^c_build_type_variant (type, constp, volatilep)$/
163c_expand_asm_operands c-typeck.c /^c_expand_asm_operands (string, outputs, inputs, cl/
164c_expand_return c-typeck.c /^c_expand_return (retval)$/
165c_expand_start_case c-typeck.c /^c_expand_start_case (exp)$/
166c_sizeof c-typeck.c /^c_sizeof (type)$/
167c_sizeof_nowarn c-typeck.c /^c_sizeof_nowarn (type)$/
168can_eliminate_biv_p loop.c /^can_eliminate_biv_p (insn, bl)$/
169can_fix_p optabs.c /^can_fix_p (fixmode, fltmode, unsignedp, truncp_ptr/
170can_float_p optabs.c /^can_float_p (fltmode, fixmode)$/
171can_jump_into_range_p loop.c /^can_jump_into_range_p (x, beg, end)$/
172canon_hash cse.c /^canon_hash (x, mode)$/
173canon_reg cse.c /^canon_reg (x)$/
174cast_expr c-parse.y /^cast_expr:$/
175chain_type stor-layout.c /^chain_type (t)$/
176chainon tree.c /^chainon (op1, op2)$/
177change_address emit-rtl.c /^change_address (memref, mode, addr)$/
178check_asm_operands combine.c /^check_asm_operands (x)$/
179check_dbra_loop loop.c /^check_dbra_loop (loop_end, iv_list, insn_count, lo/
180check_eliminate_biv loop.c /^check_eliminate_biv (bl, loop_start, end)$/
181check_for_full_enumeration_handling stmt.c /^check_for_full_enumeration_handling (type)$/
182check_frame_pointer_required global-alloc.c /^check_frame_pointer_required (reg_equiv_constant, /
183check_newline c-parse.y /^check_newline ()$/
184choose_hard_reg_mode caller-save.c /^choose_hard_reg_mode (regno)$/
185choose_reload_regs reload1.c /^choose_reload_regs (insn, avoid_return_reg)$/
186classify_insn emit-rtl.c /^classify_insn (x)$/
187clear_const_double_mem varasm.c /^clear_const_double_mem ()$/
188clear_last_expr stmt.c /^clear_last_expr ()$/
189clear_momentary tree.c /^clear_momentary ()$/
190clear_pending_stack_adjust expr.c /^clear_pending_stack_adjust ()$/
191clear_reg_live caller-save.c /^clear_reg_live (reg)$/
192clear_storage expr.c /^clear_storage (object, size)$/
193combine fold-const.c /^combine (code, arg1, arg2)$/
194combine_instructions combine.c /^combine_instructions (f, nregs)$/
195combine_movables loop.c /^combine_movables (movables, nregs)$/
196combine_regs local-alloc.c /^combine_regs (usedreg, setreg, b, insn_number, ins/
197combine_reloads reload.c /^combine_reloads ()$/
198combine_strings c-parse.y /^combine_strings (strings)$/
199commontype c-typeck.c /^commontype (t1, t2)$/
200comp_target_types c-typeck.c /^comp_target_types (ttl, ttr)$/
201compare expr.c /^compare (exp, signed_forward, unsigned_forward,$/
202compare1 expr.c /^compare1 (op0, op1, forward_op, reverse_op, unsign/
203compare_constant varasm.c /^compare_constant (exp, desc)$/
204compare_constant_1 varasm.c /^compare_constant_1 (exp, p)$/
205compare_constant_rtx varasm.c /^compare_constant_rtx (mode, x, desc)$/
206compare_constants expr.c /^compare_constants (operation, unsignedp, op0, op1,/
207compile_file toplev.c /^compile_file (name)$/
208complete_array_type c-decl.c /^complete_array_type (type, initial_value, do_defau/
209component_decl c-parse.y /^component_decl:$/
210component_decl_list c-parse.y /^component_decl_list:$/
211component_decl_list2 c-parse.y /^component_decl_list2: \/* empty *\/$/
212component_declarator c-parse.y /^component_declarator:$/
213components c-parse.y /^components:$/
214compparms c-typeck.c /^compparms (parms1, parms2)$/
215compparms1 c-typeck.c /^compparms1 (parms)$/
216compstmt c-parse.y /^compstmt: '{' '}'$/
217compstmt_or_error c-parse.y /^compstmt_or_error:$/
218comptypes c-typeck.c /^comptypes (type1, type2)$/
219condjump_p jump.c /^condjump_p (insn)$/
220consec_sets_giv loop.c /^consec_sets_giv (first_benefit, p, src_regno, dest/
221consec_sets_invariant_p loop.c /^consec_sets_invariant_p (reg, n_sets, insn)$/
222const_hash varasm.c /^const_hash (exp)$/
223const_hash_rtx varasm.c /^const_hash_rtx (mode, x)$/
224constant_high_bytes loop.c /^constant_high_bytes (p, loop_start)$/
225constrain_operands recog.c /^constrain_operands (insn_code_num)$/
226constraint_accepts_reg_p reload1.c /^constraint_accepts_reg_p (string, reg)$/
227convert c-convert.c /^convert (type, expr)$/
228convert_for_assignment c-typeck.c /^convert_for_assignment (type, rhs, errtype, num)$/
229convert_move expr.c /^convert_move (to, from, unsignedp)$/
230convert_sequence c-typeck.c /^convert_sequence (conversions, arg)$/
231convert_to_integer c-convert.c /^convert_to_integer (type, expr)$/
232convert_to_mode expr.c /^convert_to_mode (mode, x, unsignedp)$/
233convert_to_pointer c-convert.c /^convert_to_pointer (type, expr)$/
234convert_to_real c-convert.c /^convert_to_real (type, expr)$/
235convert_units stor-layout.c /^convert_units (size, inunits, outunits)$/
236copy_addr_to_reg explow.c /^copy_addr_to_reg (x)$/
237copy_address integrate.c /^copy_address (orig)$/
238copy_all_regs explow.c /^copy_all_regs (x)$/
239copy_decl_tree integrate.c /^copy_decl_tree (let, level)$/
240copy_for_inline integrate.c /^copy_for_inline (orig)$/
241copy_list tree.c /^copy_list (list)$/
242copy_node tree.c /^copy_node (node)$/
243copy_parm_decls integrate.c /^copy_parm_decls (args, vec)$/
244copy_rtx rtl.c /^copy_rtx (orig)$/
245copy_rtx_and_substitute integrate.c /^copy_rtx_and_substitute (orig)$/
246copy_rtx_if_shared emit-rtl.c /^copy_rtx_if_shared (orig)$/
247copy_substitutions combine.c /^copy_substitutions ()$/
248copy_to_mode_reg explow.c /^copy_to_mode_reg (mode, x)$/
249copy_to_reg explow.c /^copy_to_reg (x)$/
250copy_to_suggested_reg explow.c /^copy_to_suggested_reg (x, target)$/
251count_error toplev.c /^count_error (warningp)$/
252count_loop_regs_set loop.c /^count_loop_regs_set (from, to, may_not_move, count/
253count_nonfixed_reads loop.c /^count_nonfixed_reads (x)$/
254count_occurrences reload1.c /^count_occurrences (x, find)$/
255cse_basic_block cse.c /^cse_basic_block (from, to)$/
256cse_end_of_basic_block cse.c /^cse_end_of_basic_block (insn)$/
257cse_insn cse.c /^cse_insn (insn)$/
258cse_main cse.c /^cse_main (f, nregs)$/
259cse_rtx_addr_varies_p cse.c /^cse_rtx_addr_varies_p (x)$/
260data_section varasm.c /^data_section ()$/
261datadef c-parse.y /^datadef:$/
262datatype c-typeck.c /^datatype (node)$/
263dbr_sequence_length final.c /^dbr_sequence_length ()$/
264dbxout_args dbxout.c /^dbxout_args (args)$/
265dbxout_block dbxout.c /^dbxout_block (stmt, depth, args)$/
266dbxout_continue dbxout.c /^dbxout_continue ()$/
267dbxout_finish_symbol dbxout.c /^dbxout_finish_symbol ()$/
268dbxout_function dbxout.c /^dbxout_function (decl)$/
269dbxout_init dbxout.c /^dbxout_init (asm_file, input_file_name)$/
270dbxout_parms dbxout.c /^dbxout_parms (parms)$/
271dbxout_reg_parms dbxout.c /^dbxout_reg_parms (parms)$/
272dbxout_symbol dbxout.c /^dbxout_symbol (decl, local)$/
273dbxout_syms dbxout.c /^dbxout_syms (syms)$/
274dbxout_tags dbxout.c /^dbxout_tags (tags)$/
275dbxout_type dbxout.c /^dbxout_type (type, full)$/
276dbxout_type_name dbxout.c /^dbxout_type_name (type)$/
277dbxout_types dbxout.c /^dbxout_types (types)$/
278dead_or_set_p rtlanal.c /^dead_or_set_p (insn, reg)$/
279debug_rtx rtl.c /^debug_rtx (x)$/
280debug_tree print-tree.c /^debug_tree (node)$/
281decl c-parse.y /^decl:$/
282decl_constant_value c-typeck.c /^decl_constant_value (decl)$/
283declarator c-parse.y /^declarator:$/
284declare_parm_level c-decl.c /^declare_parm_level ()$/
285declmods c-parse.y /^declmods:$/
286decls c-parse.y /^decls:$/
287decode fold-const.c /^decode (shorts, low, hi)$/
288decode_addr_const varasm.c /^decode_addr_const (exp, value)$/
289decode_asm_operands recog.c /^decode_asm_operands (body, operands, operand_locs,/
290decode_reg_name varasm.c /^decode_reg_name (asmspec)$/
291decode_rtx_const varasm.c /^decode_rtx_const (mode, x, value)$/
292decompose reload.c /^decompose (x)$/
293default_conversion c-typeck.c /^default_conversion (exp)$/
294define_label c-decl.c /^define_label (filename, line, name)$/
295delete_for_peephole jump.c /^delete_for_peephole (from, to)$/
296delete_insn jump.c /^delete_insn (insn)$/
297delete_insn_forces loop.c /^delete_insn_forces (v, this_too)$/
298delete_insns_since emit-rtl.c /^delete_insns_since (from)$/
299delete_jump jump.c /^delete_jump (insn)$/
300delete_output_reload reload1.c /^delete_output_reload (insn, j, spill_index)$/
301digest_init c-typeck.c /^digest_init (type, init, tail)$/
302div_and_round_double fold-const.c /^div_and_round_double (code, uns,$/
303do_cross_jump jump.c /^do_cross_jump (insn, newjpos, newlpos)$/
304do_jump expr.c /^do_jump (exp, if_false_label, if_true_label)$/
305do_jump_if_equal stmt.c /^do_jump_if_equal (op1, op2, label, unsignedp)$/
306do_pending_stack_adjust expr.c /^do_pending_stack_adjust ()$/
307do_store_flag expr.c /^do_store_flag (exp, target, mode)$/
308do_tablejump expr.c /^do_tablejump (index, range, table_label, default_l/
309drop_through_at_end_p stmt.c /^drop_through_at_end_p ()$/
310dump_and_abort rtl.c /^dump_and_abort (expected_c, actual_c, infile)$/
311dump_combine_stats combine.c /^dump_combine_stats (file)$/
312dump_combine_total_stats combine.c /^dump_combine_total_stats (file)$/
313dump_conflicts global-alloc.c /^dump_conflicts (file)$/
314dump_flow_info flow.c /^dump_flow_info (file)$/
315dump_global_regs global-alloc.c /^dump_global_regs (file)$/
316dump_local_alloc local-alloc.c /^dump_local_alloc (file)$/
317duplicate_decls c-decl.c /^duplicate_decls (newdecl, olddecl)$/
318eliminate_biv loop.c /^eliminate_biv (insn, bl, loop_start)$/
319eliminate_constant_term explow.c /^eliminate_constant_term (x, constptr)$/
320eliminate_frame_pointer reload1.c /^eliminate_frame_pointer (first)$/
321emit emit-rtl.c /^emit (x)$/
322emit_0_to_1_insn optabs.c /^emit_0_to_1_insn (x)$/
323emit_barrier emit-rtl.c /^emit_barrier ()$/
324emit_barrier_after emit-rtl.c /^emit_barrier_after (after)$/
325emit_block_move expr.c /^emit_block_move (x, y, size, align)$/
326emit_call_1 expr.c /^emit_call_1 (funexp, funtype, stack_size, next_arg/
327emit_call_insn emit-rtl.c /^emit_call_insn (pattern)$/
328emit_call_insn_before emit-rtl.c /^emit_call_insn_before (pattern, before)$/
329emit_case_nodes stmt.c /^emit_case_nodes (index, node, default_label, unsig/
330emit_clr_insn optabs.c /^emit_clr_insn (x)$/
331emit_cmp_insn optabs.c /^emit_cmp_insn (x, y, size, unsignedp, align)$/
332emit_insn emit-rtl.c /^emit_insn (pattern)$/
333emit_insn_after emit-rtl.c /^emit_insn_after (pattern, after)$/
334emit_insn_before emit-rtl.c /^emit_insn_before (pattern, before)$/
335emit_insns emit-rtl.c /^emit_insns (insn)$/
336emit_iv_inc loop.c /^emit_iv_inc (biv_add, giv_mult, reg, insn)$/
337emit_iv_init_code loop.c /^emit_iv_init_code (b, m, a, reg, insert_before)$/
338emit_jump stmt.c /^emit_jump (label)$/
339emit_jump_if_reachable stmt.c /^emit_jump_if_reachable (label)$/
340emit_jump_insn emit-rtl.c /^emit_jump_insn (pattern)$/
341emit_jump_insn_after emit-rtl.c /^emit_jump_insn_after (pattern, after)$/
342emit_jump_insn_before emit-rtl.c /^emit_jump_insn_before (pattern, before)$/
343emit_label emit-rtl.c /^emit_label (label)$/
344emit_label_after emit-rtl.c /^emit_label_after (label, after)$/
345emit_library_call expr.c /^emit_library_call (va_alist)$/
346emit_line_note emit-rtl.c /^emit_line_note (file, line)$/
347emit_line_note_force emit-rtl.c /^emit_line_note_force (file, line)$/
348emit_move_insn expr.c /^emit_move_insn (x, y)$/
349emit_mult_restore caller-save.c /^emit_mult_restore (insn, addr, offset)$/
350emit_mult_save caller-save.c /^emit_mult_save (insn, addr, offset)$/
351emit_nop stmt.c /^emit_nop ()$/
352emit_note emit-rtl.c /^emit_note (file, line)$/
353emit_note_after emit-rtl.c /^emit_note_after (subtype, after)$/
354emit_push_insn expr.c /^emit_push_insn (x, mode, size, align, partial, reg/
355emit_queue expr.c /^emit_queue ()$/
356emit_reload_insns reload1.c /^emit_reload_insns (insn)$/
357emit_unop_insn optabs.c /^emit_unop_insn (icode, target, op0, code)$/
358encode fold-const.c /^encode (shorts, low, hi)$/
359end_final final.c /^end_final (filename)$/
360end_sequence emit-rtl.c /^end_sequence (saved)$/
361end_temporary_allocation tree.c /^end_temporary_allocation ()$/
362enqueue_insn expr.c /^enqueue_insn (var, body)$/
363enumerator c-parse.y /^enumerator:$/
364enumlist c-parse.y /^enumlist:$/
365equiv_constant cse.c /^equiv_constant (x)$/
366error toplev.c /^error (s, v, v2)$/
367error_for_asm toplev.c /^error_for_asm (insn, s, v, v2)$/
368error_with_arg toplev.c /^error_with_arg (s, e, num)$/
369error_with_decl toplev.c /^error_with_decl (decl, s, v)$/
370error_with_file_and_line toplev.c /^error_with_file_and_line (file, line, s, v, v2)$/
371errstmt c-parse.y /^errstmt: error ';'$/
372exact_log2 toplev.c /^exact_log2 (x)$/
373exp_equiv_p cse.c /^exp_equiv_p (x, y, validate)$/
374expand_anon_union_decl stmt.c /^expand_anon_union_decl (decl, cleanup, decl_elts)$/
375expand_asm stmt.c /^expand_asm (body)$/
376expand_asm_operands stmt.c /^expand_asm_operands (string, outputs, inputs, clob/
377expand_assignment expr.c /^expand_assignment (to, from, want_value, suggest_r/
378expand_binop optabs.c /^expand_binop (mode, binoptab, op0, op1, target, un/
379expand_bit_and expmed.c /^expand_bit_and (mode, op0, op1, target)$/
380expand_builtin expr.c /^expand_builtin (exp, target, subtarget, mode, igno/
381expand_call expr.c /^expand_call (exp, target, ignore)$/
382expand_cleanups stmt.c /^expand_cleanups (list, dont_do)$/
383expand_continue_loop stmt.c /^expand_continue_loop ()$/
384expand_dec expmed.c /^expand_dec (target, dec)$/
385expand_decl stmt.c /^expand_decl (decl, cleanup)$/
386expand_decl_init stmt.c /^expand_decl_init (decl)$/
387expand_divmod expmed.c /^expand_divmod (rem_flag, code, mode, op0, op1, tar/
388expand_end_bindings stmt.c /^expand_end_bindings (vars, mark_ends, dont_jump_in/
389expand_end_case stmt.c /^expand_end_case (orig_index)$/
390expand_end_case_dummy stmt.c /^expand_end_case_dummy ()$/
391expand_end_cond stmt.c /^expand_end_cond ()$/
392expand_end_else stmt.c /^expand_end_else ()$/
393expand_end_loop stmt.c /^expand_end_loop ()$/
394expand_end_stmt_expr stmt.c /^expand_end_stmt_expr (t)$/
395expand_exit_loop stmt.c /^expand_exit_loop ()$/
396expand_exit_loop_if_false stmt.c /^expand_exit_loop_if_false (cond)$/
397expand_exit_something stmt.c /^expand_exit_something ()$/
398expand_expr expr.c /^expand_expr (exp, target, tmode, modifier)$/
399expand_expr_stmt stmt.c /^expand_expr_stmt (exp)$/
400expand_fix optabs.c /^expand_fix (to, from, unsignedp)$/
401expand_fixup stmt.c /^expand_fixup (tree_label, rtl_label, last_insn)$/
402expand_float optabs.c /^expand_float (real_to, from, unsignedp)$/
403expand_function_end stmt.c /^expand_function_end (filename, line)$/
404expand_function_start stmt.c /^expand_function_start (subr, parms_have_cleanups)$/
405expand_goto stmt.c /^expand_goto (body)$/
406expand_goto_internal stmt.c /^expand_goto_internal (body, label, last_insn)$/
407expand_inc expmed.c /^expand_inc (target, inc)$/
408expand_increment expr.c /^expand_increment (exp, post)$/
409expand_inline_function integrate.c /^expand_inline_function (fndecl, parms, target, ign/
410expand_label stmt.c /^expand_label (body)$/
411expand_loop_continue_here stmt.c /^expand_loop_continue_here ()$/
412expand_mult expmed.c /^expand_mult (mode, op0, op1, target, unsignedp)$/
413expand_mult_add expmed.c /^expand_mult_add (x, mult, add, mode, unsignedp)$/
414expand_null_return stmt.c /^expand_null_return ()$/
415expand_null_return_1 stmt.c /^expand_null_return_1 (last_insn, use_goto)$/
416expand_return stmt.c /^expand_return (retval)$/
417expand_shift expmed.c /^expand_shift (code, mode, shifted, amount, target,/
418expand_start_bindings stmt.c /^expand_start_bindings (exit_flag)$/
419expand_start_case stmt.c /^expand_start_case (exit_flag, expr, type)$/
420expand_start_case_dummy stmt.c /^expand_start_case_dummy ()$/
421expand_start_cond stmt.c /^expand_start_cond (cond, exitflag)$/
422expand_start_else stmt.c /^expand_start_else ()$/
423expand_start_loop stmt.c /^expand_start_loop (exit_flag)$/
424expand_start_loop_continue_elsewhere stmt.c /^expand_start_loop_continue_elsewhere (exit_flag)$/
425expand_start_stmt_expr stmt.c /^expand_start_stmt_expr ()$/
426expand_twoval_binop optabs.c /^expand_twoval_binop (binoptab, op0, op1, targ0, ta/
427expand_twoval_binop_convert optabs.c /^expand_twoval_binop_convert (binoptab, mode, op0, /
428expand_unop optabs.c /^expand_unop (mode, unoptab, op0, target, unsignedp/
429expr c-parse.y /^expr: nonnull_exprlist$/
430expr_no_commas c-parse.y /^expr_no_commas:$/
431expr_size explow.c /^expr_size (exp)$/
432exprlist c-parse.y /^exprlist:$/
433extdef c-parse.y /^extdef:$/
434extdefs c-parse.y /^extdefs:$/
435extend_token_buffer c-parse.y /^extend_token_buffer (p)$/
436extract_bit_field expmed.c /^extract_bit_field (str_rtx, bitsize, bitnum, unsig/
437extract_fixed_bit_field expmed.c /^extract_fixed_bit_field (tmode, op0, offset, bitsi/
438extract_split_bit_field expmed.c /^extract_split_bit_field (op0, bitsize, bitpos, uns/
439fancy_abort toplev.c /^fancy_abort ()$/
440fatal toplev.c /^fatal (s, v)$/
441fatal_insn_not_found toplev.c /^fatal_insn_not_found (insn)$/
442fatal_io_error toplev.c /^fatal_io_error (name)$/
443filter_undefined_types symout.c /^filter_undefined_types (types)$/
444final final.c /^final (first, file, write_symbols, optimize, presc/
445final_biv_value loop.c /^final_biv_value (bl, loop_end)$/
446final_end_function final.c /^final_end_function (first, file, write_symbols, op/
447final_start_function final.c /^final_start_function (first, file, write_symbols, /
448find_basic_blocks flow.c /^find_basic_blocks (f)$/
449find_constant_term_loc recog.c /^find_constant_term_loc (p)$/
450find_cross_jump jump.c /^find_cross_jump (e1, e2, minimum, f1, f2)$/
451find_dummy_reload reload.c /^find_dummy_reload (in, out, inloc, outloc, class, /
452find_equiv_reg reload.c /^find_equiv_reg (goal, insn, class, other, reload_r/
453find_free_reg local-alloc.c /^find_free_reg (class, mode, qty, accept_call_clobb/
454find_inc_amount reload.c /^find_inc_amount (x, inced)$/
455find_mem_givs loop.c /^find_mem_givs (x, insn, maybe_never, loop_end)$/
456find_reg global-alloc.c /^find_reg (allocno, losers, all_regs_p, accept_call/
457find_reg_note rtlanal.c /^find_reg_note (insn, kind, datum)$/
458find_regno_note rtlanal.c /^find_regno_note (insn, kind, regno)$/
459find_reloads reload.c /^find_reloads (insn, replace, ind_ok, live_known, r/
460find_reloads_address reload.c /^find_reloads_address (mode, memrefloc, ad, loc, op/
461find_reloads_address_1 reload.c /^find_reloads_address_1 (x, context, loc, operand)$/
462find_reloads_toplev reload.c /^find_reloads_toplev (x)$/
463find_use_as_address flow.c /^find_use_as_address (x, reg, plusconst)$/
464finish_decl c-decl.c /^finish_decl (decl, init, asmspec_tree)$/
465finish_enum c-decl.c /^finish_enum (enumtype, values)$/
466finish_function c-decl.c /^finish_function (lineno)$/
467finish_struct c-decl.c /^finish_struct (t, fieldlist)$/
468fix_register regclass.c /^fix_register (name, fixed, call_used)$/
469fixup_cleanups stmt.c /^fixup_cleanups (list, before_jump)$/
470fixup_gotos stmt.c /^fixup_gotos (thisblock, stack_level, cleanup_list,/
471fixup_memory_subreg stmt.c /^fixup_memory_subreg (x, insn)$/
472fixup_stack_1 stmt.c /^fixup_stack_1 (x, insn)$/
473fixup_stack_slots stmt.c /^fixup_stack_slots ()$/
474fixup_unsigned_type stor-layout.c /^fixup_unsigned_type (type)$/
475fixup_var_refs stmt.c /^fixup_var_refs (var)$/
476fixup_var_refs_1 stmt.c /^fixup_var_refs_1 (var, x, insn)$/
477fixup_var_refs_insns stmt.c /^fixup_var_refs_insns (var, insn, toplevel)$/
478float_signal toplev.c /^float_signal ()$/
479floor_log2 toplev.c /^floor_log2 (x)$/
480flow_analysis flow.c /^flow_analysis (f, nregs, file)$/
481fndef c-parse.y /^fndef:$/
482fold fold-const.c /^fold (expr) $/
483fold_cc0 cse.c /^fold_cc0 (mode, x)$/
484fold_convert fold-const.c /^fold_convert (t)$/
485fold_out_const_cc0 integrate.c /^fold_out_const_cc0 (cond_rtx, then_rtx, else_rtx, /
486fold_rtx cse.c /^fold_rtx (x, copyflag)$/
487follow_jumps jump.c /^follow_jumps (label, ignore_loops)$/
488force_const_double_mem varasm.c /^force_const_double_mem (r)$/
489force_const_mem varasm.c /^force_const_mem (mode, x)$/
490force_fit_type fold-const.c /^force_fit_type (t)$/
491force_movables loop.c /^force_movables (movables)$/
492force_next_line_note emit-rtl.c /^force_next_line_note ()$/
493force_not_mem explow.c /^force_not_mem (x)$/
494force_operand expr.c /^force_operand (value, target)$/
495force_reg explow.c /^force_reg (mode, x)$/
496forget_old_reloads_1 reload1.c /^forget_old_reloads_1 (x)$/
497forget_volatility reload.c /^forget_volatility (x)$/
498free_element cse.c /^free_element (elt)$/
499ftruncify optabs.c /^ftruncify (x)$/
500function_cannot_inline_p integrate.c /^function_cannot_inline_p (fndecl)$/
501gen_add2_insn optabs.c /^gen_add2_insn (x, y)$/
502gen_extend_insn optabs.c /^gen_extend_insn (x, y, mto, mfrom, unsignedp)$/
503gen_highpart emit-rtl.c /^gen_highpart (mode, x)$/
504gen_inline_header_rtx emit-rtl.c /^gen_inline_header_rtx (insn, last_insn,$/
505gen_input_reload reload1.c /^gen_input_reload (reloadreg, in, before_insn)$/
506gen_iv_mult loop.c /^gen_iv_mult (mode, op0, op1, target)$/
507gen_label_rtx emit-rtl.c /^gen_label_rtx ()$/
508gen_lowpart emit-rtl.c /^gen_lowpart (mode, x)$/
509gen_lowpart_for_combine combine.c /^gen_lowpart_for_combine (mode, x)$/
510gen_move_insn optabs.c /^gen_move_insn (x, y)$/
511gen_push_operand expr.c /^gen_push_operand ()$/
512gen_reg_rtx emit-rtl.c /^gen_reg_rtx (mode)$/
513gen_rtvec emit-rtl.c /^gen_rtvec (va_alist)$/
514gen_rtvec_v emit-rtl.c /^gen_rtvec_v (n, argp)$/
515gen_rtx emit-rtl.c /^gen_rtx (va_alist)$/
516gen_sequence emit-rtl.c /^gen_sequence ()$/
517gen_sub2_insn optabs.c /^gen_sub2_insn (x, y)$/
518general_induction_var loop.c /^general_induction_var (x, src_regno, add_val, mult/
519general_operand recog.c /^general_operand (op, mode)$/
520genop stor-layout.c /^genop (opc, op1, op2)$/
521get_element cse.c /^get_element ()$/
522get_first_label_num emit-rtl.c /^get_first_label_num ()$/
523get_first_nonparm_insn stmt.c /^get_first_nonparm_insn ()$/
524get_floating_type c-typeck.c /^get_floating_type (mode)$/
525get_frame_size stmt.c /^get_frame_size ()$/
526get_identifier tree.c /^get_identifier (text)$/
527get_insns emit-rtl.c /^get_insns ()$/
528get_integer_term cse.c /^get_integer_term (x)$/
529get_last_insn emit-rtl.c /^get_last_insn ()$/
530get_max_uid emit-rtl.c /^get_max_uid ()$/
531get_narrower tree.c /^get_narrower (op, unsignedp_ptr)$/
532get_or_assign_label varasm.c /^get_or_assign_label (exp)$/
533get_parm_info c-decl.c /^get_parm_info (void_at_end)$/
534get_pending_sizes stor-layout.c /^get_pending_sizes ()$/
535get_permanent_types stor-layout.c /^get_permanent_types ()$/
536get_related_value cse.c /^get_related_value (x)$/
537get_structure_value_addr stmt.c /^get_structure_value_addr (sizex)$/
538get_temporary_types stor-layout.c /^get_temporary_types ()$/
539get_unwidened tree.c /^get_unwidened (op, for_type)$/
540getdecls c-decl.c /^getdecls ()$/
541gettags c-decl.c /^gettags ()$/
542gettime toplev.c /^gettime ()$/
543global_alloc global-alloc.c /^global_alloc (file)$/
544global_bindings_p c-decl.c /^global_bindings_p ()$/
545global_conflicts global-alloc.c /^global_conflicts ()$/
546grokdeclarator c-decl.c /^grokdeclarator (declarator, declspecs, decl_contex/
547grokfield c-decl.c /^grokfield (filename, line, declarator, declspecs, /
548grokparms c-decl.c /^grokparms (parms_info, funcdef_flag)$/
549groktypename c-decl.c /^groktypename (typename)$/
550group_case_nodes stmt.c /^group_case_nodes (head)$/
551grow_save_block caller-save.c /^grow_save_block (addr, size)$/
552hard_function_value explow.c /^hard_function_value (valtype, func)$/
553hard_libcall_value explow.c /^hard_libcall_value (mode)$/
554hard_reg_set_here_p reload.c /^hard_reg_set_here_p (regno, x)$/
555hard_reg_use_compare reload1.c /^hard_reg_use_compare (p1, p2)$/
556hash c-parse.y /^hash (str, len)$/
557have_add2_insn optabs.c /^have_add2_insn (mode)$/
558have_sub2_insn optabs.c /^have_sub2_insn (mode)$/
559identifier c-parse.y /^identifier:$/
560identifiers c-parse.y /^identifiers:$/
561ignore_some_movables loop.c /^ignore_some_movables (movables)$/
562immed_double_const varasm.c /^immed_double_const (i0, i1, mode)$/
563immed_real_const varasm.c /^immed_real_const (exp)$/
564immed_real_const_1 varasm.c /^immed_real_const_1 (d, mode)$/
565immediate_operand recog.c /^immediate_operand (op, mode)$/
566immune_p reload.c /^immune_p (x, y, ydata)$/
567implicitly_declare c-decl.c /^implicitly_declare (functionid)$/
568in_parm_level_p c-decl.c /^in_parm_level_p ()$/
569in_text_section varasm.c /^in_text_section ()$/
570inc_for_reload reload1.c /^inc_for_reload (reloadreg, value, inc_amount, insn/
571incomplete_type_error c-typeck.c /^incomplete_type_error (value, type)$/
572indent_to print-tree.c /^indent_to (file, column)$/
573indirect_operand recog.c /^indirect_operand (op, mode)$/
574inequality_comparisons_p recog.c /^inequality_comparisons_p (x)$/
575init c-parse.y /^init:$/
576init_comparisons expr.c /^init_comparisons ()$/
577init_const_rtx_hash_table varasm.c /^init_const_rtx_hash_table ()$/
578init_decl_processing c-decl.c /^init_decl_processing ()$/
579init_emit emit-rtl.c /^init_emit (write_symbols)$/
580init_emit_once emit-rtl.c /^init_emit_once ()$/
581init_expr expr.c /^init_expr ()$/
582init_extends optabs.c /^init_extends ()$/
583init_final final.c /^init_final (filename)$/
584init_fixtab optabs.c /^init_fixtab ()$/
585init_floattab optabs.c /^init_floattab ()$/
586init_function_start stmt.c /^init_function_start (subr, filename, line)$/
587init_optab optabs.c /^init_optab (code)$/
588init_optabs optabs.c /^init_optabs ()$/
589init_pending_stack_adjust expr.c /^init_pending_stack_adjust ()$/
590init_queue expr.c /^init_queue ()$/
591init_recog recog.c /^init_recog ()$/
592init_reg_sets regclass.c /^init_reg_sets ()$/
593init_reg_sets_1 regclass.c /^init_reg_sets_1 ()$/
594init_regset_vector flow.c /^init_regset_vector (vector, space, nelts, bytes_pe/
595init_rtl rtl.c /^init_rtl ()$/
596init_tree tree.c /^init_tree ()$/
597initdcl c-parse.y /^initdcl:$/
598initdecls c-parse.y /^initdecls:$/
599initializer_constant_valid_p c-typeck.c /^initializer_constant_valid_p (value)$/
600initlist c-parse.y /^initlist:$/
601insert cse.c /^insert (x, classp, hash, mode)$/
602insert_call_saves caller-save.c /^insert_call_saves (insn)$/
603insert_regs cse.c /^insert_regs (x, classp, modified)$/
604inside_loop stmt.c /^inside_loop ()$/
605insn_dead_p flow.c /^insn_dead_p (x, needed, strict_low_ok)$/
606int_fits_type_p tree.c /^int_fits_type_p (c, type)$/
607int_size_in_bytes tree.c /^int_size_in_bytes (type)$/
608integer_all_onesp tree.c /^integer_all_onesp (expr)$/
609integer_mode_p expr.c /^integer_mode_p (mode)$/
610integer_onep tree.c /^integer_onep (expr)$/
611integer_zerop tree.c /^integer_zerop (expr)$/
612invalidate cse.c /^invalidate (x)$/
613invalidate_from_clobbers cse.c /^invalidate_from_clobbers (w, x)$/
614invalidate_memory cse.c /^invalidate_memory (writes)$/
615invariant_p loop.c /^invariant_p (x)$/
616invert_exp jump.c /^invert_exp (x, olabel, nlabel)$/
617invert_jump jump.c /^invert_jump (jump, nlabel)$/
618invert_truthvalue c-typeck.c /^invert_truthvalue (arg)$/
619is_reserved_word c-parse.y /^is_reserved_word (str, len)$/
620isalnum c-parse.y /^#define isalnum(char) ((char >= 'a' && char <= 'z'/
621isdigit c-parse.y /^#define isdigit(char) (char >= '0' && char <= '9')/
622jump_back_p jump.c /^jump_back_p (insn, target)$/
623jump_optimize jump.c /^jump_optimize (f, cross_jump, noop_moves)$/
624jumpif expr.c /^jumpif (exp, label)$/
625jumpifnot expr.c /^jumpifnot (exp, label)$/
626keep_next_level c-decl.c /^keep_next_level ()$/
627kept_level_p c-decl.c /^kept_level_p ()$/
628label_rtx stmt.c /^label_rtx (label)$/
629labels_in_range_p loop.c /^labels_in_range_p (insn, end)$/
630lang_decode_option c-decl.c /^lang_decode_option (p)$/
631language_lvalue_valid c-typeck.c /^language_lvalue_valid (exp)$/
632last_use_this_basic_block loop.c /^last_use_this_basic_block (regno, insn)$/
633layout_array_type c-decl.c /^layout_array_type (t)$/
634layout_decl stor-layout.c /^layout_decl (decl, known_align)$/
635layout_record stor-layout.c /^layout_record (rec)$/
636layout_type stor-layout.c /^layout_type (type)$/
637layout_union stor-layout.c /^layout_union (rec)$/
638libcall_dead_p flow.c /^libcall_dead_p (x, needed)$/
639life_analysis flow.c /^life_analysis (f, nregs)$/
640list_length tree.c /^list_length (t)$/
641local_alloc local-alloc.c /^local_alloc ()$/
642lookup cse.c /^lookup (x, hash, mode)$/
643lookup_as_function cse.c /^lookup_as_function (x, code)$/
644lookup_for_remove cse.c /^lookup_for_remove (x, hash, mode)$/
645lookup_label c-decl.c /^lookup_label (id)$/
646lookup_name c-decl.c /^lookup_name (name)$/
647lookup_name_current_level c-decl.c /^lookup_name_current_level (name)$/
648lookup_static_chain explow.c /^lookup_static_chain (context)$/
649lookup_tag c-decl.c /^lookup_tag (form, name, binding_level, thislevel_o/
650lookup_tag_reverse c-decl.c /^lookup_tag_reverse (type)$/
651loop_find_reg_equal loop.c /^loop_find_reg_equal (insn)$/
652loop_optimize loop.c /^loop_optimize (f, dumpfile)$/
653loop_reg_used_before_p loop.c /^loop_reg_used_before_p (insn, loop_start, scan_sta/
654loop_skip_over loop.c /^loop_skip_over (start, end, loop_entry_jump)$/
655lrotate_double fold-const.c /^lrotate_double (l1, h1, count, prec, lv, hv)$/
656lshift_double fold-const.c /^lshift_double (l1, h1, count, prec, lv, hv, arith)/
657lvalue_or_else tree.c /^lvalue_or_else (ref, string)$/
658lvalue_p tree.c /^lvalue_p (ref)$/
659make_binding_level c-decl.c /^make_binding_level ()$/
660make_decl_rtl varasm.c /^make_decl_rtl (decl, asmspec, top_level)$/
661make_function_rtl varasm.c /^make_function_rtl (decl)$/
662make_insn_raw emit-rtl.c /^make_insn_raw (pattern, pat_formals)$/
663make_jump_insn_raw emit-rtl.c /^make_jump_insn_raw (pattern, pat_formals)$/
664make_memloc reload.c /^make_memloc (ad, regno)$/
665make_new_qty cse.c /^make_new_qty (reg)$/
666make_node tree.c /^make_node (code)$/
667make_pointer_declarator c-parse.y /^make_pointer_declarator (type_quals, target)$/
668make_regs_eqv cse.c /^make_regs_eqv (new, old)$/
669make_safe_from emit-rtl.c /^make_safe_from (x, other)$/
670make_signed_type stor-layout.c /^make_signed_type (precision)$/
671make_tree expmed.c /^make_tree (type, x)$/
672make_unsigned_type stor-layout.c /^make_unsigned_type (precision)$/
673mark_addressable c-typeck.c /^mark_addressable (exp)$/
674mark_home_live reload1.c /^mark_home_live (regno)$/
675mark_jump_label jump.c /^mark_jump_label (x, insn, cross_jump)$/
676mark_label_ref flow.c /^mark_label_ref (x, insn, checkdup)$/
677mark_life local-alloc.c /^mark_life (regno, mode, life)$/
678mark_reg_clobber global-alloc.c /^mark_reg_clobber (reg, setter)$/
679mark_reg_death global-alloc.c /^mark_reg_death (reg)$/
680mark_reg_live_nc global-alloc.c /^mark_reg_live_nc (regno, mode)$/
681mark_reg_pointer emit-rtl.c /^mark_reg_pointer (reg)$/
682mark_reg_store global-alloc.c /^mark_reg_store (orig_reg, setter)$/
683mark_reload_reg_in_use reload1.c /^mark_reload_reg_in_use (regno, when_needed)$/
684mark_set_1 flow.c /^mark_set_1 (needed, dead, x, insn, significant)$/
685mark_set_regs flow.c /^mark_set_regs (needed, dead, x, insn, significant)/
686mark_used_regs flow.c /^mark_used_regs (needed, live, x, final, insn)$/
687max combine.c /^#define max(A,B) ((A) > (B) ? (A) : (B))$/
688max_label_num emit-rtl.c /^max_label_num ()$/
689max_parm_reg_num stmt.c /^max_parm_reg_num ()$/
690max_reg_num emit-rtl.c /^max_reg_num ()$/
691may_trap_p rtlanal.c /^may_trap_p (x)$/
692maybe_attribute c-parse.y /^maybe_attribute:$/
693maybe_type_qual c-parse.y /^maybe_type_qual:$/
694maybeasm c-parse.y /^maybeasm:$/
695maybecomma c-parse.y /^maybecomma:$/
696maybecomma_warn c-parse.y /^maybecomma_warn:$/
697memory_address explow.c /^memory_address (mode, x)$/
698memory_address_noforce explow.c /^memory_address_noforce (mode, x)$/
699memory_address_p recog.c /^memory_address_p (mode, addr)$/
700memory_operand recog.c /^memory_operand (op, mode)$/
701mention_regs cse.c /^mention_regs (x)$/
702min combine.c /^#define min(A,B) ((A) < (B) ? (A) : (B))$/
703mode_dependent_address_p recog.c /^mode_dependent_address_p (addr)$/
704mode_independent_operand recog.c /^mode_independent_operand (op, mode)$/
705modes_equiv_for_class_p reload1.c /^modes_equiv_for_class_p (mode0, mode1, class)$/
706move_block_from_reg expr.c /^move_block_from_reg (regno, x, nregs)$/
707move_block_to_reg expr.c /^move_block_to_reg (regno, x, nregs)$/
708move_by_pieces expr.c /^move_by_pieces (to, from, len, align)$/
709move_by_pieces_1 expr.c /^move_by_pieces_1 (genfun, mode, data)$/
710move_by_pieces_ninsns expr.c /^move_by_pieces_ninsns (l, align)$/
711move_cleanups_up stmt.c /^move_cleanups_up ()$/
712move_deaths combine.c /^move_deaths (x, from_cuid, to_insn)$/
713move_deaths_2 combine.c /^move_deaths_2 (x, from_cuid, from_insn, to_insn)$/
714move_movables loop.c /^move_movables (movables, threshold, insn_count, lo/
715mul_double fold-const.c /^mul_double (l1, h1, l2, h2, lv, hv)$/
716n_occurrences reload.c /^n_occurrences (c, s)$/
717neg_double fold-const.c /^neg_double (l1, h1, lv, hv)$/
718negate_rtx expmed.c /^negate_rtx (mode, x)$/
719new_basic_block cse.c /^new_basic_block ()$/
720new_spill_reg reload1.c /^new_spill_reg (i, class, max_needs, max_nongroups,/
721next_insn emit-rtl.c /^next_insn (insn)$/
722next_insn_tests_no_inequality recog.c /^next_insn_tests_no_inequality (insn)$/
723next_insns_test_no_inequality recog.c /^next_insns_test_no_inequality (insn)$/
724next_label jump.c /^next_label (insn)$/
725next_nondeleted_insn jump.c /^next_nondeleted_insn (insn)$/
726next_real_insn jump.c /^next_real_insn (label)$/
727no_labels_between rtlanal.c /^no_labels_between (from, to)$/
728no_labels_between_p jump.c /^no_labels_between_p (beg, end)$/
729node_has_high_bound stmt.c /^node_has_high_bound (node)$/
730node_has_low_bound stmt.c /^node_has_low_bound (node)$/
731node_is_bounded stmt.c /^node_is_bounded (node)$/
732nonempty_type_quals c-parse.y /^nonempty_type_quals:$/
733nonimmediate_operand recog.c /^nonimmediate_operand (op, mode)$/
734nonmemory_operand recog.c /^nonmemory_operand (op, mode)$/
735nonnull_asm_operands c-parse.y /^nonnull_asm_operands:$/
736nonnull_exprlist c-parse.y /^nonnull_exprlist:$/
737note_addr_stored loop.c /^note_addr_stored (x)$/
738note_mem_written cse.c /^note_mem_written (written, writes_ptr)$/
739note_stores rtlanal.c /^note_stores (x, fun)$/
740notype_declarator c-parse.y /^notype_declarator:$/
741notype_initdcl c-parse.y /^notype_initdcl:$/
742notype_initdecls c-parse.y /^notype_initdecls:$/
743nreverse tree.c /^nreverse (t)$/
744oballoc tree.c /^oballoc (size)$/
745obfree tree.c /^obfree (ptr)$/
746offsettable_address_p recog.c /^offsettable_address_p (strictp, mode, y)$/
747offsettable_memref_p recog.c /^offsettable_memref_p (op)$/
748operand_equal_p fold-const.c /^operand_equal_p (arg0, arg1)$/
749operands_match_p reload.c /^operands_match_p (x, y)$/
750optimize_bit_field stmt.c /^optimize_bit_field (body, insn, equiv_mem)$/
751order_regs_for_reload reload1.c /^order_regs_for_reload ()$/
752other_reg_use_p loop.c /^other_reg_use_p (reg, expr, in)$/
753output_addr_const final.c /^output_addr_const (file, x)$/
754output_address final.c /^output_address (x)$/
755output_addressed_constants varasm.c /^output_addressed_constants (exp)$/
756output_asm_insn final.c /^output_asm_insn (template, operands)$/
757output_asm_label final.c /^output_asm_label (x)$/
758output_constant varasm.c /^output_constant (exp, size)$/
759output_constant_def varasm.c /^output_constant_def (exp)$/
760output_constructor varasm.c /^output_constructor (exp, size)$/
761output_inline_function integrate.c /^output_inline_function (fndecl)$/
762output_operand final.c /^output_operand (x, code)$/
763output_operand_lossage final.c /^output_operand_lossage (str)$/
764output_source_line final.c /^output_source_line (file, insn, write_symbols)$/
765parm c-parse.y /^parm:$/
766parm_declarator c-parse.y /^parm_declarator:$/
767parm_stack_loc stmt.c /^parm_stack_loc (reg)$/
768parmlist c-parse.y /^parmlist:$/
769parmlist_1 c-parse.y /^parmlist_1:$/
770parmlist_2 c-parse.y /^parmlist_2: \/* empty *\/$/
771parmlist_or_identifiers c-parse.y /^parmlist_or_identifiers:$/
772parmlist_or_identifiers_1 c-parse.y /^parmlist_or_identifiers_1:$/
773parmlist_tags_warning c-decl.c /^parmlist_tags_warning ()$/
774parms c-parse.y /^parms:$/
775perm_tree_cons tree.c /^perm_tree_cons (purpose, value, chain)$/
776permalloc tree.c /^permalloc (size)$/
777permanent_allocation tree.c /^permanent_allocation ()$/
778pfatal_with_name toplev.c /^pfatal_with_name (name)$/
779pipe_closed toplev.c /^pipe_closed ()$/
780plus_constant explow.c /^plus_constant (x, c)$/
781pointer_diff c-typeck.c /^pointer_diff (op0, op1)$/
782pointer_int_sum c-typeck.c /^pointer_int_sum (resultcode, ptrop, intop)$/
783pop_momentary tree.c /^pop_momentary ()$/
784pop_structure_value stmt.c /^pop_structure_value (rtx_value, size)$/
785poplevel c-decl.c /^poplevel (keep, reverse, functionbody)$/
786post_mark_life local-alloc.c /^post_mark_life (regno, mode, life, birth, death)$/
787predecide_loop_entry cse.c /^predecide_loop_entry (insn)$/
788preexpand_calls expr.c /^preexpand_calls (exp)$/
789prepare_call_address expr.c /^prepare_call_address (funexp, context)$/
790preserve_data tree.c /^preserve_data ()$/
791prev_real_insn jump.c /^prev_real_insn (label)$/
792previous_insn emit-rtl.c /^previous_insn (insn)$/
793primary c-parse.y /^primary:$/
794print_lang_identifier c-decl.c /^print_lang_identifier (file, node, indent)$/
795print_node print-tree.c /^print_node (file, prefix, node, indent)$/
796print_node_brief print-tree.c /^print_node_brief (file, prefix, node, indent)$/
797print_rtl rtl.c /^print_rtl (outf, rtx_first)$/
798print_rtx rtl.c /^print_rtx (in_rtx)$/
799print_target_switch_defaults toplev.c /^print_target_switch_defaults ()$/
800print_time toplev.c /^print_time (str, total)$/
801process_init_constructor c-typeck.c /^process_init_constructor (type, init, elts)$/
802product_cheap_p loop.c /^product_cheap_p (biv_add, giv_mult)$/
803profile_function final.c /^profile_function (file)$/
804program c-parse.y /^program: \/* empty *\/$/
805propagate_block flow.c /^propagate_block (old, first, last, final, signific/
806protect_from_queue expr.c /^protect_from_queue (x, modify)$/
807push_block expr.c /^push_block (size, extra)$/
808push_momentary tree.c /^push_momentary ()$/
809push_operand recog.c /^push_operand (op, mode)$/
810push_parm_decl c-decl.c /^push_parm_decl (parm)$/
811push_reload reload.c /^push_reload (in, out, inloc, outloc, class,$/
812push_replacement reload.c /^push_replacement (loc, reloadnum, mode)$/
813push_structure_value stmt.c /^push_structure_value (rtx_ptr, size_ptr)$/
814push_to_sequence emit-rtl.c /^push_to_sequence (first)$/
815pushcase stmt.c /^pushcase (value, label)$/
816pushcase_range stmt.c /^pushcase_range (value1, value2, label)$/
817pushdecl c-decl.c /^pushdecl (x)$/
818pushlevel c-decl.c /^pushlevel (tag_transparent)$/
819pushtag c-decl.c /^pushtag (name, type)$/
820put_var_into_stack stmt.c /^put_var_into_stack (decl)$/
821qty_compare local-alloc.c /^qty_compare (q1, q2)$/
822qty_compare_1 local-alloc.c /^qty_compare_1 (q1, q2)$/
823qualify_type c-typeck.c /^qualify_type (type, like)$/
824queued_subexp_p expr.c /^queued_subexp_p (x)$/
825read_name rtl.c /^read_name (str, infile)$/
826read_rtx rtl.c /^read_rtx (infile)$/
827read_skip_spaces rtl.c /^read_skip_spaces (infile)$/
828readescape c-parse.y /^readescape ()$/
829readonly_warning c-typeck.c /^readonly_warning (arg, string)$/
830real_value_from_int_cst tree.c /^real_value_from_int_cst (i)$/
831real_zerop fold-const.c /^real_zerop (arg)$/
832really_sorry toplev.c /^really_sorry (s, v, v2)$/
833recog_memoized recog.c /^recog_memoized (insn)$/
834record_address_regs regclass.c /^record_address_regs (x, bcost, icost)$/
835record_conflicts global-alloc.c /^record_conflicts (allocno_vec, len)$/
836record_constant varasm.c /^record_constant (exp)$/
837record_constant_1 varasm.c /^record_constant_1 (exp)$/
838record_constant_rtx varasm.c /^record_constant_rtx (mode, x)$/
839record_dead_and_set_regs combine.c /^record_dead_and_set_regs (insn)$/
840record_giv loop.c /^record_giv (v, insn, src_regno, dest_regno, mult_v/
841record_one_conflict global-alloc.c /^record_one_conflict (regno)$/
842redeclaration_error_message c-decl.c /^redeclaration_error_message (newdecl, olddecl)$/
843redirect_exp jump.c /^redirect_exp (x, olabel, nlabel)$/
844redirect_jump jump.c /^redirect_jump (jump, nlabel)$/
845refers_to_mem_p cse.c /^refers_to_mem_p (x, reg, start, end)$/
846refers_to_p cse.c /^refers_to_p (x, y)$/
847refers_to_regno_p rtlanal.c /^refers_to_regno_p (regno, endregno, x, loc)$/
848reg_class_record regclass.c /^reg_class_record (op, opno, constraints)$/
849reg_class_subset_p local-alloc.c /^reg_class_subset_p (c1, c2)$/
850reg_classes_overlap_p local-alloc.c /^reg_classes_overlap_p (c1, c2, call_saved)$/
851reg_fits_class_p recog.c /^reg_fits_class_p (operand, class, offset, mode)$/
852reg_in_basic_block_p loop.c /^reg_in_basic_block_p (insn, reg)$/
853reg_invalidate cse.c /^reg_invalidate (reg)$/
854reg_is_born local-alloc.c /^reg_is_born (reg, insn_number)$/
855reg_is_set local-alloc.c /^reg_is_set (reg, setter)$/
856reg_meets_class_p local-alloc.c /^reg_meets_class_p (reg, class)$/
857reg_mentioned_p rtlanal.c /^reg_mentioned_p (reg, in)$/
858reg_overlap_mentioned_p rtlanal.c /^reg_overlap_mentioned_p (reg, x)$/
859reg_preferred_class regclass.c /^reg_preferred_class (regno)$/
860reg_preferred_or_nothing regclass.c /^reg_preferred_or_nothing (regno)$/
861reg_scan regclass.c /^reg_scan (f, nregs, repeat)$/
862reg_scan_mark_refs regclass.c /^reg_scan_mark_refs (x, uid)$/
863reg_set_between_p rtlanal.c /^reg_set_between_p (reg, from_insn, to_insn)$/
864reg_set_p rtlanal.c /^reg_set_p (reg, insn)$/
865reg_set_p_1 rtlanal.c /^reg_set_p_1 (x)$/
866reg_used_between_p rtlanal.c /^reg_used_between_p (reg, from_insn, to_insn)$/
867regclass regclass.c /^regclass (f, nregs)$/
868regclass_init regclass.c /^regclass_init ()$/
869register_operand recog.c /^register_operand (op, mode)$/
870regno_clobbered_at_setjmp flow.c /^regno_clobbered_at_setjmp (regno)$/
871regno_dead_p combine.c /^regno_dead_p (regno, insn)$/
872regno_uninitialized flow.c /^regno_uninitialized (regno)$/
873regs_match_p loop.c /^regs_match_p (x, y, movables)$/
874reinit_parse_for_function c-parse.y /^reinit_parse_for_function ()$/
875reload reload1.c /^reload (first, global, dumpfile)$/
876reload_as_needed reload1.c /^reload_as_needed (first, live_known)$/
877reload_reg_class_lower reload1.c /^reload_reg_class_lower (p1, p2)$/
878reload_reg_free_before_p reload1.c /^reload_reg_free_before_p (regno, when_needed)$/
879reload_reg_free_p reload1.c /^reload_reg_free_p (regno, when_needed)$/
880reload_reg_reaches_end_p reload1.c /^reload_reg_reaches_end_p (regno, when_needed)$/
881remove cse.c /^remove (elt, hash)$/
882remove_death combine.c /^remove_death (regno, insn)$/
883remove_invalid_refs cse.c /^remove_invalid_refs (regno)$/
884remove_links combine.c /^remove_links (insn, oinsn)$/
885reorder_insns emit-rtl.c /^reorder_insns (from, to, after)$/
886replace_call_address loop.c /^replace_call_address (x, reg, addr)$/
887replace_regs loop.c /^replace_regs (x, reg_map, nregs)$/
888report_error_function toplev.c /^report_error_function (file)$/
889require_complete_type c-typeck.c /^require_complete_type (value)$/
890reserved_declspecs c-parse.y /^reserved_declspecs: \/* empty *\/$/
891reserved_typespecquals c-parse.y /^reserved_typespecquals: \/* empty *\/$/
892rest_of_compilation toplev.c /^rest_of_compilation (decl)$/
893rest_of_decl_compilation toplev.c /^rest_of_decl_compilation (decl, asmspec, top_level/
894restore_reg_data emit-rtl.c /^restore_reg_data (first)$/
895restore_reg_data_1 emit-rtl.c /^restore_reg_data_1 (orig)$/
896resume_momentary tree.c /^resume_momentary (yes)$/
897resume_temporary_allocation tree.c /^resume_temporary_allocation ()$/
898retry_global_alloc global-alloc.c /^retry_global_alloc (regno, forbidden_regs)$/
899reverse_condition jump.c /^reverse_condition (code)$/
900ridpointers c-parse.y /^tree ridpointers[(int) RID_MAX];$/
901round_push explow.c /^round_push (size)$/
902rrotate_double fold-const.c /^rrotate_double (l1, h1, count, prec, lv, hv)$/
903rshift_double fold-const.c /^rshift_double (l1, h1, count, prec, lv, hv, arith)/
904rtvec_alloc rtl.c /^rtvec_alloc (n)$/
905rtx_addr_varies_p rtlanal.c /^rtx_addr_varies_p (x)$/
906rtx_alloc rtl.c /^rtx_alloc (code)$/
907rtx_cost cse.c /^rtx_cost (x)$/
908rtx_equal_for_loop_p loop.c /^rtx_equal_for_loop_p (x, y, movables)$/
909rtx_equal_p rtlanal.c /^rtx_equal_p (x, y)$/
910rtx_renumbered_equal_p jump.c /^rtx_renumbered_equal_p (x, y)$/
911rtx_unstable_p rtlanal.c /^rtx_unstable_p (x)$/
912rtx_varies_p rtlanal.c /^rtx_varies_p (x)$/
913safe_hash cse.c /^safe_hash (x, mode)$/
914save_call_clobbered_regs caller-save.c /^save_call_clobbered_regs ()$/
915save_expr tree.c /^save_expr (expr)$/
916save_for_inline integrate.c /^save_for_inline (fndecl)$/
917save_noncopied_parts expr.c /^save_noncopied_parts (lhs, list)$/
918saveable_tree_cons tree.c /^saveable_tree_cons (purpose, value, chain)$/
919savealloc tree.c /^savealloc (size)$/
920scan_loop loop.c /^scan_loop (loop_start, end, nregs)$/
921scan_paradoxical_subregs reload1.c /^scan_paradoxical_subregs (x)$/
922sdbout_filename sdbout.c /^sdbout_filename (asm_file, input_name)$/
923sdbout_init sdbout.c /^sdbout_init ()$/
924set_current_gdbfile final.c /^set_current_gdbfile (filename)$/
925set_float_handler toplev.c /^set_float_handler (handler)$/
926set_identifier_size tree.c /^set_identifier_size (size)$/
927set_last_insn emit-rtl.c /^set_last_insn (insn)$/
928set_new_first_and_last_insn emit-rtl.c /^set_new_first_and_last_insn (first, last)$/
929set_preference global-alloc.c /^set_preference (dest, src)$/
930set_reg_live caller-save.c /^set_reg_live (reg, setter)$/
931set_target_switch toplev.c /^set_target_switch (name)$/
932setjmp_protect stmt.c /^setjmp_protect (block)$/
933sets_cc0_p jump.c /^sets_cc0_p (x)$/
934setspecs c-parse.y /^setspecs: \/* empty *\/$/
935shadow_tag c-decl.c /^shadow_tag (declspecs)$/
936shorten_compare c-typeck.c /^shorten_compare (op0_ptr, op1_ptr, restype_ptr, re/
937sign_expand_binop optabs.c /^sign_expand_binop (mode, uoptab, soptab, op0, op1,/
938signed_or_unsigned_type c-typeck.c /^signed_or_unsigned_type (unsignedp, type)$/
939signed_type c-typeck.c /^signed_type (type)$/
940simple_cst_equal tree.c /^simple_cst_equal (t1, t2)$/
941simple_if c-parse.y /^simple_if:$/
942simplejump_p jump.c /^simplejump_p (insn)$/
943simplify_and_const_int combine.c /^simplify_and_const_int (x, to)$/
944simplify_set_cc0_and combine.c /^simplify_set_cc0_and (insn)$/
945size_in_bytes tree.c /^size_in_bytes (type)$/
946skip_consec_insns loop.c /^skip_consec_insns (insn, count)$/
947skip_white_space c-parse.y /^skip_white_space (c)$/
948sorry toplev.c /^sorry (s, v, v2)$/
949spill_hard_reg reload1.c /^spill_hard_reg (regno, global, dumpfile)$/
950split_tree fold-const.c /^split_tree (in, code, varp, conp, varsignp)$/
951squeeze_block_notes jump.c /^squeeze_block_notes (start, end)$/
952stabilize explow.c /^stabilize (x)$/
953stabilize_reference tree.c /^stabilize_reference (ref)$/
954start_decl c-decl.c /^start_decl (declarator, declspecs, initialized)$/
955start_enum c-decl.c /^start_enum (name)$/
956start_function c-decl.c /^start_function (declspecs, declarator)$/
957start_identifier_warnings tree.c /^start_identifier_warnings ()$/
958start_sequence emit-rtl.c /^start_sequence ()$/
959start_struct c-decl.c /^start_struct (code, name)$/
960staticp tree.c /^staticp (arg)$/
961stmt c-parse.y /^stmt:$/
962stmts c-parse.y /^stmts:$/
963store_bit_field expmed.c /^store_bit_field (str_rtx, bitsize, bitnum, fieldmo/
964store_constructor expr.c /^store_constructor (exp, target)$/
965store_expr expr.c /^store_expr (exp, target, suggest_reg)$/
966store_field expr.c /^store_field (target, bitsize, bitpos, mode, exp, v/
967store_fixed_bit_field expmed.c /^store_fixed_bit_field (op0, offset, bitsize, bitpo/
968store_init_value c-typeck.c /^store_init_value (decl, init)$/
969store_one_arg expr.c /^store_one_arg (arg, argblock, may_be_alloca)$/
970store_parm_decls c-decl.c /^store_parm_decls ()$/
971store_split_bit_field expmed.c /^store_split_bit_field (op0, bitsize, bitpos, value/
972storedecls c-decl.c /^storedecls (decls)$/
973storetags c-decl.c /^storetags (tags)$/
974strength_reduce loop.c /^strength_reduce (scan_start, end, loop_top, insn_c/
975strict_memory_address_p reload.c /^strict_memory_address_p (mode, addr)$/
976string c-parse.y /^string:$/
977structsp c-parse.y /^structsp:$/
978stupid_find_reg stupid.c /^stupid_find_reg (call_preserved, class, mode,$/
979stupid_life_analysis stupid.c /^stupid_life_analysis (f, nregs, file)$/
980stupid_mark_refs stupid.c /^stupid_mark_refs (x, insn)$/
981stupid_reg_compare stupid.c /^stupid_reg_compare (r1p, r2p)$/
982subrange_p symout.c /^subrange_p (type)$/
983subreg_lowpart_p emit-rtl.c /^subreg_lowpart_p (x)$/
984subst combine.c /^subst (x, from, to)$/
985subst_indexed_address reload.c /^subst_indexed_address (addr)$/
986subst_reg_equivs reload.c /^subst_reg_equivs (ad)$/
987subst_reloads reload.c /^subst_reloads ()$/
988suspend_momentary tree.c /^suspend_momentary ()$/
989symout_array_domain symout.c /^symout_array_domain (type)$/
990symout_block symout.c /^symout_block (decls, tags, args, superblock_addres/
991symout_block_symbols symout.c /^symout_block_symbols (decls, addr_buffer, filter)$/
992symout_block_tags symout.c /^symout_block_tags (tags, addr_buffer)$/
993symout_enum_value_names symout.c /^symout_enum_value_names (type)$/
994symout_enum_values symout.c /^symout_enum_values (type)$/
995symout_finish symout.c /^symout_finish (filename, filetime)$/
996symout_function symout.c /^symout_function (stmt, args, superblock_address)$/
997symout_function_end symout.c /^symout_function_end ()$/
998symout_init symout.c /^symout_init (filename, asm_file, sourcename)$/
999symout_range_bounds symout.c /^symout_range_bounds (type)$/
1000symout_record_field_names symout.c /^symout_record_field_names (type)$/
1001symout_record_fields symout.c /^symout_record_fields (type)$/
1002symout_source_file symout.c /^symout_source_file (f)$/
1003symout_sources symout.c /^symout_sources ()$/
1004symout_strings symout.c /^symout_strings (p1, s1, p2, s2)$/
1005symout_strings_print symout.c /^symout_strings_print (p1, s1, p2, s2)$/
1006symout_strings_skip symout.c /^symout_strings_skip (p1, s1, p2, s2)$/
1007symout_top_blocks symout.c /^symout_top_blocks (decls, tags)$/
1008symout_types symout.c /^symout_types (types)$/
1009tail_recursion_args stmt.c /^tail_recursion_args (actuals, formals)$/
1010target_for_arg expr.c /^target_for_arg (type, size, args_addr, offset)$/
1011temp_tree_cons tree.c /^temp_tree_cons (purpose, value, chain)$/
1012temporary_allocation tree.c /^temporary_allocation ()$/
1013tension_vector_labels jump.c /^tension_vector_labels (x, idx, ignore_loops)$/
1014text_section varasm.c /^text_section ()$/
1015this_contour_has_cleanups_p stmt.c /^this_contour_has_cleanups_p ()$/
1016tree_cons tree.c /^tree_cons (purpose, value, chain)$/
1017tree_int_cst_equal tree.c /^tree_int_cst_equal (t1, t2)$/
1018tree_int_cst_lt tree.c /^tree_int_cst_lt (t1, t2)$/
1019tree_last tree.c /^tree_last (chain)$/
1020true_regnum jump.c /^true_regnum (x)$/
1021truthvalue_conversion c-typeck.c /^truthvalue_conversion (expr)$/
1022try_combine combine.c /^try_combine (i3, i2, i1)$/
1023try_distrib combine.c /^try_distrib (insn, xprev1, xprev2)$/
1024try_fold_cc0 integrate.c /^try_fold_cc0 (insn)$/
1025try_pre_increment flow.c /^try_pre_increment (insn, reg, amount)$/
1026try_pre_increment_1 flow.c /^try_pre_increment_1 (insn)$/
1027type_for_size c-typeck.c /^type_for_size (bits, unsignedp)$/
1028type_hash_add tree.c /^type_hash_add (hashcode, type)$/
1029type_hash_canon tree.c /^type_hash_canon (hashcode, type)$/
1030type_hash_list tree.c /^type_hash_list (list)$/
1031type_hash_lookup tree.c /^type_hash_lookup (hashcode, type)$/
1032type_list_equal tree.c /^type_list_equal (l1, l2)$/
1033type_precision tree.c /^type_precision (type)$/
1034type_quals c-parse.y /^type_quals:$/
1035typed_declspecs c-parse.y /^typed_declspecs:$/
1036typed_typespecs c-parse.y /^typed_typespecs:$/
1037typename c-parse.y /^typename:$/
1038typespec c-parse.y /^typespec: TYPESPEC$/
1039typespecqual_reserved c-parse.y /^typespecqual_reserved: TYPESPEC$/
1040unary_complex_lvalue c-typeck.c /^unary_complex_lvalue (code, arg)$/
1041unary_expr c-parse.y /^unary_expr:$/
1042undo_all combine.c /^undo_all ()$/
1043uninitialized_vars_warning stmt.c /^uninitialized_vars_warning (block)$/
1044unop c-parse.y /^unop: '&'$/
1045unshare_all_rtl emit-rtl.c /^unshare_all_rtl (insn)$/
1046unsigned_type c-typeck.c /^unsigned_type (type)$/
1047update_qty_class local-alloc.c /^update_qty_class (qty, reg)$/
1048use_crosses_set_p combine.c /^use_crosses_set_p (x, from_cuid)$/
1049use_regs expr.c /^use_regs (regno, nregs)$/
1050use_related_value cse.c /^use_related_value (x, elt)$/
1051use_variable stmt.c /^use_variable (rtl)$/
1052use_variable_after stmt.c /^use_variable_after (rtl, insn)$/
1053validate_subtarget expr.c /^validate_subtarget (subtarget, otherop)$/
1054validize_mem stmt.c /^validize_mem (ref)$/
1055variable_size stor-layout.c /^variable_size (size)$/
1056verify_loop loop.c /^verify_loop (f, start)$/
1057volatile_refs_p rtlanal.c /^volatile_refs_p (x)$/
1058walk_alter_subreg final.c /^walk_alter_subreg (x)$/
1059walk_fixup_memory_subreg stmt.c /^walk_fixup_memory_subreg (x, insn)$/
1060warn_if_unused_value stmt.c /^warn_if_unused_value (exp)$/
1061warning toplev.c /^warning (s, v, v2)$/
1062warning_with_arg toplev.c /^warning_with_arg (s, e, num)$/
1063warning_with_decl toplev.c /^warning_with_decl (decl, s, v)$/
1064warning_with_file_and_line toplev.c /^warning_with_file_and_line (file, line, s, v, v2)$/
1065wipe_dead_reg local-alloc.c /^wipe_dead_reg (reg, this_insn_number, death_insn_n/
1066xdecls c-parse.y /^xdecls:$/
1067xexpr c-parse.y /^xexpr:$/
1068xmalloc toplev.c /^xmalloc (size)$/
1069xrealloc toplev.c /^xrealloc (ptr, size)$/
1070xref_tag c-decl.c /^xref_tag (code, name)$/
1071xstmts c-parse.y /^xstmts:$/
1072yyerror c-parse.y /^yyerror (string)$/
1073yylex c-parse.y /^yylex ()$/
1074yyparse c-parse.y /^%%$/