Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-nested.c1165 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause) == NULL) in convert_nonlocal_omp_clauses()
1457 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause) == NULL) in convert_local_omp_clauses()
H A Dtree-pretty-print.c366 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause)) in dump_omp_clause()
370 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause), in dump_omp_clause()
H A Dtree.h1622 #define OMP_CLAUSE_SCHEDULE_CHUNK_EXPR(NODE) \ macro
H A Domp-low.c222 fd->chunk_size = OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (t); in extract_omp_for_data()
H A Dc-parser.c7129 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c) = t; in c_parser_omp_clause_schedule()
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c3423 t = OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c); in finish_omp_clauses()
H A Dparser.c18496 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c) = t; in cp_parser_omp_clause_schedule()