Searched refs:BcInst (Results 1 – 1 of 1) sorted by relevance
281 typedef enum BcInst { enum374 } BcInst; typedef3954 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()[all …]