Searched refs:attr_comb (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-parser.c | 11996 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() local 11997 warning_at (attr_comb, OPT_Wattributes, in c_parser_objc_at_property_declaration() 12006 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() local 12011 warning_at (attr_comb, OPT_Wattributes, in c_parser_objc_at_property_declaration() 12042 = new property_attribute_info (attr_name, attr_comb, prop_kind); in c_parser_objc_at_property_declaration() 12051 error_at (attr_comb, "unknown property attribute %<%s%s%>", in c_parser_objc_at_property_declaration() 12054 error_at (attr_comb, "unknown property attribute"); in c_parser_objc_at_property_declaration() 12062 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12063 error_at (attr_comb, "expected %<=%> after Objective-C %qE", in c_parser_objc_at_property_declaration() 12073 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-parser.cc | 12060 location_t attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() local 12061 warning_at (attr_comb, OPT_Wattributes, in c_parser_objc_at_property_declaration() 12070 location_t attr_comb = make_location (attr_start, attr_start, in c_parser_objc_at_property_declaration() local 12075 warning_at (attr_comb, OPT_Wattributes, in c_parser_objc_at_property_declaration() 12106 = new property_attribute_info (attr_name, attr_comb, prop_kind); in c_parser_objc_at_property_declaration() 12115 error_at (attr_comb, "unknown property attribute %<%s%s%>", in c_parser_objc_at_property_declaration() 12118 error_at (attr_comb, "unknown property attribute"); in c_parser_objc_at_property_declaration() 12126 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() 12127 error_at (attr_comb, "expected %<=%> after Objective-C %qE", in c_parser_objc_at_property_declaration() 12137 attr_comb = make_location (attr_end, attr_start, attr_end); in c_parser_objc_at_property_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 33739 location_t attr_comb; in cp_parser_objc_at_property_declaration() local 33742 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33743 warning_at (attr_comb, OPT_Wattributes, in cp_parser_objc_at_property_declaration() 33752 attr_comb = make_location (attr_start, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33756 warning_at (attr_comb, OPT_Wattributes, in cp_parser_objc_at_property_declaration() 33778 = new property_attribute_info (attr_name, attr_comb, prop_kind); in cp_parser_objc_at_property_declaration() 33798 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33799 error_at (attr_comb, "expected %<=%> after Objective-C %qE", in cp_parser_objc_at_property_declaration() 33812 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 33813 error_at (attr_comb, "expected %qE selector name", in cp_parser_objc_at_property_declaration() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 36039 location_t attr_comb; in cp_parser_objc_at_property_declaration() local 36042 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36043 warning_at (attr_comb, OPT_Wattributes, in cp_parser_objc_at_property_declaration() 36052 attr_comb = make_location (attr_start, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36056 warning_at (attr_comb, OPT_Wattributes, in cp_parser_objc_at_property_declaration() 36082 = new property_attribute_info (attr_name, attr_comb, prop_kind); in cp_parser_objc_at_property_declaration() 36102 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36103 error_at (attr_comb, "expected %<=%> after Objective-C %qE", in cp_parser_objc_at_property_declaration() 36116 attr_comb = make_location (attr_end, attr_start, attr_end); in cp_parser_objc_at_property_declaration() 36117 error_at (attr_comb, "expected %qE selector name", in cp_parser_objc_at_property_declaration() [all …]
|