Searched refs:oexpr (Results 1 – 3 of 3) sorted by relevance
188 static int oexpr(enum token);224 res = oexpr(t_lex(*t_wp)); in main()226 res = !oexpr(t_lex(*t_wp)); in main()245 oexpr(enum token n) in oexpr() function251 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) || in oexpr()295 res = oexpr(nn); in primary()
108 tree oexpr = expr; in mark_use() local146 if (!(TREE_TYPE (oexpr) in mark_use()147 && TREE_CODE (TREE_TYPE (oexpr)) == REFERENCE_TYPE)) in mark_use()
7218 build_static_cast (tree type, tree oexpr, tsubst_flags_t complain) in build_static_cast() argument7220 tree expr = oexpr; in build_static_cast()7232 expr = build_min (STATIC_CAST_EXPR, type, oexpr); in build_static_cast()