| /src/external/gpl3/gcc/dist/libcpp/ |
| line-map.cc | 278 line_maps::make_location (location_t caret, location_t start, location_t finish) function in class:line_maps
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 927 /* Overload for make_location, taking the lexer to mean the location of the 931 make_location (location_t caret, location_t start, cp_lexer *lexer) 934 return make_location (caret, start, t->location); 937 /* Overload for make_location taking tokens instead of locations. */ 940 make_location (cp_token *caret, cp_token *start, cp_token *end) 942 return make_location (caret->location, start->location, end->location); 3140 *out_loc = make_location (start_loc, start_loc, finish_loc); 4701 loc = make_location (loc, loc, get_finish (last_tok_loc)); 5491 location_t combined_loc = make_location (start_loc, start_loc, finish_loc); 5647 loc = make_location (token->location, loc, parser->lexer) 930 make_location (location_t caret, location_t start, cp_lexer *lexer) function 939 make_location (cp_token *caret, cp_token *start, cp_token *end) function [all...] |
| /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/dist/gcc/ |
| input.cc | 1168 make_location (location_t caret, location_t start, location_t finish) function 1170 return line_table->make_location (caret, start, finish); 1176 make_location (location_t caret, source_range src_range) function 1853 *out_loc = make_location (ranges.get_range (caret_idx).m_start, 2172 /* Verify using make_location to build a range, and extracting data 2174 location_t range_c_b_d = make_location (loc_c, loc_b, loc_d); 2201 /* Regression test for make_location. 2228 const location_t aaa = make_location (c13, c12, c14); 2236 const location_t not_aaa = make_location (c11, aaa, c14); 2246 const location_t aaa_eq_bbb = make_location (c12, c12, c21) [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.cc | 123 dump::make_location () const function in class:gcc::jit::dump 4293 m_loc = d.make_location (); 5069 m_loc = d.make_location (); 6846 m_loc = d.make_location (); 6896 m_loc = d.make_location ();
|
| /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 ();
|