Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-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()
HDtree-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()
HDtree.h1652 #define OMP_CLAUSE_SCHEDULE_CHUNK_EXPR(NODE) \ macro
HDomp-low.c222 fd->chunk_size = OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (t); in extract_omp_for_data()
HDc-parser.c7713 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c) = t; in c_parser_omp_clause_schedule()
HDChangeLog-200613810 (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR): Likewise.
15019 OMP_CLAUSE_IF_EXPR, OMP_CLAUSE_SCHEDULE_CHUNK_EXPR,
/trueos/contrib/gcc/cp/
HDsemantics.c3589 t = OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c); in finish_omp_clauses()
HDparser.c20887 OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (c) = t; in cp_parser_omp_clause_schedule()