Lines Matching refs:yylval
452 yylval.y_scl = sym->s_scl;
454 yylval.y_tspec = sym->u.s_keyword.u.sk_tspec;
456 yylval.y_type_qualifiers =
459 yylval.y_function_specifier =
462 yylval.y_named_constant = sym->u.s_keyword.u.named_constant;
482 yylval.y_name = sb;
609 yylval.y_val = xcalloc(1, sizeof(*yylval.y_val));
610 yylval.y_val->v_tspec = t;
611 yylval.y_val->v_unsigned_since_c90 = unsigned_since_c90;
612 yylval.y_val->u.integer = (int64_t)ui;
677 yylval.y_val = xcalloc(1, sizeof(*yylval.y_val));
678 yylval.y_val->v_tspec = t;
679 yylval.y_val->u.floating = ld;
688 yylval.y_op = o;
974 yylval.y_val = xcalloc(1, sizeof(*yylval.y_val));
975 yylval.y_val->v_tspec = INT;
976 yylval.y_val->v_char_constant = true;
977 yylval.y_val->u.integer = cval;
1014 yylval.y_val = xcalloc(1, sizeof(*yylval.y_val));
1015 yylval.y_val->v_tspec = WCHAR_TSPEC;
1016 yylval.y_val->v_char_constant = true;
1017 yylval.y_val->u.integer = wc;
1370 yylval.y_string = buf;
1408 yylval.y_string = len_buf;
1637 tok->u.identifier = xstrdup(yylval.y_name->sb_name);
1641 tok->u.constant = *yylval.y_val;
1649 tok->u.string_literals.len = yylval.y_string->len;
1650 tok->u.string_literals.cap = yylval.y_string->cap;
1651 tok->u.string_literals.data = xstrdup(yylval.y_string->data);
1690 freeyyv(&yylval, tok);
1705 * the value stack or yylval.
1706 * The type of information in yylval is described by tok.