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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c2242 struct constraint_expr cexpr; local
2253 cexpr.type = SCALAR;
2255 cexpr.var = get_vi_for_tree (t)->id;
2258 if (cexpr.var == anything_id && TREE_READONLY (t))
2260 cexpr.type = ADDRESSOF;
2261 cexpr.var = readonly_id;
2264 cexpr.offset = 0;
2265 return cexpr;

Completed in 49 milliseconds