Home
last modified time | relevance | path

Searched refs:OP_BYVAL (Results 1 – 7 of 7) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h87 #define OP_BYVAL 33 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dastout.c235 case OP_BYVAL: in precedence()
523 case OP_BYVAL: in print_ast()
H A Ddtypeutl.c2160 case OP_BYVAL: in priority()
2304 case OP_BYVAL: in getop()
H A Dlowerexp.c2053 if (A_OPTYPEG(a) == OP_BYVAL) in lower_function()
5354 case OP_BYVAL: in lower_ast()
H A Dsemfunc.c519 if (op == OP_VAL || op == OP_BYVAL) { in byvalue_ref_arg()
966 byvalue_ref_arg(sp, &dum, OP_BYVAL, func_sptr); in func_call2()
1350 itemp->t.sptr = byvalue_ref_arg(sp, &dum, OP_BYVAL, func_sptr); in func_call2()
1789 byvalue_ref_arg(sp, &dum, OP_BYVAL, iface); in ptrfunc_call()
H A Doutconv.c1050 (A_OPTYPEG(ast) == OP_VAL || A_OPTYPEG(ast) == OP_BYVAL)) in value()
H A Dfunc.c3464 if (A_OPTYPEG(arg) == OP_VAL || A_OPTYPEG(arg) == OP_BYVAL || in rewrite_sub_args()