Searched refs:cexpr (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c2949 struct constraint_expr cexpr; local
2979 cexpr.var = vi->id;
2980 cexpr.type = SCALAR;
2981 cexpr.offset = 0;
2990 cexpr.var = vi->id;
2991 results->safe_push (cexpr);
2996 results->safe_push (cexpr);
3251 struct constraint_expr cexpr = result; local
3254 cexpr.offset = 0;
3255 for (curr = get_varinfo (cexpr
[all...]
H A Dgenmatch.c559 : location (location_), cexpr (cexpr_), is_with (is_with_) {}
561 operand *cexpr; member in struct:if_or_with
1044 ifexpr_vec[k].cexpr = replace_id (ifexpr_vec[k].cexpr,
1507 walk_c_expr (as_a <c_expr *>(s->ifexpr_vec[i].cexpr));
2332 w.cexpr->gen_transform (f, NULL, true, 1, "type", NULL);
2341 w.cexpr->gen_transform (f, NULL, true, 1, "type", NULL);
2354 s->ifexpr_vec[j].cexpr->gen_transform (f, NULL,
/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c2418 gfc_convert_to_structure_constructor (gfc_expr *e, gfc_symbol *sym, gfc_expr **cexpr, argument
2430 expr = parent ? *cexpr : e;
2598 *cexpr = expr;
H A Dopenmp.c921 gfc_expr *cexpr = NULL; local
922 match m = gfc_match ("collapse ( %e )", &cexpr);
927 const char *p = gfc_extract_int (cexpr, &collapse);
940 gfc_free_expr (cexpr);
H A Dtrans-stmt.c5049 tree tmp, cexpr, tstmt, estmt; local
5138 cexpr = cse.expr;
5159 tmp = build3_v (COND_EXPR, cexpr, tstmt, estmt);

Completed in 131 milliseconds