Home
last modified time | relevance | path

Searched refs:omp_dim (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc13015 struct omp_dim struct
13020 omp_dim (tree lb, tree len, location_t lo, bool nc) in omp_dim() argument
13030 auto_vec<omp_dim> dims; in c_parser_omp_variable_list()
13246 dims.safe_push (omp_dim (low_bound, length, loc, no_colon)); in c_parser_omp_variable_list()
H A DChangeLog278 * c-parser.c (struct omp_dim): New struct type for use inside
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc36583 struct omp_dim struct
36588 omp_dim (tree lb, tree len, location_t lo, bool nc) in omp_dim() function
36597 auto_vec<omp_dim> dims; in cp_parser_omp_var_list_no_open()
36761 dims.safe_push (omp_dim (low_bound, length, loc, no_colon)); in cp_parser_omp_var_list_no_open()
H A DChangeLog-2021299 * parser.c (struct omp_dim): New struct type for use inside