Searched refs:BcType (Results 1 – 4 of 4) sorted by relevance
504 typedef enum BcType { enum519 } BcType; typedef529 BcType type;555 BcType type, size_t line);
57 BcType type, size_t line) in bc_func_insert()
86 static void bc_program_type_match(BcResult *r, BcType t) { in bc_program_type_match()269 static inline BcVec* bc_program_vec(const BcProgram *p, size_t idx, BcType type) in bc_program_vec()318 BcType type = (r->t == BC_RESULT_VAR) ? BC_TYPE_VAR : BC_TYPE_ARRAY; in bc_program_num()1097 static void bc_program_copyToVar(BcProgram *p, size_t idx, BcType t, bool last) in bc_program_copyToVar()
1339 BcType t = BC_TYPE_VAR; in bc_parse_func()1424 BcType t; in bc_parse_auto()