Searched refs:cp_parser_oacc_wait_list (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2015 | 4076 (cp_parser_oacc_clause_vector_length, cp_parser_oacc_wait_list)
|
H A D | parser.cc | 37192 cp_parser_oacc_wait_list (cp_parser *parser, location_t clause_loc, tree list) in cp_parser_oacc_wait_list() function 37248 list = cp_parser_oacc_wait_list (parser, location, list); in cp_parser_oacc_clause_wait() 45048 list = cp_parser_oacc_wait_list (parser, loc, list); in cp_parser_oacc_wait()
|
H A D | ChangeLog-2018 | 478 * parser.c (cp_parser_oacc_wait_list): Fix error message and avoid
|
H A D | ChangeLog-2017 | 1414 * parser.c (cp_parser_oacc_wait_list): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 34837 cp_parser_oacc_wait_list (cp_parser *parser, location_t clause_loc, tree list) in cp_parser_oacc_wait_list() function 34893 list = cp_parser_oacc_wait_list (parser, location, list); in cp_parser_oacc_clause_wait() 41447 list = cp_parser_oacc_wait_list (parser, loc, list); in cp_parser_oacc_wait()
|