Home
last modified time | relevance | path

Searched refs:with_expr (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dexpr_use_visitor.rs495 let with_expr = match *opt_with { in walk_struct_expr() localVariable
502 let with_place = return_if_err!(self.mc.cat_expr(with_expr)); in walk_struct_expr()
515 &*with_expr, in walk_struct_expr()
530 span_bug!(with_expr.span, "with expression doesn't evaluate to a struct"); in walk_struct_expr()
537 self.walk_expr(with_expr); in walk_struct_expr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() function
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
H A DChangeLog-201522192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
23518 (struct with_expr): Likewise.
23519 (is_a_helper): Add helpers for if_expr and with_expr.
23526 (replace_id): Handle with_expr and if_expr.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenmatch.c800 class with_expr : public operand
803 with_expr (location_t loc) in with_expr() function
1332 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1371 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1373 with_expr *nw = new with_expr (w->location); in replace_id()
2285 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2290 || is_a <with_expr *> (we->subexpr)) in walk_result()
3250 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3703 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3704 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenmatch.c787 struct with_expr : public operand struct
789 with_expr (location_t loc) in with_expr() function
1330 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1369 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1371 with_expr *nw = new with_expr (w->location); in replace_id()
2272 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2277 || is_a <with_expr *> (e->subexpr)) in walk_result()
3215 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3650 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3651 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenmatch.c796 class with_expr : public operand
799 with_expr (location_t loc) in with_expr() function
1328 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1367 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1369 with_expr *nw = new with_expr (w->location); in replace_id()
2280 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
3241 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3679 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3680 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
H A DChangeLog-201522192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
23518 (struct with_expr): Likewise.
23519 (is_a_helper): Add helpers for if_expr and with_expr.
23526 (replace_id): Handle with_expr and if_expr.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenmatch.c655 struct with_expr : public operand struct
657 with_expr (source_location loc) in with_expr() function
1141 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1180 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1182 with_expr *nw = new with_expr (w->location); in replace_id()
2033 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2038 || is_a <with_expr *> (e->subexpr)) in walk_result()
2917 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3338 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3339 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
H A DChangeLog-201522192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
23518 (struct with_expr): Likewise.
23519 (is_a_helper): Add helpers for if_expr and with_expr.
23526 (replace_id): Handle with_expr and if_expr.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() argument
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenmatch.c800 class with_expr : public operand
803 with_expr (location_t loc) in with_expr() function
1332 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1371 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1373 with_expr *nw = new with_expr (w->location); in replace_id()
2284 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2289 || is_a <with_expr *> (we->subexpr)) in walk_result()
3250 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3704 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3705 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenmatch.c796 class with_expr : public operand
799 with_expr (location_t loc) in with_expr() function
1328 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1367 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1369 with_expr *nw = new with_expr (w->location); in replace_id()
2280 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
3241 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3679 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3680 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() argument
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() function
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
H A DChangeLog-201522192 (predicate, expr, c_expr, capture, if_expr, with_expr): Adjust
23518 (struct with_expr): Likewise.
23519 (is_a_helper): Add helpers for if_expr and with_expr.
23526 (replace_id): Handle with_expr and if_expr.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() function
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenmatch.c800 class with_expr : public operand
803 with_expr (location_t loc) in with_expr() function
1332 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1371 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1373 with_expr *nw = new with_expr (w->location); in replace_id()
2284 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2289 || is_a <with_expr *> (we->subexpr)) in walk_result()
3250 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3704 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3705 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenmatch.c787 struct with_expr : public operand struct
789 with_expr (location_t loc) in with_expr() argument
1330 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1369 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1371 with_expr *nw = new with_expr (w->location); in replace_id()
2272 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2277 || is_a <with_expr *> (e->subexpr)) in walk_result()
3209 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3644 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3645 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenmatch.c796 class with_expr : public operand
799 with_expr (location_t loc) in with_expr() function
1328 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1367 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1369 with_expr *nw = new with_expr (w->location); in replace_id()
2280 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2285 || is_a <with_expr *> (we->subexpr)) in walk_result()
3241 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3679 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3680 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenmatch.c787 struct with_expr : public operand struct
789 with_expr (location_t loc) in with_expr() function
1330 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1369 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1371 with_expr *nw = new with_expr (w->location); in replace_id()
2272 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2277 || is_a <with_expr *> (e->subexpr)) in walk_result()
3215 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3650 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3651 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenmatch.c731 struct with_expr : public operand struct
733 with_expr (source_location loc) in with_expr() argument
1269 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1308 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1310 with_expr *nw = new with_expr (w->location); in replace_id()
2211 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2216 || is_a <with_expr *> (e->subexpr)) in walk_result()
3142 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3569 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3570 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenmatch.c800 class with_expr : public operand
803 with_expr (location_t loc) in with_expr() function
1332 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1371 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1373 with_expr *nw = new with_expr (w->location); in replace_id()
2284 else if (with_expr *we = dyn_cast <with_expr *> (o)) in walk_result()
2289 || is_a <with_expr *> (we->subexpr)) in walk_result()
3250 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3704 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3705 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenmatch.c655 struct with_expr : public operand struct
657 with_expr (source_location loc) in with_expr() argument
1141 if (with_expr *w = dyn_cast <with_expr *> (o)) in contains_id()
1180 else if (with_expr *w = dyn_cast <with_expr *> (o)) in replace_id()
1182 with_expr *nw = new with_expr (w->location); in replace_id()
2033 else if (with_expr *e = dyn_cast <with_expr *> (o)) in walk_result()
2038 || is_a <with_expr *> (e->subexpr)) in walk_result()
2917 if (with_expr *w = dyn_cast <with_expr *> (result)) in gen_1()
3338 with_expr *with1 = as_a <with_expr *> (o1); in compare_op()
3339 with_expr *with2 = as_a <with_expr *> (o2); in compare_op()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Datl.py1921 with_expr = l.require(l.simple_expression)
1923 with_expr = None
1925 rm.add_expression(expr, with_expr)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dliveness.rs992 hir::ExprKind::Struct(_, ref fields, ref with_expr) => { in propagate_through_expr()
993 let succ = self.propagate_through_opt_expr(with_expr.as_ref().map(|e| &**e), succ); in propagate_through_expr()

12