Home | History | Annotate | Download | only in c

Lines Matching refs:clause_loc

12964 c_parser_oacc_wait_list (c_parser *parser, location_t clause_loc, tree list)
12989 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
13010 If KIND is nonzero, CLAUSE_LOC is the location of the clause.
13029 location_t clause_loc,
13049 tree u = build_omp_clause (clause_loc, kind);
13307 tree u = build_omp_clause (clause_loc, kind);
14704 location_t clause_loc = c_parser_peek_token (parser)->location;
14707 list = c_parser_oacc_wait_list (parser, clause_loc, list);
14710 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT);
14903 location_t clause_loc = c_parser_peek_token (parser)->location;
14993 nl = c_parser_omp_variable_list (parser, clause_loc, kind, list);
15421 location_t clause_loc = c_parser_peek_token (parser)->location;
15428 nl = c_parser_omp_variable_list (parser, clause_loc,
15443 error_at (clause_loc, "%<aligned%> clause alignment expression must "
15471 location_t clause_loc = c_parser_peek_token (parser)->location;
15608 error_at (clause_loc, "%<allocate%> clause allocator expression "
15619 error_at (clause_loc, "%<allocate%> clause %<align%> modifier "
15631 nl = c_parser_omp_variable_list (parser, clause_loc,
15656 location_t clause_loc
15679 nl = c_parser_omp_variable_list (parser, clause_loc,
15695 error_at (clause_loc, "%<linear%> clause step expression must "
15729 location_t clause_loc = c_parser_peek_token (parser)->location;
15745 error_at (clause_loc, "%<safelen%> clause expression must "
15756 c = build_omp_clause (clause_loc, OMP_CLAUSE_SAFELEN);
15768 location_t clause_loc = c_parser_peek_token (parser)->location;
15784 error_at (clause_loc, "%<simdlen%> clause expression must "
15795 c = build_omp_clause (clause_loc, OMP_CLAUSE_SIMDLEN);
15808 c_parser_omp_clause_depend_sink (c_parser *parser, location_t clause_loc,
15878 tree u = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
15993 location_t clause_loc = c_parser_peek_token (parser)->location;
16027 nl = c_parser_omp_variable_list (parser, clause_loc, OMP_CLAUSE_AFFINITY,
16069 location_t clause_loc = c_parser_peek_token (parser)->location;
16115 error_at (clause_loc, "%<iterator%> modifier incompatible with %qs",
16122 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEPEND);
16134 nl = c_parser_omp_clause_depend_sink (parser, clause_loc, list);
16137 nl = c_parser_omp_variable_list (parser, clause_loc,
16192 location_t clause_loc = c_parser_peek_token (parser)->location;
16287 nl = c_parser_omp_variable_list (parser, clause_loc, OMP_CLAUSE_MAP, list,
16309 location_t clause_loc = c_parser_peek_token (parser)->location;
16372 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEVICE);
16443 location_t clause_loc = c_parser_peek_token (parser)->location;
16471 c = build_omp_clause (clause_loc, OMP_CLAUSE_PROC_BIND);
16488 location_t clause_loc = c_parser_peek_token (parser)->location;
16515 c = build_omp_clause (clause_loc, OMP_CLAUSE_DEVICE_TYPE);
16570 location_t clause_loc = c_parser_peek_token (parser)->location;
16598 error_at (clause_loc, "%<detach%> clause event handle "
16606 tree u = build_omp_clause (clause_loc, OMP_CLAUSE_DETACH);