Searched refs:MP_SCOPE_FLAG_VIPERRET_POS (Results 1 – 3 of 3) sorted by relevance
38 #define MP_SCOPE_FLAG_VIPERRET_POS (6) // 3 bits used for viper return type, to pass from compil… macro
2800 vtype_kind_t return_vtype = emit->scope->scope_flags >> MP_SCOPE_FLAG_VIPERRET_POS; in emit_native_return_value()
3107 …e->scope_flags |= compile_viper_type_annotation(comp, pns->nodes[2]) << MP_SCOPE_FLAG_VIPERRET_POS; in compile_scope()
Completed in 17 milliseconds