Searched refs:file_location (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | read-md.h | 26 struct file_location { struct 27 file_location () {} in file_location() argument 28 file_location (const char *, int, int); 35 inline file_location::file_location (const char *filename_in, int lineno_in, int colno_in) in file_location() argument 122 virtual void handle_unknown_directive (file_location, const char *) = 0; 124 file_location get_current_location () const; 131 file_location read_name (struct md_name *name); 132 file_location read_name_or_nil (struct md_name *); 137 void read_skip_construct (int depth, file_location loc); 154 void handle_enum (file_location loc, bool md_p); [all …]
|
| HD | read-rtl-function.c | 57 deferred_edge (file_location loc, int src_bb_idx, int dest_bb_idx, int flags) in deferred_edge() 62 file_location m_loc; 77 void handle_unknown_directive (file_location, const char *) FINAL OVERRIDE; 96 rtx_insn *parse_insn (file_location loc, const char *name); 97 void parse_cfg (file_location loc); 98 void parse_crtl (file_location loc); 108 void add_fixup_insn_uid (file_location loc, rtx insn, int operand_idx, 111 void add_fixup_note_insn_basic_block (file_location loc, rtx insn, 114 void add_fixup_source_location (file_location loc, rtx_insn *insn, 117 void add_fixup_expr (file_location loc, rtx x, [all …]
|
| HD | read-md.c | 213 message_at_1 (file_location loc, const char *msg, va_list ap) in message_at_1() 223 message_at (file_location loc, const char *msg, ...) in message_at() 235 error_at (file_location loc, const char *msg, ...) in error_at() 248 fatal_at (file_location loc, const char *msg, ...) in fatal_at() 456 md_reader::read_name_1 (struct md_name *name, file_location *out_loc) in read_name_1() 525 file_location 528 file_location loc; in read_name() 534 file_location 537 file_location loc; in read_name_or_nil() 540 file_location loc = get_current_location (); in read_name_or_nil() [all …]
|
| HD | gensupport.h | 34 file_location loc; 221 extern void compute_test_codes (rtx, file_location, char *); 222 extern file_location get_file_location (rtx);
|
| HD | gensupport.c | 71 file_location loc; 97 static hash_map <rtx, file_location> *rtx_locs; 222 compute_test_codes (rtx exp, file_location loc, char *codes) in compute_test_codes() 367 process_define_predicate (rtx desc, file_location loc) in process_define_predicate() 404 file_location loc) in queue_pattern() 449 e->loc = file_location ("built-in", -1, -1); in add_define_attr() 491 process_rtx (rtx desc, file_location loc) in process_rtx() 752 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match() 996 get_alternatives_number (rtx pattern, int *n_alt, file_location loc) in get_alternatives_number() 1122 file_location loc) in alter_predicate_for_insn() [all …]
|
| HD | genoutput.c | 151 file_location loc; 185 file_location loc; 197 static int mdep_constraint_len (const char *, file_location, int); 984 idata->loc = file_location ("<internal>", 0, 0); in init_insn_for_nothing() 1154 mdep_constraint_len (const char *s, file_location loc, int opno) in mdep_constraint_len()
|
| HD | genpreds.c | 40 validate_exp (rtx exp, const char *name, file_location loc) in validate_exp() 675 file_location loc; /* location of definition */ 775 bool is_address, file_location loc) in add_constraint()
|
| HD | genattrtab.c | 142 file_location loc; /* Where in the .md files it occurs. */ 179 file_location loc; /* Where in the .md files it occurs. */ 191 file_location loc; /* Where in the .md files it occurs. */ 683 check_attr_test (file_location loc, rtx exp, attr_desc *attr) in check_attr_test() 844 check_attr_value (file_location loc, rtx exp, struct attr_desc *attr) in check_attr_value() 1116 make_canonical (file_location loc, struct attr_desc *attr, rtx exp) in make_canonical() 1223 get_attr_value (file_location loc, rtx value, struct attr_desc *attr, in get_attr_value() 4589 attr->default_val = get_attr_value (file_location ("<internal>", 0, 0), in make_internal_attr() 5213 info.loc = file_location ("<internal>", 0, 0); in main()
|