HomeSort by: relevance | last modified time | path
    Searched refs:pure_loc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1041 location_t pure_loc = get_pure_location (caret); local
1046 pure_loc,
1057 location_t pure_loc = get_pure_location (caret); local
1058 return COMBINE_LOCATION_DATA (line_table, pure_loc, src_range, NULL);
tree.cc 14214 location_t pure_loc = get_pure_location (loc);
14216 return COMBINE_LOCATION_DATA (line_table, pure_loc, src_range, block);
14234 location_t pure_loc = get_pure_location (EXPR_LOCATION (expr));
14236 pure_loc,
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 280 location_t pure_loc = get_pure_location (caret); local
284 location_t combined_loc = get_or_create_combined_loc (pure_loc,
  /src/external/gpl3/gcc/dist/gcc/
input.cc 1178 location_t pure_loc = get_pure_location (caret); local
1179 return line_table->get_or_create_combined_loc (pure_loc, src_range,
tree.cc 14630 location_t pure_loc = get_pure_location (loc);
14633 return line_table->get_or_create_combined_loc (pure_loc, src_range, block,
14653 location_t pure_loc = get_pure_location (expr_location);
14655 location_t adhoc = line_table->get_or_create_combined_loc (pure_loc,

Completed in 31 milliseconds