Home
last modified time | relevance | path

Searched refs:convert_expr (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/math/py-sympy/sympy-1.9/sympy/parsing/latex/
H A D_parse_latex_antlr.py92 return convert_expr(rel.expr())
110 def convert_expr(expr): function
383 expr_top = convert_expr(frac.upper)
384 expr_bot = convert_expr(frac.lower)
392 expr_n = convert_expr(binom.n)
393 expr_k = convert_expr(binom.k)
397 val = convert_expr(floor.val)
401 val = convert_expr(ceil.val)
483 expr = convert_expr(func.base)
485 r = convert_expr(func.root)
[all …]
/dports/emulators/mess/mame-mame0226/plugins/cheat/
H A Dcheat_xml.lua73 local function convert_expr(data) function
188 local expr = convert_expr(block["text"])
210 str = str .. " if (" .. convert_expr(action["condition"]) .. ") then "
212 str = str .. convert_expr(expr) .. " "
217 str = str .. " " .. convert_expr(expr) .. " "
225 str = str .. " if " .. convert_expr(output["condition"]) .. " then "
/dports/emulators/mame/mame-mame0226/plugins/cheat/
H A Dcheat_xml.lua73 local function convert_expr(data) function
188 local expr = convert_expr(block["text"])
210 str = str .. " if (" .. convert_expr(action["condition"]) .. ") then "
212 str = str .. convert_expr(expr) .. " "
217 str = str .. " " .. convert_expr(expr) .. " "
225 str = str .. " if " .. convert_expr(output["condition"]) .. " then "
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1326 result = convert_expr (result, e->e1->type, e->type); in visit()
2547 this->result_ = convert_expr (result, tb, e->type); in visit()
2718 convert_expr (value, expr->type, etype)); in visit()
2806 convert_expr (t, key->type, ta->index)); in visit()
2819 convert_expr (t, value->type, ta->next)); in visit()
2897 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
657 return convert_expr (expr, etype, totype); in convert_for_assignment()
769 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1340 result = convert_expr (result, e->e1->type, e->type); in visit()
2561 this->result_ = convert_expr (result, tb, e->type); in visit()
2732 convert_expr (value, expr->type, etype)); in visit()
2820 convert_expr (t, key->type, ta->index)); in visit()
2833 convert_expr (t, value->type, ta->next)); in visit()
2911 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
656 return convert_expr (expr, etype, totype); in convert_for_assignment()
768 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
835 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1332 result = convert_expr (result, e->e1->type, e->type); in visit()
2552 this->result_ = convert_expr (result, tb, e->type); in visit()
2723 convert_expr (value, expr->type, etype)); in visit()
2811 convert_expr (t, key->type, ta->index)); in visit()
2824 convert_expr (t, value->type, ta->next)); in visit()
2902 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
657 return convert_expr (expr, etype, totype); in convert_for_assignment()
769 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1359 result = convert_expr (result, e->e1->type, e->type); in visit()
2580 this->result_ = convert_expr (result, tb, e->type); in visit()
2751 convert_expr (value, expr->type, etype)); in visit()
2839 convert_expr (t, key->type, ta->index)); in visit()
2852 convert_expr (t, value->type, ta->next)); in visit()
2930 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
656 return convert_expr (expr, etype, totype); in convert_for_assignment()
768 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
646 return result ? result : convert_expr (expr, etype, totype); in convert_for_rvalue()
706 return convert_expr (expr, etype, totype); in convert_for_assignment()
828 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
H A Dexpr.cc198 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
254 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
255 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
814 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1232 tree key = convert_expr (build_expr (e->e2), e->e2->type, tkey); in visit()
1356 result = convert_expr (result, e->e1->type, e->type); in visit()
2327 value = convert_expr (value, e->thisexp->type, ocd->type); in visit()
2519 this->result_ = convert_expr (result, tb, e->type); in visit()
2691 convert_expr (value, expr->type, etype)); in visit()
2879 value = convert_expr (build_expr (exp, this->constp_, true), in visit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
639 return result ? result : convert_expr (expr, etype, totype); in convert_for_rvalue()
699 return convert_expr (expr, etype, totype); in convert_for_assignment()
821 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
H A Dexpr.cc206 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
262 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
263 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
930 tree newlength = convert_expr (build_expr (e->e2), e->e2->type, in visit()
1258 tree key = convert_expr (build_expr (e->e2), e->e2->type, tkey); in visit()
1382 result = convert_expr (result, e->e1->type, e->type); in visit()
2408 value = convert_expr (value, e->thisexp->type, ocd->type); in visit()
2609 this->result_ = convert_expr (result, tb, e->type); in visit()
2780 convert_expr (value, expr->type, etype)); in visit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
638 return result ? result : convert_expr (expr, etype, totype); in convert_for_rvalue()
698 return convert_expr (expr, etype, totype); in convert_for_assignment()
810 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1326 result = convert_expr (result, e->e1->type, e->type); in visit()
2542 this->result_ = convert_expr (result, tb, e->type); in visit()
2713 convert_expr (value, expr->type, etype)); in visit()
2801 convert_expr (t, key->type, ta->index)); in visit()
2814 convert_expr (t, value->type, ta->next)); in visit()
2892 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
637 return result ? result : convert_expr (expr, etype, totype); in convert_for_rvalue()
697 return convert_expr (expr, etype, totype); in convert_for_assignment()
809 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
H A Dexpr.cc210 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
251 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
252 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
1359 result = convert_expr (result, e->e1->type, e->type); in visit()
2575 this->result_ = convert_expr (result, tb, e->type); in visit()
2746 convert_expr (value, expr->type, etype)); in visit()
2834 convert_expr (t, key->type, ta->index)); in visit()
2847 convert_expr (t, value->type, ta->next)); in visit()
2925 value = convert_expr (build_expr (exp, this->constp_), in visit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dexpr.cc206 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
262 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
263 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
930 tree newlength = convert_expr (build_expr (e->e2), e->e2->type, in visit()
1382 result = convert_expr (result, e->e1->type, e->type); in visit()
1494 this->result_ = convert_expr (result, ebtype, tbtype); in visit()
2395 value = convert_expr (value, e->thisexp->type, ocd->type); in visit()
2596 this->result_ = convert_expr (result, tb, e->type); in visit()
2767 convert_expr (value, expr->type, etype)); in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
658 return convert_expr (expr, etype, totype); in convert_for_assignment()
780 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dexpr.cc206 convert_expr (lhs, e1b->type, e1->type), rexpr); in binop_assignment()
262 t1 = convert_expr (t1, e->e1->type, e->type); in visit()
263 t2 = convert_expr (t2, e->e2->type, e->type); in visit()
829 this->result_ = convert_expr (exp, e1b->type, e->type); in visit()
930 tree newlength = convert_expr (build_expr (e->e2), e->e2->type, in visit()
1382 result = convert_expr (result, e->e1->type, e->type); in visit()
1494 this->result_ = convert_expr (result, ebtype, tbtype); in visit()
2395 value = convert_expr (value, e->thisexp->type, ocd->type); in visit()
2596 this->result_ = convert_expr (result, tb, e->type); in visit()
2767 convert_expr (value, expr->type, etype)); in visit()
[all …]
H A Dd-convert.cc340 return convert_expr (exp, etype, totype); in d_convert()
348 convert_expr (tree exp, Type *etype, Type *totype) in convert_expr() function
658 return convert_expr (expr, etype, totype); in convert_for_assignment()
780 return convert_expr (build_expr (exp), exp->type, totype); in d_array_convert()
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/
H A Dblock.py193 def convert_expr(expr_): function
216 convert_expr(e)
223 replacement = convert_expr(expr_)
230 extendwith.next = convert_expr(extendwith.next)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dexprs.h107 typedef typeof(__builtin_convertvector(vec2, float2)) convert_expr; typedef

123456789