Home
last modified time | relevance | path

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

/netbsd-src/bin/test/
H A Dtest.c172 static int oexpr(enum token);
313 res = !oexpr(t_lex(*t_wp)); in testcmd()
421 oexpr(enum token n) in oexpr() function
429 return oexpr(t_lex(*++t_wp)) || res; in oexpr()
468 res = oexpr(nn); in primary()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexpr.c108 tree oexpr = expr; in mark_use() local
146 if (!(TREE_TYPE (oexpr) in mark_use()
147 && TYPE_REF_P (TREE_TYPE (oexpr)))) in mark_use()
H A Dtypeck.c7677 build_static_cast (location_t loc, tree type, tree oexpr, in build_static_cast() argument
7680 tree expr = oexpr; in build_static_cast()
7692 expr = build_min (STATIC_CAST_EXPR, type, oexpr); in build_static_cast()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexpr.cc108 tree oexpr = expr; in mark_use() local
144 if (!(TREE_TYPE (oexpr) in mark_use()
145 && TYPE_REF_P (TREE_TYPE (oexpr)))) in mark_use()
H A Dtypeck.cc8212 build_static_cast (location_t loc, tree type, tree oexpr, in build_static_cast() argument
8215 tree expr = oexpr; in build_static_cast()
8227 expr = build_min (STATIC_CAST_EXPR, type, oexpr); in build_static_cast()