Home
last modified time | relevance | path

Searched refs:oexpr (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/bin/test/
H A Dtest.c188 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() function
251 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) || in oexpr()
295 res = oexpr(nn); in primary()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexpr.c108 tree oexpr = expr; in mark_use() local
146 if (!(TREE_TYPE (oexpr) in mark_use()
147 && TREE_CODE (TREE_TYPE (oexpr)) == REFERENCE_TYPE)) in mark_use()
H A Dtypeck.c7218 build_static_cast (tree type, tree oexpr, tsubst_flags_t complain) in build_static_cast() argument
7220 tree expr = oexpr; in build_static_cast()
7232 expr = build_min (STATIC_CAST_EXPR, type, oexpr); in build_static_cast()