• Home
  • Raw
  • Download

Lines Matching refs:cval

8090     CValue cval;  in tok_str_add_tok()  local
8095 cval.i = s->last_line_num; in tok_str_add_tok()
8096 tok_str_add2(s, TOK_LINENUM, &cval); in tok_str_add_tok()
8294 CValue cval; in tok_print() local
8297 TOK_GET(t, str, cval); in tok_print()
8300 printf(" %s", get_tok_str(t, &cval)); in tok_print()
9596 CValue cval; in macro_arg_subst() local
9603 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9608 TOK_GET(t, macro_str, cval); in macro_arg_subst()
9619 TOK_GET(t, st, cval); in macro_arg_subst()
9620 cstr_cat(&cstr, get_tok_str(t, &cval)); in macro_arg_subst()
9628 cval.cstr = &cstr; in macro_arg_subst()
9629 tok_str_add2(&str, TOK_STR, &cval); in macro_arg_subst()
9632 tok_str_add2(&str, t, &cval); in macro_arg_subst()
9660 TOK_GET(t1, st, cval); in macro_arg_subst()
9663 tok_str_add2(&str, t1, &cval); in macro_arg_subst()
9675 tok_str_add2(&str, t, &cval); in macro_arg_subst()
9700 CValue cval; in macro_subst_tok() local
9734 cval.cstr = &cstr; in macro_subst_tok()
9735 tok_str_add2(tok_str, t1, &cval); in macro_subst_tok()
9848 CValue cval; in macro_twosharps() local
9851 memset(&cval, 0, sizeof(cval)); in macro_twosharps()
9856 TOK_GET(t, macro_str, cval); in macro_twosharps()
9868 tokc = cval; in macro_twosharps()
9872 TOK_GET(t, ptr, cval); in macro_twosharps()
9873 tok_str_add2(&macro_str1, t, &cval); in macro_twosharps()
9884 TOK_GET(t, macro_ptr, cval); in macro_twosharps()
9890 p2 = get_tok_str(t, &cval); in macro_twosharps()
9950 p2 = get_tok_str(t, &cval); in macro_twosharps()
9956 tokc = cval; in macro_twosharps()
9983 CValue cval; in macro_subst() local
9996 TOK_GET(t, ptr, cval); in macro_subst()
10018 tok_str_add2(tok_str, t, &cval); in macro_subst()
10127 CValue cval; in vpushi() local
10128 cval.i = v; in vpushi()
10129 vsetc(&int_type, VT_CONST, &cval); in vpushi()
10150 CValue cval; in vpush_ref() local
10152 cval.ul = 0; in vpush_ref()
10153 vsetc(type, VT_CONST | VT_SYM, &cval); in vpush_ref()
10194 CValue cval; in vpush_global_sym() local
10197 cval.ul = 0; in vpush_global_sym()
10198 vsetc(type, VT_CONST | VT_SYM, &cval); in vpush_global_sym()
10204 CValue cval; in vset() local
10206 cval.i = v; in vset()
10207 vsetc(type, r, &cval); in vset()
14453 CValue cval; in decl_initializer_alloc() local
14457 cval.ul = 0; in decl_initializer_alloc()
14458 vsetc(type, VT_CONST | VT_SYM, &cval); in decl_initializer_alloc()