| gimplify.cc | 8158 gimplify_omp_affinity (tree *list_p, gimple_seq *pre_p) 8164 for (tree c = *list_p; c; c = OMP_CLAUSE_CHAIN (c)) 8275 /* If *LIST_P contains any OpenMP depend clauses with iterators, 8281 gimplify_omp_depend (tree *list_p, gimple_seq *pre_p) 8292 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c)) 8518 for (c = *list_p; c; c = OMP_CLAUSE_CHAIN (c)) 8716 OMP_CLAUSE_CHAIN (c) = *list_p; 8717 *list_p = c; 8896 omp_target_reorder_clauses (tree *list_p) 8900 tree *cp = list_p; 11077 tree *list_p; member in struct:gimplify_adjust_omp_clauses_data 11087 tree *list_p = ((struct gimplify_adjust_omp_clauses_data *) data)->list_p; local 16206 gimplify_one_sizepos (&TYPE_MIN_VALUE (type), list_p); local 16207 gimplify_one_sizepos (&TYPE_MAX_VALUE (type), list_p); local 16218 gimplify_type_sizes (TREE_TYPE (type), list_p); local 16219 gimplify_type_sizes (TYPE_DOMAIN (type), list_p); local 16242 gimplify_one_sizepos (&DECL_FIELD_OFFSET (field), list_p); local 16249 gimplify_one_sizepos (&DECL_SIZE (field), list_p); local 16250 gimplify_one_sizepos (&DECL_SIZE_UNIT (field), list_p); local 16251 gimplify_type_sizes (TREE_TYPE (field), list_p); local 16275 gimplify_one_sizepos (&TYPE_SIZE (type), list_p); local 16276 gimplify_one_sizepos (&TYPE_SIZE_UNIT (type), list_p); local [all...] |