Home
last modified time | relevance | path

Searched refs:std_attrs (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-gimplify.cc3085 process_stmt_hotness_attribute (tree std_attrs, location_t attrs_loc) in process_stmt_hotness_attribute() argument
3087 if (std_attrs == error_mark_node) in process_stmt_hotness_attribute()
3088 return std_attrs; in process_stmt_hotness_attribute()
3089 if (tree attr = lookup_hotness_attribute (std_attrs)) in process_stmt_hotness_attribute()
3101 std_attrs = remove_hotness_attribute (std_attrs); in process_stmt_hotness_attribute()
3103 return std_attrs; in process_stmt_hotness_attribute()
H A Dparser.cc11498 tree std_attrs = NULL_TREE; in cp_parser_lambda_declarator_opt() local
11650 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_lambda_declarator_opt()
11720 declarator->std_attributes = std_attrs; in cp_parser_lambda_declarator_opt()
12190 tree statement, std_attrs = NULL_TREE; in cp_parser_statement() local
12210 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_statement()
12211 if (std_attrs) in cp_parser_statement()
12216 std_attrs = NULL_TREE; in cp_parser_statement()
12225 if (std_attrs && (flag_openmp || flag_openmp_simd)) in cp_parser_statement()
12264 std_attrs = cp_parser_handle_statement_omp_attributes (parser, in cp_parser_statement()
12265 std_attrs); in cp_parser_statement()
[all …]
H A DChangeLog-20212017 when std_attrs is non-NULL, but whenever
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c3178 process_stmt_hotness_attribute (tree std_attrs, location_t attrs_loc) in process_stmt_hotness_attribute() argument
3180 if (std_attrs == error_mark_node) in process_stmt_hotness_attribute()
3181 return std_attrs; in process_stmt_hotness_attribute()
3182 if (tree attr = lookup_hotness_attribute (std_attrs)) in process_stmt_hotness_attribute()
3194 std_attrs = remove_hotness_attribute (std_attrs); in process_stmt_hotness_attribute()
3196 return std_attrs; in process_stmt_hotness_attribute()
H A Dparser.c10982 tree std_attrs = NULL_TREE; in cp_parser_lambda_declarator_opt() local
11105 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_lambda_declarator_opt()
11169 declarator->std_attributes = std_attrs; in cp_parser_lambda_declarator_opt()
11318 tree statement, std_attrs = NULL_TREE; in cp_parser_statement() local
11335 std_attrs = cp_parser_std_attribute_spec_seq (parser); in cp_parser_statement()
11336 if (std_attrs) in cp_parser_statement()
11341 std_attrs = NULL_TREE; in cp_parser_statement()
11363 cp_parser_label_for_labeled_statement (parser, std_attrs); in cp_parser_statement()
11369 std_attrs = process_stmt_hotness_attribute (std_attrs, attrs_loc); in cp_parser_statement()
11376 std_attrs = process_stmt_hotness_attribute (std_attrs, attrs_loc); in cp_parser_statement()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c3108 tree std_attrs = NULL_TREE; in c_parser_enum_specifier() local
3117 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_enum_specifier()
3174 tree std_attrs = NULL_TREE; in c_parser_enum_specifier() local
3176 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_enum_specifier()
3177 tree enum_attrs = chainon (std_attrs, in c_parser_enum_specifier()
3218 chainon (std_attrs, in c_parser_enum_specifier()
3242 std_attrs); in c_parser_enum_specifier()
3299 tree std_attrs = NULL_TREE; in c_parser_struct_or_union_specifier() local
3320 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_struct_or_union_specifier()
3439 chainon (std_attrs, in c_parser_struct_or_union_specifier()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc3150 tree std_attrs = NULL_TREE; in c_parser_enum_specifier() local
3159 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_enum_specifier()
3216 tree std_attrs = NULL_TREE; in c_parser_enum_specifier() local
3218 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_enum_specifier()
3219 tree enum_attrs = chainon (std_attrs, in c_parser_enum_specifier()
3260 chainon (std_attrs, in c_parser_enum_specifier()
3284 std_attrs); in c_parser_enum_specifier()
3341 tree std_attrs = NULL_TREE; in c_parser_struct_or_union_specifier() local
3362 std_attrs = c_parser_std_attribute_specifier_sequence (parser); in c_parser_struct_or_union_specifier()
3481 chainon (std_attrs, in c_parser_struct_or_union_specifier()
[all …]