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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 11857 static tree tsubst_omp_clauses (tree, enum c_omp_region_type, tree,
11988 clauses = tsubst_omp_clauses (clauses, C_ORT_OMP_DECLARE_SIMD, args,
12026 clauses = tsubst_omp_clauses (clauses,
17592 /* Helper function for tsubst_omp_clauses, used for instantiation of
17688 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort,
19072 tmp = tsubst_omp_clauses (OMP_CLAUSES (t), C_ORT_ACC_TARGET, args,
19081 tmp = tsubst_omp_clauses (OMP_PARALLEL_CLAUSES (t), C_ORT_OMP, args,
19096 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
19104 tmp = tsubst_omp_clauses (OMP_TASK_CLAUSES (t), C_ORT_OMP, args,
19131 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain
17687 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort, function
    [all...]

Completed in 22 milliseconds