Lines Matching refs:BcInst
281 typedef enum BcInst { enum
374 } BcInst; typedef
3954 static BC_STATUS zbc_parse_name(BcInst *type, uint8_t flags) in zbc_parse_name()
4025 static BC_STATUS zbc_parse_builtin(BcLexType type, uint8_t flags, BcInst *prev) in zbc_parse_builtin()
4051 static BC_STATUS zbc_parse_scale(BcInst *type, uint8_t flags) in zbc_parse_scale()
4081 static BC_STATUS zbc_parse_incdec(BcInst *prev, size_t *nexs, uint8_t flags) in zbc_parse_incdec()
4087 BcInst etype = *prev; in zbc_parse_incdec()
4137 static int bc_parse_inst_isLeaf(BcInst p) in bc_parse_inst_isLeaf()
4147 static BC_STATUS zbc_parse_minus(BcInst *prev, size_t ops_bgn, in zbc_parse_minus()
4794 BcInst prev = XC_INST_PRINT; in zbc_parse_expr()
5192 BcInst inst = dc_LEX_to_INST[i]; in zdc_parse_expr()