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 2652 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; local
2672 if (allow_trad && allow_c90 && hflag && is_uinteger(ort)
2681 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)
tree.c 2652 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; local
2672 if (allow_trad && allow_c90 && hflag && is_uinteger(ort)
2681 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)
  /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...]
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...]

Completed in 108 milliseconds