Lines Matching refs:BcInst
190 typedef enum BcInst { enum
259 } BcInst; typedef
3051 static int bc_parse_inst_isLeaf(BcInst t) { in bc_parse_inst_isLeaf()
3239 static BcStatus bc_parse_name(BcParse *p, BcInst *type, uint8_t flags) { in bc_parse_name()
3323 uint8_t flags, BcInst *prev) in bc_parse_builtin()
3348 static BcStatus bc_parse_scale(BcParse *p, BcInst *type, uint8_t flags) { in bc_parse_scale()
3376 static BcStatus bc_parse_incdec(BcParse *p, BcInst *prev, in bc_parse_incdec()
3382 BcInst etype = *prev; in bc_parse_incdec()
3425 static BcStatus bc_parse_minus(BcParse *p, BcInst *prev, size_t ops_bgn, in bc_parse_minus()
3575 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()
4170 BcInst prev = BC_INST_PRINT; in bc_parse_expr_err()