Searched refs:source_location (Results 26 - 50 of 66) sorted by relevance

123

/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c33 source_location line; /* Line where condition started. */
101 source_location *);
126 static int parse_answer (cpp_reader *, struct answer **, int, source_location);
724 const cpp_token ***buf, source_location *location)
782 source_location location;
1049 *following* the #line directive. A separate source_location for this
1084 source_location src_loc = pfile->cur_token[-1].src_loc;
1381 source_location pragma_token_virt_loc = 0;
1487 source_location src_loc = pfile->cur_token[-1].src_loc;
1542 source_location src_lo
[all...]
H A Dexpr.c33 source_location loc; /* The location of this value. */
55 source_location);
61 static cpp_num eval_token (cpp_reader *, const cpp_token *, source_location);
392 const char **ud_suffix, source_location virtual_location)
992 source_location virtual_location)
1189 source_location virtual_location = 0;
1986 source_location location)
H A Dpch.c443 if (fread (&(p->line), sizeof (source_location), 1, f) != 1)
507 if (fwrite (&(pp[i]->line), sizeof (source_location), 1, f) != 1)
H A Dtraditional.c63 source_location line;
156 source_location src_loc = pfile->line_table->highest_line;
H A Dfiles.c147 source_location location;
1023 *following* the #include. A separate source_location for this
1228 source_location location)
H A Dlex.c1121 source_location orig_line = pfile->line_table->highest_line;
1737 source_location src_loc = token->src_loc;
3293 their source_location the same as the location referenced by P, until
3297 cpp_force_token_locations (cpp_reader *r, source_location *p)
/haiku-buildtools/gcc/gcc/
H A Dtree-cfgcleanup.c504 source_location l = gimple_phi_arg_location_from_edge (phi, succ);
888 source_location locus = gimple_phi_arg_location_from_edge (phi, succ);
H A Dtree-ssa-phiprop.c186 source_location locus;
H A Dtree-phinodes.c379 add_phi_arg (gphi *phi, tree def, edge e, source_location locus)
H A Dtree-vectorizer.h973 extern source_location vect_location;
990 extern source_location find_loop_location (struct loop *);
1127 extern source_location find_bb_location (basic_block);
H A Dtree-vect-loop-manip.c433 source_location loop_locus, guard_locus;
696 source_location loop_loc;
1196 source_location loop_loc;
1500 source_location
H A Dtree-ssa-phiopt.c531 source_location locus_0, locus_1;
1544 source_location locus;
1613 source_location then_locus, else_locus;
H A Dtree-parloops.c1055 source_location locus;
1698 source_location locus;
2158 source_location loop_loc;
H A Dtree-ssa-threadupdate.c432 source_location locus = gimple_phi_arg_location (src_phi, src_idx);
446 basic_block bb, int idx, source_location *locus)
500 source_location locus = gimple_phi_arg_location (phi, src_indx);
H A Dtree-vectorizer.c108 source_location vect_location;
H A Dtree-ssa.c79 redirect_edge_var_map_add (edge e, tree result, tree def, source_location locus)
175 source_location locus ;
H A Dtree-ssa-dce.c1064 source_location locus;
H A Dtree-ssa-loop-manip.c653 source_location locus;
H A Dgimple.h4029 static inline source_location
4037 static inline source_location
4046 gimple_phi_arg_set_location (gphi *phi, size_t i, source_location loc)
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc201 source_location get_source_location (const char *filename,
209 source_location loc = linemap_line_start (line_table, line_number, 0);
426 source_location loc = ctx->get_source_location (filename, line_number);
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h656 source_location m_srcloc;
/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c365 source_location loc = EXPR_LOCATION (*tp);
440 source_location loc;
H A Djava-tree.h743 source_location last_line; /* End line number for a function decl */
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c1302 BUILTINS_LOCATION has their source_location. */
1303 source_location builtins_loc = BUILTINS_LOCATION;
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c1546 source_location loc =

Completed in 321 milliseconds

123