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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c2977 tree lhstypesize; local
2979 lhstypesize = DECL_P (lhsop) ? DECL_SIZE (lhsop) : TYPE_SIZE (lhstype);
2989 || (lhs.type == DEREF && TREE_CODE (lhstypesize) != INTEGER_CST))
3009 lhssize = TREE_INT_CST_LOW (lhstypesize);

Completed in 66 milliseconds