Home
last modified time | relevance | path

Searched refs:HAS_CONST (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dopcode.h195 #define HAS_CONST(op) (false\ macro
/third_party/python/Python/
H A Dcompile.c1615 assert(!HAS_CONST(OP)); /* use ADDOP_LOAD_CONST_NEW */ \
8514 assert(HAS_CONST(opcode)); in get_const_value()
8545 if (!HAS_CONST(inst[i].i_opcode)) { in fold_tuple_on_constants()
9038 /* All HAS_CONST opcodes should be handled with LOAD_CONST */ in optimize_basic_block()
9039 assert (!HAS_CONST(inst->i_opcode)); in optimize_basic_block()

Completed in 13 milliseconds