Lines Matching defs:length
247 /* length of instruction array (b_instr) */
384 // The current length of fail_pop.
4023 /* Always emit a warning if the test is a non-zero length tuple */
6573 const char * e = "kwd_attrs (%d) / kwd_patterns (%d) length mismatch in class pattern";
6635 const char * e = "keys (%d) / patterns (%d) length mismatch in mapping pattern";
6640 // We need to keep the subject on top during the mapping and length checks:
6651 // If the pattern has any keys in it, perform a length check:
6934 // We need to keep the subject on top during the sequence and length checks:
7545 write_location_first_byte(struct assembler* a, int code, int length)
7548 location_pointer(a), code, length);
7567 write_location_info_short_form(struct assembler* a, int length, int column, int end_column)
7569 assert(length > 0 && length <= 8);
7575 write_location_first_byte(a, PY_CODE_LOCATION_INFO_SHORT0 + column_group, length);
7580 write_location_info_oneline_form(struct assembler* a, int length, int line_delta, int column, int end_column)
7582 assert(length > 0 && length <= 8);
7586 write_location_first_byte(a, PY_CODE_LOCATION_INFO_ONE_LINE0 + line_delta, length);
7592 write_location_info_long_form(struct assembler* a, struct instr* i, int length)
7594 assert(length > 0 && length <= 8);
7595 write_location_first_byte(a, PY_CODE_LOCATION_INFO_LONG, length);
7604 write_location_info_none(struct assembler* a, int length)
7606 write_location_first_byte(a, PY_CODE_LOCATION_INFO_NONE, length);
7610 write_location_info_no_column(struct assembler* a, int length, int line_delta)
7612 write_location_first_byte(a, PY_CODE_LOCATION_INFO_NO_COLUMNS, length);
8606 // Find the length of the current sequence of SWAPs and NOPs, and record the