Home
last modified time | relevance | path

Searched refs:cp_omp_attribute_data (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc11825 struct cp_omp_attribute_data struct
11841 auto_vec<cp_omp_attribute_data, 16> vec; in cp_parser_handle_statement_omp_attributes() argument
11927 cp_omp_attribute_data v = { DEFPARSE_TOKENS (d), dir, kind }; in cp_parser_handle_statement_omp_attributes()
11932 cp_omp_attribute_data v = {}; in cp_parser_handle_statement_omp_attributes()
11943 cp_omp_attribute_data *v; in cp_parser_handle_statement_omp_attributes()
11944 cp_omp_attribute_data *construct_seen = nullptr; in cp_parser_handle_statement_omp_attributes()
11945 cp_omp_attribute_data *standalone_seen = nullptr; in cp_parser_handle_statement_omp_attributes()
11946 cp_omp_attribute_data *prev_standalone_seen = nullptr; in cp_parser_handle_statement_omp_attributes()
H A DChangeLog-20212266 (struct cp_omp_attribute_data): New type.