Home
last modified time | relevance | path

Searched refs:RAISE_VARARGS (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h199 [RAISE_VARARGS] = RAISE_VARARGS,
372 [RAISE_VARARGS] = "RAISE_VARARGS",
/third_party/python/Include/
H A Dopcode.h87 #define RAISE_VARARGS 130 macro
/third_party/python/Python/
H A Dcompile.c1115 case RAISE_VARARGS: in stack_effect()
1217 opcode == RAISE_VARARGS || in is_end_of_basic_block()
4049 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
4127 ADDOP_I(c, RAISE_VARARGS, (int)n); in compiler_visit_stmt()
7212 instr->i_opcode == RAISE_VARARGS || in stackdepth()
9149 case RAISE_VARARGS: in normalize_basic_block()
H A Dceval.c2408 TARGET(RAISE_VARARGS) {
2424 "bad RAISE_VARARGS oparg");
/third_party/python/Objects/
H A Dframeobject.c408 case RAISE_VARARGS: in mark_stacks()
H A Dcodeobject.c645 RAISE_VARARGS, 1

Completed in 28 milliseconds