| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | 827 /* Overload for make_location, taking the lexer to mean the location of the 831 make_location (location_t caret, location_t start, cp_lexer *lexer) 834 return make_location (caret, start, t->location); 837 /* Overload for make_location taking tokens instead of locations. */ 840 make_location (cp_token *caret, cp_token *start, cp_token *end) 842 return make_location (caret->location, start->location, end->location); 2936 *out_loc = make_location (start_loc, start_loc, finish_loc); 4480 loc = make_location (loc, loc, get_finish (last_tok_loc)); 5221 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); 5830 = make_location (type_location, start_loc, finish_loc) 830 make_location (location_t caret, location_t start, cp_lexer *lexer) function 839 make_location (cp_token *caret, cp_token *start, cp_token *end) function [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| input.cc | 1039 make_location (location_t caret, location_t start, location_t finish) function 1055 make_location (location_t caret, source_range src_range) function 1726 *out_loc = make_location (ranges.get_range (caret_idx).m_start, 2011 /* Verify using make_location to build a range, and extracting data 2013 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); 2040 /* Regression test for make_location. 2067 const location_t aaa = make_location (c13, c12, c14); 2075 const location_t not_aaa = make_location (c11, aaa, c14); 2085 const location_t aaa_eq_bbb = make_location (c12, c12, c21); 2091 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.cc | 123 dump::make_location () const function in class:gcc::jit::dump 4186 m_loc = d.make_location (); 4883 m_loc = d.make_location (); 6601 m_loc = d.make_location (); 6651 m_loc = d.make_location ();
|