HomeSort by: relevance | last modified time | path
    Searched defs:ort (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 2751 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; local
2771 if (allow_trad && allow_c90 && hflag && is_uinteger(ort)
2780 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 15096 enum omp_region_type ort = ORT_WORKSHARE;
15295 ort = ORT_ACC;
15312 ort = ORT_UNTIED_TASKLOOP;
15314 ort = ORT_TASKLOOP;
15317 ort = ORT_SIMD;
15325 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1)
15340 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort,
15349 if ((ort == ORT_SIMD
15443 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort,
15547 else if (ort == ORT_SIMD
15093 enum omp_region_type ort = ORT_WORKSHARE; local
15337 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, local
15440 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, local
16875 enum omp_region_type ort; local
16920 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort, local
17050 enum omp_region_type ort = ORT_WORKSHARE; local
17079 ort, TREE_CODE (expr)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 12341 enum omp_region_type ort = ORT_WORKSHARE;
12540 ort = ORT_ACC;
12544 ort = ORT_UNTIED_TASKLOOP;
12546 ort = ORT_TASKLOOP;
12549 ort = ORT_SIMD;
12557 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1)
12572 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort,
12581 if ((ort == ORT_SIMD
12676 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort,
12768 else if (ort == ORT_SIMD
12338 enum omp_region_type ort = ORT_WORKSHARE; local
12569 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, local
12673 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, local
14095 enum omp_region_type ort; local
14140 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort, local
14270 enum omp_region_type ort = ORT_WORKSHARE; local
14299 ort, TREE_CODE (expr)); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 17688 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort,
17856 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP)
17924 if (ort != C_ORT_OMP_DECLARE_SIMD)
17926 new_clauses = finish_omp_clauses (new_clauses, ort);
19123 enum c_omp_region_type ort = C_ORT_OMP;
19128 ort = C_ORT_ACC;
19131 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain,
19122 enum c_omp_region_type ort = C_ORT_OMP; local

Completed in 87 milliseconds