Lines Matching refs:val
434 expr_ty elt, expr_ty val, int type);
440 expr_ty elt, expr_ty val, int type);
3452 at the right; 'tb' is trace-back info, 'val' the exception's
3610 at the right; 'tb' is trace-back info, 'val' the exception instance,
4388 PyObject *val;
4390 val = ((expr_ty)asdl_seq_GET(elts, i))->v.Constant.value;
4391 Py_INCREF(val);
4392 PyTuple_SET_ITEM(folded, i, val);
5222 expr_ty elt, expr_ty val, int type)
5228 c, generators, gen_index, depth, elt, val, type);
5231 c, generators, gen_index, depth, elt, val, type);
5239 expr_ty elt, expr_ty val, int type)
5309 elt, val, type))
5333 VISIT(c, expr, val);
5353 expr_ty elt, expr_ty val, int type)
5404 elt, val, type))
5428 VISIT(c, expr, val);
5451 expr_ty val)
5502 val, type))
7530 write_location_byte(struct assembler* a, int val)
7532 PyBytes_AS_STRING(a->a_linetable)[a->a_location_off] = val&255;
7552 write_location_varint(struct assembler* a, unsigned int val)
7555 a->a_location_off += write_varint(ptr, val);
7560 write_location_signed_varint(struct assembler* a, int val)
7563 a->a_location_off += write_signed_varint(ptr, val);