Searched refs:add_cast (Results 1 – 4 of 4) sorted by relevance
69 void *add_cast(struct sqlhist_bison *sb, void *field, const char *type);
111 $$ = add_cast(sb, $3, $5);
1373 (yyval.expr) = add_cast(sb, (yyvsp[-3].expr), (yyvsp[-1].string)); in yyparse()
245 __hidden void *add_cast(struct sqlhist_bison *sb, in add_cast() function