Home
last modified time | relevance | path

Searched refs:OP_LEQV (Results 1 – 12 of 12) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemant.h58 #define OP_LEQV 16 macro
H A Ddinit.cpp1304 ast_op = OP_LEQV; in get_ast_op()
4606 case OP_LEQV: in mk_cmp()
5112 case OP_LEQV: in eval_init_op()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/ast/
H A Dast.in.h68 #define OP_LEQV 15 macro
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlowerexp.c1592 case OP_LEQV: in add_lnop()
4534 case OP_LEQV: in lower_ast()
5625 case OP_LEQV: in lower_logical()
H A Dsemsmp.c2960 opc = OP_LEQV; in semsmp()
5920 case OP_LEQV: in add_reduction_pragmas()
6866 case OP_LEQV: in _is_atomic_update_binop()
7350 case OP_LEQV: in do_reduction()
7996 case OP_LEQV: in get_atomic_rmw_op()
H A Dastout.c206 case OP_LEQV: in precedence()
431 case OP_LEQV: in print_ast()
H A Ddtypeutl.c2126 case OP_LEQV: in priority()
2232 case OP_LEQV: in getop()
H A Dsemutil2.c3980 ast_op = OP_LEQV; in get_ast_op()
4047 case OP_LEQV: in get_ac_op()
6241 case OP_LEQV: in const_eval()
6248 case OP_LEQV: in const_eval()
10586 case OP_LEQV: in mk_cmp()
11028 case OP_LEQV: in eval_init_op()
H A Dsemutil.c4640 opl = (opl == OP_LEQV) ? OP_EQV : OP_XOR; in chkopnds()
5069 if (opc1 == OP_LEQV || opc1 == OP_EQV) { in binop()
H A Dsemant3.c5445 opc = OP_LEQV; in semant3()
H A Dast.c726 case OP_LEQV: in mk_binop()
H A Dsemant.c9931 SST_OPTYPEP(LHS, OP_LEQV); in semant1()