| /src/external/gpl3/gcc/dist/gcc/ |
| dumpfile.cc | 2261 location_t decl_loc = linemap_position_for_column (line_table, 8); local 2271 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, 2390 ASSERT_IS_SYMTAB_NODE (info->get_item (1), decl_loc, "test_decl/0"); 2576 ASSERT_IS_SYMTAB_NODE (info->get_item (0), decl_loc, "test_decl/0");
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dumpfile.cc | 2273 location_t decl_loc = linemap_position_for_column (line_table, 8); local 2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL, 2402 ASSERT_IS_SYMTAB_NODE (info->get_item (1), decl_loc, "test_decl/0"); 2588 ASSERT_IS_SYMTAB_NODE (info->get_item (0), decl_loc, "test_decl/0");
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 10210 DECL_LOC is the location of the enumerator. 10211 LOC is the location of the '=' operator if any, DECL_LOC otherwise. 10216 build_enumerator (location_t decl_loc, location_t loc, 10380 decl = build_decl (decl_loc, CONST_DECL, name, TREE_TYPE (value)); 11460 location_t decl_loc = DECL_SOURCE_LOCATION (decl); 11462 pedwarn_c11 (decl_loc, OPT_Wpedantic, 11466 pedwarn_c11 (decl_loc, OPT_Wpedantic, 11425 location_t decl_loc = DECL_SOURCE_LOCATION (decl); local
|
| c-parser.cc | 3795 location_t decl_loc, value_loc; 3816 decl_loc = value_loc = token->location; 3835 enum_decl = build_enumerator (decl_loc, value_loc, 4165 location_t decl_loc; 4182 decl_loc = c_parser_peek_token (parser)->location; 4204 pedwarn (decl_loc, OPT_Wpedantic, 3793 location_t decl_loc, value_loc; local 4163 location_t decl_loc; local
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 874 location_t decl_loc = DECL_SOURCE_LOCATION (decl); local 875 decl_loc = make_location (decl_loc, location, decl_loc); 878 error_at (decl_loc, "property cannot be an array"); 891 error_at (decl_loc, "property cannot be a bit-field"); 1050 warning_at (decl_loc, 0, "object property %qD has no %<assign%>," 1053 inform (decl_loc, "%<assign%> can be unsafe for Objective-C" 1070 error_at (decl_loc, "%qE attribute is only valid for Objective-C" 1323 error_at (decl_loc, "nullability specifier %qE cannot be applied to [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 9359 DECL_LOC is the location of the enumerator. 9360 LOC is the location of the '=' operator if any, DECL_LOC otherwise. 9365 build_enumerator (location_t decl_loc, location_t loc, 9452 decl = build_decl (decl_loc, CONST_DECL, name, type); 10516 location_t decl_loc = DECL_SOURCE_LOCATION (decl); 10518 error_at (decl_loc, 10522 error_at (decl_loc, 10481 location_t decl_loc = DECL_SOURCE_LOCATION (decl); local
|
| c-parser.cc | 3194 location_t decl_loc, value_loc; 3215 decl_loc = value_loc = token->location; 3231 enum_decl = build_enumerator (decl_loc, value_loc, 3552 location_t decl_loc; 3569 decl_loc = c_parser_peek_token (parser)->location; 3591 pedwarn (decl_loc, OPT_Wpedantic, 3192 location_t decl_loc, value_loc; local 3550 location_t decl_loc; local
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 876 location_t decl_loc = DECL_SOURCE_LOCATION (decl); local 877 decl_loc = make_location (decl_loc, location, decl_loc); 880 error_at (decl_loc, "property cannot be an array"); 893 error_at (decl_loc, "property cannot be a bit-field"); 1052 warning_at (decl_loc, 0, "object property %qD has no %<assign%>," 1055 inform (decl_loc, "%<assign%> can be unsafe for Objective-C" 1072 error_at (decl_loc, "%qE attribute is only valid for Objective-C" 1325 error_at (decl_loc, "nullability specifier %qE cannot be applied to [all...] |