Home
last modified time | relevance | path

Searched refs:may_push_SI (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DDerivedFunction.hh84 virtual bool may_push_SI() const in may_push_SI() function in DerivedFunction
85 { return oper->may_push_SI() in may_push_SI()
86 || (left_fun .is_function() && left_fun .get_function()->may_push_SI()) in may_push_SI()
87 || (right_fun.is_function() && right_fun.get_function()->may_push_SI()); in may_push_SI()
H A DBif_OPER2_POWER.cc59 if (LO->may_push_SI() || RO->may_push_SI()) // user-defined or macro in eval_form_2()
142 if (LO->may_push_SI()) // user-defined or macro in eval_form_1()
H A DQuadFunction.hh112 virtual bool may_push_SI() const { return true; } in may_push_SI() function in Quad_EA
133 virtual bool may_push_SI() const { return true; } in may_push_SI() function in Quad_EB
154 virtual bool may_push_SI() const { return true; } in may_push_SI() function in Quad_EC
H A DBif_OPER1_EACH.hh47 virtual bool may_push_SI() const in may_push_SI() function in Bif_OPER1_EACH
H A DBif_OPER2_INNER.hh44 virtual bool may_push_SI() const in may_push_SI() function in Bif_OPER2_INNER
H A DBif_OPER2_POWER.hh43 virtual bool may_push_SI() const in may_push_SI() function in Bif_OPER2_POWER
H A DBif_OPER2_OUTER.hh44 virtual bool may_push_SI() const in may_push_SI() function in Bif_JOT
H A DBif_OPER2_RANK.hh54 virtual bool may_push_SI() const in may_push_SI() function in Bif_OPER2_RANK
H A DBif_OPER2_INNER.cc82 if (LO->may_push_SI() || RO->may_push_SI()) // user defined LO or RO in eval_ALRB()
H A DBif_OPER1_SCAN.hh76 virtual bool may_push_SI() const in may_push_SI() function in Bif_OPER1_SCAN
H A DBif_OPER1_EACH.cc75 if (LO->may_push_SI()) // user defined LO in eval_ALB()
207 if (LO->may_push_SI()) // user defined LO in eval_LB()
H A DBif_OPER1_REDUCE.hh52 virtual bool may_push_SI() const in may_push_SI() function in Bif_REDUCE
H A DFunction.hh87 virtual bool may_push_SI() const { return false; } in may_push_SI() function in Function
H A DBif_OPER1_REDUCE.cc150 if (LO->may_push_SI()) // user defined LO in reduce()
244 if (LO->may_push_SI()) // user defined LO in reduce_n_wise()
H A DUserFunction.hh269 virtual bool may_push_SI() const { return true; } in may_push_SI() function in UserFunction
H A DPrimitiveFunction.hh122 virtual bool may_push_SI() const { return false; } in may_push_SI() function in Bif_F0_ZILDE
152 virtual bool may_push_SI() const { return true; } in may_push_SI() function in Bif_F1_EXECUTE
H A DBif_OPER2_OUTER.cc82 if (RO->may_push_SI()) // user defined LO in eval_ALRB()
H A DBif_OPER1_SCAN.cc196 if (LO->may_push_SI()) // user defined LO in scan()