Searched refs:load_const_str (Results 1 – 2 of 2) sorted by relevance
120 void (*load_const_str)(emit_t *emit, qstr qst); member
727 EMIT_ARG(load_const_str, MP_PARSE_NODE_LEAF_ARG(pn_id)); in compile_funcdef_lambdef_param()810 EMIT_ARG(load_const_str, cscope->simple_name); in compile_classdef_helper()1212 EMIT_ARG(load_const_str, MP_QSTR__star_); in compile_import_from()1230 EMIT_ARG(load_const_str, id2); in compile_import_from()2416 EMIT_ARG(load_const_str, MP_PARSE_NODE_LEAF_ARG(pns_arg->nodes[0])); in compile_trailer_paren_helper()2836 EMIT_ARG(load_const_str, arg); in compile_node()3207 EMIT_ARG(load_const_str, MP_PARSE_NODE_LEAF_ARG(pns->nodes[0])); // 0 is class name in compile_scope()
Completed in 11 milliseconds