/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dumpfile.cc | 2273 location_t decl_loc = linemap_position_for_column (line_table, 8); in test_capture_of_dump_calls() local 2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, in test_capture_of_dump_calls() 2402 ASSERT_IS_SYMTAB_NODE (info->get_item (1), decl_loc, "test_decl/0"); in test_capture_of_dump_calls() 2588 ASSERT_IS_SYMTAB_NODE (info->get_item (0), decl_loc, "test_decl/0"); in test_capture_of_dump_calls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dumpfile.c | 2215 location_t decl_loc = linemap_position_for_column (line_table, 8); 2225 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, 2344 ASSERT_IS_SYMTAB_NODE (info->get_item (1), decl_loc, "test_decl/0"); 2530 ASSERT_IS_SYMTAB_NODE (info->get_item (0), decl_loc, "test_decl/0");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 876 location_t decl_loc = DECL_SOURCE_LOCATION (decl); in objc_add_property_declaration() local 877 decl_loc = make_location (decl_loc, location, decl_loc); in objc_add_property_declaration() 880 error_at (decl_loc, "property cannot be an array"); in objc_add_property_declaration() 893 error_at (decl_loc, "property cannot be a bit-field"); in objc_add_property_declaration() 1052 warning_at (decl_loc, 0, "object property %qD has no %<assign%>," in objc_add_property_declaration() 1055 inform (decl_loc, "%<assign%> can be unsafe for Objective-C" in objc_add_property_declaration() 1072 error_at (decl_loc, "%qE attribute is only valid for Objective-C" in objc_add_property_declaration() 1325 error_at (decl_loc, "nullability specifier %qE cannot be applied to" in objc_add_property_declaration() 1330 error_at (decl_loc, "nullability specifier %qE cannot be applied to" in objc_add_property_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 867 location_t decl_loc = DECL_SOURCE_LOCATION (decl); in objc_add_property_declaration() local 868 decl_loc = make_location (decl_loc, location, decl_loc); in objc_add_property_declaration() 871 error_at (decl_loc, "property cannot be an array"); in objc_add_property_declaration() 884 error_at (decl_loc, "property cannot be a bit-field"); in objc_add_property_declaration() 1014 warning_at (decl_loc, 0, "object property %qD has no %<assign%>," in objc_add_property_declaration() 1017 inform (decl_loc, "%<assign%> can be unsafe for Objective-C" in objc_add_property_declaration() 1034 error_at (decl_loc, "%qE attribute is only valid for Objective-C" in objc_add_property_declaration()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | ux.texi | 313 richloc.add_range (decl_loc);
|
H A D | gccint.info | 45995 richloc.add_range (decl_loc);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 8982 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() argument 9069 decl = build_decl (decl_loc, CONST_DECL, name, type); in build_enumerator() 10084 location_t decl_loc = DECL_SOURCE_LOCATION (decl); in check_for_loop_decls() local 10086 error_at (decl_loc, in check_for_loop_decls() 10090 error_at (decl_loc, in check_for_loop_decls()
|
H A D | c-parser.c | 3150 location_t decl_loc, value_loc; in c_parser_enum_specifier() local 3171 decl_loc = value_loc = token->location; in c_parser_enum_specifier() 3187 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier() 3508 location_t decl_loc; in c_parser_struct_declaration() local 3525 decl_loc = c_parser_peek_token (parser)->location; in c_parser_struct_declaration() 3547 pedwarn (decl_loc, OPT_Wpedantic, in c_parser_struct_declaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 9334 build_enumerator (location_t decl_loc, location_t loc, in build_enumerator() argument 9421 decl = build_decl (decl_loc, CONST_DECL, name, type); in build_enumerator() 10481 location_t decl_loc = DECL_SOURCE_LOCATION (decl); in check_for_loop_decls() local 10483 error_at (decl_loc, in check_for_loop_decls() 10487 error_at (decl_loc, in check_for_loop_decls()
|
H A D | c-parser.cc | 3192 location_t decl_loc, value_loc; in c_parser_enum_specifier() local 3213 decl_loc = value_loc = token->location; in c_parser_enum_specifier() 3229 enum_decl = build_enumerator (decl_loc, value_loc, in c_parser_enum_specifier() 3550 location_t decl_loc; in c_parser_struct_declaration() local 3567 decl_loc = c_parser_peek_token (parser)->location; in c_parser_struct_declaration() 3589 pedwarn (decl_loc, OPT_Wpedantic, in c_parser_struct_declaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | ux.texi | 338 richloc.add_range (decl_loc);
|
H A D | gccint.info | 47682 richloc.add_range (decl_loc);
|