Home
last modified time | relevance | path

Searched refs:VT_ENCODED (Results 1 – 6 of 6) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dimcc.y504 rhs->type |= VT_ENCODED; in mk_pmc_const_named()
510 rhs->type |= VT_ENCODED; in mk_pmc_const_named()
637 r->type = (r->type & VT_ENCODED) ? VT_PCC_SUB|VT_ENCODED : VT_PCC_SUB; in iSUBROUTINE()
796 r->type |= VT_ENCODED; in mk_sub_address_u()
H A Dpbc.c605 if (r->type & VT_ENCODED) in store_fixup()
606 fixup->type |= VT_ENCODED; in store_fixup()
998 fixup->type & VT_ENCODED ? 'U' : 'S'); in fixup_globals()
1058 if (r->type & VT_ENCODED) { in IMCC_string_from_reg()
1821 case VTCONST|VT_ENCODED: in build_key()
H A Dsymreg.h23 VT_ENCODED = VARTYPE_BIT(16), /* unicode string constant */ enumerator
H A Dimcparser.c580 rhs->type |= VT_ENCODED; in mk_pmc_const_named()
586 rhs->type |= VT_ENCODED; in mk_pmc_const_named()
713 r->type = (r->type & VT_ENCODED) ? VT_PCC_SUB|VT_ENCODED : VT_PCC_SUB; in iSUBROUTINE()
872 r->type |= VT_ENCODED; in mk_sub_address_u()
H A Dpcc.c649 if (arg->type & VT_ENCODED) { in expand_pcc_sub_call()
H A Dsymreg.c771 r->type |= VT_ENCODED; in _mk_const()