Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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 …]
DChangeLog-20212017 when std_attrs is non-NULL, but whenever