Home
last modified time | relevance | path

Searched refs:TY_CHAR (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/embree/embree-3.13.2/common/lexers/
H A Dtokenstream.h17 enum Type { TY_EOF, TY_CHAR, TY_INT, TY_FLOAT, TY_IDENTIFIER, TY_STRING, TY_SYMBOL }; enumerator
20 Token (char c, const ParseLocation& loc = ParseLocation()) : ty(TY_CHAR ), c(c), loc(loc) {} in ty() argument
31 if (ty == TY_CHAR) return c; in Char()
66 if (a.ty == TY_CHAR) return a.c == b.c;
81 if (a.ty == TY_CHAR) return a.c < b.c;
93 if (t.ty == TY_CHAR) return cout << "Char(" << t.c << ")";
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemutil0.cpp508 case TY_CHAR: in cngcon()
564 case TY_CHAR: in cngcon()
615 case TY_CHAR: in cngcon()
649 else if (from == TY_HOLL || from == TY_CHAR) { in cngcon()
650 if (flg.standard && from == TY_CHAR) in cngcon()
705 } else if (from == TY_HOLL || from == TY_CHAR) { in cngcon()
706 if (flg.standard && from == TY_CHAR) in cngcon()
752 } else if (from == TY_HOLL || from == TY_CHAR) { in cngcon()
753 if (flg.standard && from == TY_CHAR) in cngcon()
806 case TY_CHAR: in cngcon()
[all …]
H A Ddtypeutl.cpp251 case TY_CHAR: in _size_of()
395 case TY_CHAR: in dlen()
444 case TY_CHAR: in alignment()
606 if (v1 == TY_CHAR || v1 == TY_NCHAR) in get_type()
781 case TY_CHAR: in getdtype()
944 case TY_CHAR: in _dmp_dent()
1093 case TY_CHAR: in Scale_Of()
H A Dll_ftn.cpp71 case TY_CHAR: in need_charlen()
75 if (DTY(DTySeqTyElement(dtype)) == TY_CHAR) in need_charlen()
358 if (DTYG(param_dtype) == TY_CHAR || in ll_process_routine_parameters()
430 (DTYG(param_dtype) == TY_CHAR || DTYG(param_dtype) == TY_NCHAR)) { in ll_process_routine_parameters()
477 if ((DTY(param_dtype) == TY_CHAR || DTY(param_dtype) == TY_NCHAR) && in ll_process_routine_parameters()
616 case TY_CHAR: in get_return_type()
1190 if (DTYG(param_dtype) == TY_CHAR || DTYG(param_dtype) == TY_NCHAR || in print_entry_subroutine()
1241 if (DTYG(DTYPEG(sym)) == TY_CHAR || DTYG(DTYPEG(sym)) == TY_NCHAR) { in print_entry_subroutine()
H A Dllutil.cpp647 } else if (DTY(dtype) == TY_CHAR) { in ll_convert_array_dtype()
692 case TY_CHAR: in convert_dtype()
786 case TY_CHAR: in llis_array_kind()
1042 case TY_CHAR: in get_dtype_from_tytype()
1257 if (DTY(sdtype) == TY_CHAR) in make_lltype_from_sptr()
1436 if (sptr && DTY(DTYPEG(sptr)) == TY_CHAR) { in make_conststring_op()
2530 case TY_CHAR: in llvm_fc_type()
3300 case TY_CHAR: in add_init_const_op()
3386 case TY_CHAR: in add_init_subzero_consts()
3635 if (ty == TY_CHAR || ty == TY_NCHAR || in process_ll_abi_func_ftn_mod()
[all …]
H A Dexp_rte.cpp620 case TY_CHAR: in pp_entries()
920 case TY_CHAR: in pp_entries_mixedstrlen()
1029 if (DTY(dt) == TY_CHAR || DTY(dt) == TY_NCHAR) { in pp_entries_mixedstrlen()
1481 case TY_CHAR: in pp_params()
1702 case TY_CHAR: in pp_params_mixedstrlen()
1890 case TY_CHAR: in ldst_size()
2433 case TY_CHAR: in gen_funcret()
3769 if (DTY(dtype) == TY_CHAR) { in exp_call()
5267 if (str1->dtype == TY_CHAR) { in exp_strcpy()
5697 item->dtype = TY_CHAR; in getstr()
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dabigen.c27 TY_CHAR, enumerator
54 case TY_CHAR: p = "char"; break; in type_to_text()
73 case TY_CHAR: in type_to_fmtstring()
H A Dtypemap.c144 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
162 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
188 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
214 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
240 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
259 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
285 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
1480 TY_CHAR,
1971 case TY_CHAR: in type_to_index()
2041 case TY_CHAR: in cross_do_conv()
[all …]
H A Ddecl.c781 ty->code = TY_CHAR; in get_base_type()
964 if (ty->code == TY_CHAR) { in get_base_type()
1085 if (ty->code == TY_CHAR) { in get_base_type()
1209 if (ty->code == TY_CHAR) { in get_base_type()
1229 if (ty->code == TY_CHAR) { in get_base_type()
1242 if (ty->code == TY_CHAR) { in get_base_type()
H A Dtype.c515 ret->code = TY_CHAR;
677 { "char", TY_CHAR },
1252 if (code == TY_UCHAR) rc = TY_CHAR;
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c499 case TY_CHAR: in cngtyp2()
533 case TY_CHAR: in cngtyp2()
563 case TY_CHAR: in cngtyp2()
594 case TY_CHAR: in cngtyp2()
633 case TY_CHAR: in cngtyp2()
672 case TY_CHAR: in cngtyp2()
682 case TY_CHAR: in cngtyp2()
1040 case TY_CHAR: in mkexpr1()
3685 case TY_CHAR: in valid_assign_pointer_types()
5492 case TY_CHAR: in mod_type()
[all …]
H A Ddtypeutl.c66 case TY_CHAR: in target_name()
95 case TY_CHAR: in target_kind()
137 case TY_CHAR: in size_of()
243 case TY_CHAR: in string_length()
572 case TY_CHAR: in size_ast()
699 case TY_CHAR: in size_ast_of()
975 case TY_CHAR: in fix_dtype()
1223 case TY_CHAR: in alignment()
1301 case TY_CHAR: in bits_in()
1691 case TY_CHAR: in eq_dtype2()
[all …]
H A Dsemfin.c458 case TY_CHAR: in semfin()
727 } else if ((DTY(dtype) == TY_CHAR || DTY(dtype) == TY_NCHAR) && in do_common_blocks()
746 if (DTYG(dtype) == TY_CHAR) { in do_common_blocks()
1739 if (DTYG(DTYPEG(sptr)) == TY_CHAR) in chk_evar()
1801 if ((DTYG(DTYPEG(sptr)) == TY_CHAR && DTYG(DTYPEG(sptr2)) != TY_CHAR) || in equivalence()
1802 (DTYG(DTYPEG(sptr2)) == TY_CHAR && DTYG(DTYPEG(sptr)) != TY_CHAR) || in equivalence()
1808 if (DTYG(DTYPEG(sptr)) == TY_CHAR && DTYG(DTYPEG(sptr2)) != TY_CHAR) in equivalence()
1810 else if (DTYG(DTYPEG(sptr2)) == TY_CHAR && DTYG(DTYPEG(sptr)) != TY_CHAR) in equivalence()
2207 if (DTY(DDTG(dtype)) != TY_CHAR) in nml_check_item()
2213 if (DTY(DDTG(dtype)) != TY_CHAR) in nml_check_item()
[all …]
H A Dlowerexp.c134 case TY_CHAR: in conv_bint_ilm()
232 case TY_CHAR: in conv_sint_ilm()
326 case TY_CHAR: in conv_int_ilm()
414 case TY_CHAR: in conv_int8_ilm()
767 case TY_CHAR: in conv_log_ilm()
842 case TY_CHAR: in conv_log8_ilm()
1334 case TY_CHAR: in ltyped()
1380 case TY_CHAR: in styped()
1427 case TY_CHAR: in lower_bin_arith()
1473 case TY_CHAR: in lower_un_arith()
[all …]
H A Dastout.c624 if (NO_CHARPTR && DTY(dtype) == TY_CHAR) { in print_ast()
995 if (DTY(DDTG(A_DTYPEG(ARGT_ARG(argt, 0)))) == TY_CHAR) in print_ast()
1002 if (DTY(DDTG(A_DTYPEG(ARGT_ARG(argt, 0)))) == TY_CHAR) in print_ast()
1009 if (DTY(DDTG(A_DTYPEG(ARGT_ARG(argt, 0)))) == TY_CHAR) in print_ast()
1132 if (DTYG(DTYPEG(sym)) != TY_CHAR) in print_ast()
1190 if (DTYG(DTYPEG(sym)) != TY_CHAR) in print_ast()
1244 if (DTYG(DTYPEG(sym)) != TY_CHAR) in print_ast()
3223 (NO_CHARPTR && DTYG(DTYPEG(sym)) == TY_CHAR) || in print_refsym()
3634 (NO_CHARPTR && DTYG(DTYPEG(asym)) == TY_CHAR) || in gen_allocate()
3767 if (DTYG(DTYPEG(sym)) == TY_CHAR) { in gen_nullify()
[all …]
H A Dsemfunc.c2053 if (DTY(dtype) != TY_CHAR in fix_character_length()
4307 case TY_CHAR: in ref_intrin()
4577 } else if (DTY(argtyp) == TY_CHAR && DTY(SST_DTYPEG(sp)) == TY_CHAR) { in ref_intrin()
7622 case TY_CHAR: in ref_pd()
8118 if (DTY(dtype1) != TY_CHAR) { in ref_pd()
9597 if (DTY(dtype1) == TY_CHAR) { in ref_pd()
9792 if (DTY(dtype1) == TY_CHAR) in ref_pd()
9961 if (DTY(dtype1) == TY_CHAR) { in ref_pd()
11094 case TY_CHAR: in getMergeSym()
11227 if (DTY(dtype1) == TY_CHAR && DTY(dtype2) == TY_CHAR) in ref_pd_subr()
[all …]
H A Dfunc.c494 case TY_CHAR: in _makezero()
612 case TY_CHAR: in putzero()
2288 if (DTYG(dtype) == TY_CHAR) { in rewrite_func_ast()
3321 if (DTY(dtype) == TY_CHAR) in copy_scalar_intent_in()
4612 if (DTYG(dtype) == TY_CHAR) in transform_associated()
4649 if (DTYG(dtype) == TY_CHAR) in transform_associated()
4654 if (DTYG(dtype) == TY_CHAR) in transform_associated()
5074 case TY_CHAR: in transform_c_f_pointer()
7220 if (DTYG(dtype) == TY_CHAR) { in reshape()
7234 if (DTYG(dtype) == TY_CHAR) in reshape()
[all …]
H A Ddinit.c791 if (dty == TY_CHAR || dty == TY_NCHAR) in dinit_acl_val2()
841 if (DTY(dtype) == TY_CHAR) { in dinit_acl_val2()
971 case TY_CHAR: in dinit_val()
1014 } else if (DTYG(dtypev) == TY_CHAR || DTYG(dtypev) == TY_NCHAR || in dinit_val()
1017 if (DTY(dtype) == TY_CHAR && DTY(dtype + 1) == astb.i1) { in dinit_val()
1042 case TY_CHAR: in dinit_val()
H A Dsemantio.c1187 if (DTY(dtype) != TY_CHAR) { in semantio()
1258 if (DTY(dtype) == TY_CHAR) { in semantio()
1273 ast1 = mk_cval((INT)ty_to_lib[TY_CHAR], DT_INT); in semantio()
1614 else if (DTY(dtype) == TY_CHAR) { in semantio()
1813 filename_type = TY_CHAR; in semantio()
1827 filename_type = TY_CHAR; in semantio()
3009 if (DTY(dtype) == TY_CHAR || DTY(dtype) == TY_NCHAR) in semantio()
4464 if (DTY(dtype) == TY_CHAR || DTY(dtype) == TY_NCHAR) in chk_expr()
4568 else if (DTYG(dtype) == TY_CHAR && in chk_unitid()
4667 if (DTYG(dtype) == TY_CHAR) { /* standard case */ in chk_fmtid()
[all …]
H A Dsemant3.c534 (DTY(dtype = A_DTYPEG(ast1)) == TY_CHAR || in semant3()
919 if (DTY(dtype) == TY_CHAR) in semant3()
1652 if (DTY(A_DTYPEG(ast2)) == TY_CHAR) { in semant3()
1680 if (DTY(SST_DTYPEG(RHS(1))) == TY_CHAR) { in semant3()
1712 if (A_TYPEG(ast2) == A_CNST && DTY(A_DTYPEG(ast2)) != TY_CHAR) { in semant3()
1742 if (DTY(SST_DTYPEG(RHS(1))) == TY_CHAR) { in semant3()
1757 if (DTY(SST_DTYPEG(RHS(1))) == TY_CHAR) { in semant3()
4292 val = mk_cval1(ty_to_lib[TY_CHAR], DT_INT); in semant3()
4420 if (0 && DTY(dtype) != TY_DERIVED && DTY(dtype) != TY_CHAR) { in semant3()
5165 if (DTY(dum) == TY_CHAR) { in semant3()
[all …]
H A Dmodule.c1395 if (DTY(dtype) == TY_CHAR || DTY(dtype) == TY_NCHAR) { in add_padding()
1538 (dty != TY_DERIVED && dty != TY_CHAR && dty != TY_NCHAR)) { in check_sc()
1576 (dty != TY_DERIVED && dty != TY_CHAR && dty != TY_NCHAR)) { in check_sc()
1652 chr = (DTY(ty) == TY_CHAR || DTY(ty) == TY_NCHAR); in check_sc()
1833 if ((dty == TY_CHAR || dty == TY_NCHAR) && ADJLENG(sptr)) { in fix_module_common()
1851 if ((dty == TY_CHAR || dty == TY_NCHAR) && ADJLENG(sptr)) { in fix_module_common()
2177 } else if ((dty == TY_NCHAR || dty == TY_CHAR) && NO_CHARPTR) { in make_rte_descriptor()
H A Dexterf.c619 if (DTY(dtype) == TY_CHAR) { in mark_dtype_ast_idstr()
770 if ((DTY(dtype) == TY_CHAR && in fixup_host_symbol_dtype()
1623 case TY_CHAR: in queue_dtype()
2118 case TY_CHAR: in export_dt()
2157 (dtype >= start || DTY(dtype) == TY_CHAR)) { in export_dtypes()
2589 case TY_CHAR: in export_symbol()
2719 if ((DTY(dtype) == TY_CHAR && in export_symbol()
2966 case TY_CHAR: in export_dinit_file()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Ddattype.h37 #define TY_CHAR 15 macro
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtypemap.c143 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
161 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
187 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
213 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
239 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
258 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
284 { TY_CHAR, TOK_KEY_UNSIGNED, 1, 1, 8, ASCII_8UBIT }, /* char */
1479 TY_CHAR,
1970 case TY_CHAR: in type_to_index()
2040 case TY_CHAR: in cross_do_conv()
[all …]
H A Dtype.c500 ret->code = TY_CHAR;
659 { "char", TY_CHAR },
1212 if (code == TY_UCHAR) rc = TY_CHAR;

1234