Searched refs:linemap_location_from_macro_expansion_p (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-indentation.cc | 267 if (linemap_location_from_macro_expansion_p (line_table, guard_loc)) in should_warn_for_misleading_indentation() 270 if (linemap_location_from_macro_expansion_p (line_table, body_loc)) in should_warn_for_misleading_indentation() 273 if (linemap_location_from_macro_expansion_p (line_table, next_stmt_loc)) in should_warn_for_misleading_indentation()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | line-map.cc | 959 if (linemap_location_from_macro_expansion_p (set, loc)) in linemap_position_for_loc_and_offset() 1018 if (linemap_location_from_macro_expansion_p (set, line)) in linemap_lookup() 1317 linemap_location_from_macro_expansion_p (const class line_maps *set, in linemap_location_from_macro_expansion_p() function 1412 if ((pre_virtual_p = linemap_location_from_macro_expansion_p (set, l0))) in linemap_compare_locations() 1417 if ((post_virtual_p = linemap_location_from_macro_expansion_p (set, l1))) in linemap_compare_locations() 1668 if (!linemap_location_from_macro_expansion_p (set, loc)) in linemap_location_from_macro_definition_p() 1678 if (linemap_location_from_macro_expansion_p (set, s_loc)) in linemap_location_from_macro_definition_p() 1815 if (linemap_location_from_macro_expansion_p (set, loc)) in linemap_expand_location()
|
H A D | ChangeLog | 581 * line-map.c (linemap_location_from_macro_expansion_p): Test 1443 (linemap_location_from_macro_expansion_p): Likewise. 1594 * line-map.c (linemap_location_from_macro_expansion_p): Use 3638 * include/line-map.h (linemap_location_from_macro_expansion_p): 3647 (linemap_location_from_macro_expansion_p): const struct line_maps * 3886 linemap_location_from_macro_expansion_p, 4256 (linemap_location_from_macro_expansion_p): Likewise. 4753 (linemap_location_from_macro_expansion_p): Declare new functions. 4788 (linemap_location_from_macro_expansion_p)
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | line-map.c | 884 if (linemap_location_from_macro_expansion_p (set, loc)) in linemap_position_for_loc_and_offset() 944 if (linemap_location_from_macro_expansion_p (set, line)) in linemap_lookup() 1241 linemap_location_from_macro_expansion_p (const class line_maps *set, in linemap_location_from_macro_expansion_p() function 1336 if ((pre_virtual_p = linemap_location_from_macro_expansion_p (set, l0))) in linemap_compare_locations() 1341 if ((post_virtual_p = linemap_location_from_macro_expansion_p (set, l1))) in linemap_compare_locations() 1589 if (!linemap_location_from_macro_expansion_p (set, loc)) in linemap_location_from_macro_definition_p() 1599 if (linemap_location_from_macro_expansion_p (set, s_loc)) in linemap_location_from_macro_definition_p() 1736 if (linemap_location_from_macro_expansion_p (set, loc)) in linemap_expand_location()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-indentation.c | 221 if (linemap_location_from_macro_expansion_p (line_table, body_loc) in should_warn_for_misleading_indentation() 222 || linemap_location_from_macro_expansion_p (line_table, next_stmt_loc)) in should_warn_for_misleading_indentation()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-diagnostic-path.cc | 103 if (linemap_location_from_macro_expansion_p (line_table, loc1)) in can_consolidate_events() 105 if (linemap_location_from_macro_expansion_p (line_table, loc2)) in can_consolidate_events() 188 if (linemap_location_from_macro_expansion_p (line_table, initial_loc)) in print()
|
H A D | input.h | 202 return linemap_location_from_macro_expansion_p (line_table, loc); in from_macro_expansion_at()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-diagnostic-path.cc | 103 if (linemap_location_from_macro_expansion_p (line_table, loc1)) in can_consolidate_events() 105 if (linemap_location_from_macro_expansion_p (line_table, loc2)) in can_consolidate_events() 194 if (linemap_location_from_macro_expansion_p (line_table, initial_loc)) in print()
|
H A D | input.h | 132 return linemap_location_from_macro_expansion_p (line_table, loc); in from_macro_expansion_at()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | line-map.h | 1125 bool linemap_location_from_macro_expansion_p (const line_maps *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | line-map.h | 1172 bool linemap_location_from_macro_expansion_p (const line_maps *,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 24010 if (!linemap_location_from_macro_expansion_p (line_table, loc)) in cp_parser_class_specifier_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 25999 if (!linemap_location_from_macro_expansion_p (line_table, loc)) in cp_parser_class_specifier_1()
|