Lines Matching defs:BcInst
190 typedef enum BcInst {
259 } BcInst;
3053 static int bc_parse_inst_isLeaf(BcInst t) {
3241 static BcStatus bc_parse_name(BcParse *p, BcInst *type, uint8_t flags) {
3325 uint8_t flags, BcInst *prev)
3350 static BcStatus bc_parse_scale(BcParse *p, BcInst *type, uint8_t flags) {
3378 static BcStatus bc_parse_incdec(BcParse *p, BcInst *prev,
3384 BcInst etype = *prev;
3427 static BcStatus bc_parse_minus(BcParse *p, BcInst *prev, size_t ops_bgn,
3577 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0);
4185 BcInst prev = BC_INST_PRINT;