Home
last modified time | relevance | path

Searched refs:file_location (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.h26 class file_location {
28 file_location () {} in file_location() function
29 file_location (const char *, int, int);
36 inline file_location::file_location (const char *filename_in, int lineno_in, int colno_in) in file_location() function
156 file_location loc;
172 virtual void handle_unknown_directive (file_location, const char *) = 0;
174 file_location get_current_location () const;
181 file_location read_name (struct md_name *name);
182 file_location read_name_or_nil (struct md_name *);
187 void read_skip_construct (int depth, file_location loc);
[all …]
H A Dread-md.c92 md_reader::set_md_ptr_loc (const void *ptr, file_location file_loc) in set_md_ptr_loc()
204 message_at_1 (file_location loc, const char *msg, va_list ap) in message_at_1()
214 message_at (file_location loc, const char *msg, ...) in message_at()
226 error_at (file_location loc, const char *msg, ...) in error_at()
239 fatal_at (file_location loc, const char *msg, ...) in fatal_at()
447 md_reader::read_name_1 (struct md_name *name, file_location *out_loc) in read_name_1()
516 file_location
519 file_location loc; in read_name()
525 file_location
528 file_location loc; in read_name_or_nil()
[all …]
H A Dread-rtl-function.c60 deferred_edge (file_location loc, int src_bb_idx, int dest_bb_idx, int flags) in deferred_edge()
65 file_location m_loc;
80 void handle_unknown_directive (file_location, const char *) FINAL OVERRIDE;
99 rtx_insn *parse_insn (file_location loc, const char *name);
100 void parse_cfg (file_location loc);
101 void parse_crtl (file_location loc);
111 void add_fixup_insn_uid (file_location loc, rtx insn, int operand_idx,
114 void add_fixup_note_insn_basic_block (file_location loc, rtx insn,
117 void add_fixup_source_location (file_location loc, rtx_insn *insn,
120 void add_fixup_expr (file_location loc, rtx x,
[all …]
H A Dgensupport.h35 file_location loc;
222 extern void compute_test_codes (rtx, file_location, char *);
223 extern file_location get_file_location (rtx);
H A Dgensupport.c72 file_location loc;
98 static hash_map <rtx, file_location> *rtx_locs;
223 compute_test_codes (rtx exp, file_location loc, char *codes) in compute_test_codes()
368 process_define_predicate (rtx desc, file_location loc) in process_define_predicate()
405 file_location loc) in queue_pattern()
450 e->loc = file_location ("built-in", -1, -1); in add_define_attr()
551 process_rtx (rtx desc, file_location loc) in process_rtx()
820 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match()
1064 get_alternatives_number (rtx pattern, int *n_alt, file_location loc) in get_alternatives_number()
1190 file_location loc) in alter_predicate_for_insn()
[all …]
H A Dgenoutput.c152 file_location loc;
187 file_location loc;
199 static int mdep_constraint_len (const char *, file_location, int);
986 idata->loc = file_location ("<internal>", 0, 0); in init_insn_for_nothing()
1156 mdep_constraint_len (const char *s, file_location loc, int opno) in mdep_constraint_len()
H A Dread-rtl.c110 file_location loc;
370 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0)
452 file_location loc = get_md_ptr_loc (string)->loc; in apply_iterator_to_string()
674 file_location loc = get_md_ptr_loc (name)->loc; in handle_overloaded_name()
1150 record_attribute_use (struct iterator_group *group, file_location loc, rtx x, in record_attribute_use()
1163 file_location loc, in record_potential_iterator_use()
1660 file_location loc = read_name (&name); in read_rtx_code()
1971 file_location loc = read_name (&name); in read_rtx_operand()
H A Dgenpreds.c40 validate_exp (rtx exp, const char *name, file_location loc) in validate_exp()
676 file_location loc; /* location of definition */
776 bool is_address, file_location loc) in add_constraint()
H A Dgenattrtab.c143 file_location loc; /* Where in the .md files it occurs. */
181 file_location loc; /* Where in the .md files it occurs. */
194 file_location loc; /* Where in the .md files it occurs. */
688 check_attr_test (file_location loc, rtx exp, attr_desc *attr) in check_attr_test()
850 check_attr_value (file_location loc, rtx exp, class attr_desc *attr) in check_attr_value()
1122 make_canonical (file_location loc, class attr_desc *attr, rtx exp) in make_canonical()
1229 get_attr_value (file_location loc, rtx value, class attr_desc *attr, in get_attr_value()
4700 attr->default_val = get_attr_value (file_location ("<internal>", 0, 0), in make_internal_attr()
5324 info.loc = file_location ("<internal>", 0, 0); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.h26 class file_location {
28 file_location () {} in file_location() function
29 file_location (const char *, int, int);
36 inline file_location::file_location (const char *filename_in, int lineno_in, int colno_in) in file_location() function
156 file_location loc;
172 virtual void handle_unknown_directive (file_location, const char *) = 0;
174 file_location get_current_location () const;
181 file_location read_name (struct md_name *name);
182 file_location read_name_or_nil (struct md_name *);
187 void read_skip_construct (int depth, file_location loc);
[all …]
H A Dread-rtl-function.cc60 deferred_edge (file_location loc, int src_bb_idx, int dest_bb_idx, int flags) in deferred_edge()
65 file_location m_loc;
80 void handle_unknown_directive (file_location, const char *) FINAL OVERRIDE;
99 rtx_insn *parse_insn (file_location loc, const char *name);
100 void parse_cfg (file_location loc);
101 void parse_crtl (file_location loc);
111 void add_fixup_insn_uid (file_location loc, rtx insn, int operand_idx,
114 void add_fixup_note_insn_basic_block (file_location loc, rtx insn,
117 void add_fixup_source_location (file_location loc, rtx_insn *insn,
120 void add_fixup_expr (file_location loc, rtx x,
[all …]
H A Dread-md.cc92 md_reader::set_md_ptr_loc (const void *ptr, file_location file_loc) in set_md_ptr_loc()
204 message_at_1 (file_location loc, const char *msg, va_list ap) in message_at_1()
214 message_at (file_location loc, const char *msg, ...) in message_at()
226 error_at (file_location loc, const char *msg, ...) in error_at()
239 fatal_at (file_location loc, const char *msg, ...) in fatal_at()
447 md_reader::read_name_1 (struct md_name *name, file_location *out_loc) in read_name_1()
516 file_location
519 file_location loc; in read_name()
525 file_location
528 file_location loc; in read_name_or_nil()
[all …]
H A Dgensupport.h35 file_location loc;
222 extern void compute_test_codes (rtx, file_location, char *);
223 extern file_location get_file_location (rtx);
H A Dgensupport.cc72 file_location loc;
98 static hash_map <rtx, file_location> *rtx_locs;
223 compute_test_codes (rtx exp, file_location loc, char *codes) in compute_test_codes()
368 process_define_predicate (rtx desc, file_location loc) in process_define_predicate()
405 file_location loc) in queue_pattern()
450 e->loc = file_location ("built-in", -1, -1); in add_define_attr()
551 process_rtx (rtx desc, file_location loc) in process_rtx()
821 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match()
1065 get_alternatives_number (rtx pattern, int *n_alt, file_location loc) in get_alternatives_number()
1191 file_location loc) in alter_predicate_for_insn()
[all …]
H A Dread-rtl.cc104 file_location loc;
436 map_attr_string (file_location loc, const char *p, mapping **iterator_out = 0) in map_attr_string()
518 file_location loc = get_md_ptr_loc (string)->loc; in apply_iterator_to_string()
740 file_location loc = get_md_ptr_loc (name)->loc; in handle_overloaded_name()
1178 record_attribute_use (struct iterator_group *group, file_location loc, rtx x, in record_attribute_use()
1191 file_location loc, in record_potential_iterator_use()
1658 file_location loc = read_name (&name); in read_rtx_code()
1707 file_location loc = read_name (&name); in read_rtx_code()
1995 file_location loc = read_name (&name); in read_rtx_operand()
H A Dgenoutput.cc152 file_location loc;
187 file_location loc;
199 static int mdep_constraint_len (const char *, file_location, int);
998 idata->loc = file_location ("<internal>", 0, 0); in init_insn_for_nothing()
1169 mdep_constraint_len (const char *s, file_location loc, int opno) in mdep_constraint_len()
H A Dgenpreds.cc40 validate_exp (rtx exp, const char *name, file_location loc) in validate_exp()
676 file_location loc; /* location of definition */
779 bool is_relaxed_memory, bool is_address, file_location loc) in add_constraint()
H A Dgenattrtab.cc143 file_location loc; /* Where in the .md files it occurs. */
181 file_location loc; /* Where in the .md files it occurs. */
194 file_location loc; /* Where in the .md files it occurs. */
688 check_attr_test (file_location loc, rtx exp, attr_desc *attr) in check_attr_test()
850 check_attr_value (file_location loc, rtx exp, class attr_desc *attr) in check_attr_value()
1122 make_canonical (file_location loc, class attr_desc *attr, rtx exp) in make_canonical()
1229 get_attr_value (file_location loc, rtx value, class attr_desc *attr, in get_attr_value()
4699 attr->default_val = get_attr_value (file_location ("<internal>", 0, 0), in make_internal_attr()
5323 info.loc = file_location ("<internal>", 0, 0); in main()
H A DChangeLog-20153439 an is_const flag. Put the file_location argument first.
22685 * genattrtab.c (make_canonical): Add a file_location parameter.
22776 * gensupport.h (compute_test_codes): Take a file_location rather
22781 * genpreds.c (validate_exp): Take a file_location rather than a
22784 (constraint_data): Replace lineno field with a file_location.
22785 (add_constraint): Take a file_location rather than a line number.
22794 * genoutput.c (data): Use a file_location to record the source
22798 (constraint_data): Replace lineno with a file_location.
22810 (mdep_constraint_len): Take a file_location rather than a
22817 * genattrtab.c (insn_def, attr_desc, delay_desc): Use a file_location
[all …]
H A DChangeLog-201920956 file_location parameter.
20958 (map_attr_string): Take a file_location parameter. Report cases
20964 (record_attribute_use): Take a file_location parameter.
20966 (md_reader::record_potential_iterator_use): Take a file_location
20976 Use file_location instead of separate fields.
20977 (md_reader::set_md_ptr_loc): Take a file_location instead of a
20982 (md_reader::set_md_ptr_loc): Likewise. Take a file_location
H A DChangeLog-201611367 file_location ctor.
11379 file_location ctor.
11380 * read-md.h (struct file_location): Add field "colno".
11381 (file_location::file_location): Likewise.
H A DChangeLog-201741379 (md_reader::read_name): Convert return type from void to file_location.