Home
last modified time | relevance | path

Searched refs:TY_STRUCT (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/nwcc/nwcc_0.8.3/
H A Dabigen.c35 TY_STRUCT, enumerator
62 case TY_STRUCT: sprintf(buf, "struct s%d", ty->struct_idx); p = buf; break; in type_to_text()
100 } while (disallow_struct && e == TY_STRUCT); in make_type()
104 if (e == TY_STRUCT) { in make_type()
219 if (ty->type == TY_STRUCT) { in gen_program()
252 if (ty->type == TY_STRUCT) { in gen_program()
H A Dsparc_gen.c691 if ((se->dec->dtype->code == TY_STRUCT in do_map_parameter()
856 && (f->proto->dtype->code == TY_STRUCT in map_parameters()
1162 if ((se->dec->dtype->code == TY_STRUCT in gen_function()
1186 if ((se->dec->dtype->code == TY_STRUCT in gen_function()
1204 if ((se->dec->dtype->code == TY_STRUCT in gen_function()
1407 && (vr->type->code == TY_STRUCT in pass_arg_stack()
1639 if ((ty->code == TY_STRUCT in icode_make_fcall()
2057 } else if (ty->code == TY_STRUCT in icode_make_fcall()
2130 } else if (rtype->code == TY_STRUCT in icode_make_return()
2302 || (ret->type->code != TY_STRUCT in icode_make_cast()
[all …]
H A Dmips_gen.c539 } else if (se->dec->dtype->code == TY_STRUCT in do_map_parameter()
643 && (f->proto->dtype->code == TY_STRUCT in map_parameters()
1008 if ((se->dec->dtype->code == TY_STRUCT in gen_function()
1362 if (vrs[i]->type->code == TY_STRUCT in mips_calc_stack_bytes()
1432 if ((ty->code == TY_STRUCT
1549 } else if (vrs[i]->type->code == TY_STRUCT
1732 } else if (ty->code == TY_STRUCT
1793 } else if (rtype->code == TY_STRUCT
1836 || (ret->type->code != TY_STRUCT
2068 if ((vr->type->code == TY_STRUCT || vr->type->code == TY_UNION)
H A Damd64_gen.c522 && (f->proto->dtype->code == TY_STRUCT in map_parameters()
623 } else if (se->dec->dtype->code == TY_STRUCT in map_parameters()
1290 if ((ty->code == TY_STRUCT in icode_make_fcall()
1425 } else if ((vrs[i]->type->code == TY_STRUCT in icode_make_fcall()
1577 } else if (vrs[i]->type->code == TY_STRUCT in icode_make_fcall()
1659 } else if (ty->code == TY_STRUCT in icode_make_fcall()
1727 } else if (rtype->code == TY_STRUCT in icode_make_return()
H A Dtype.c423 && ty->code != TY_STRUCT
689 { "struct", TY_STRUCT },
775 if (dt->code == TY_STRUCT) {
987 if (t->code == TY_STRUCT || t->code == TY_UNION) {
999 && (t->code == TY_STRUCT
H A Dbuiltins.c360 if ((typedec[0]->dtype->code != TY_STRUCT && typedec[0]->dtype->code != TY_UNION) in generic_builtin_parse_offsetof()
398 if (typedec[0]->dtype->code == TY_STRUCT) { in generic_builtin_parse_offsetof()
953 if ((argtype->code == TY_STRUCT || argtype->code == TY_UNION) in x86_builtin_va_arg_to_icode()
1052 if ((vr->type->code == TY_STRUCT || vr->type->code == TY_UNION) in x86_builtin_va_arg_to_icode()
1169 if ((argtype->code == TY_STRUCT || argtype->code == TY_UNION) in mips_builtin_va_arg_to_icode()
1197 if ((argtype->code == TY_STRUCT || argtype->code == TY_UNION) in mips_builtin_va_arg_to_icode()
1406 || valist_vr->type->code != TY_STRUCT in amd64_builtin_va_start_to_icode()
1620 if ((argtype->code == TY_STRUCT in amd64_builtin_va_arg_to_icode()
H A Ddecl.c513 curtype = ty->code = TY_STRUCT; in get_base_type()
566 if (curtype == TY_STRUCT || curtype == TY_UNION) { in get_base_type()
1182 if (ty->code == TY_STRUCT || in get_base_type()
2530 } else if ((decty->code == TY_STRUCT
2719 && tmp->dtype->code != TY_STRUCT
2848 } else if ((tmp->dtype->code == TY_STRUCT
2866 || ((tmp->dtype->code == TY_STRUCT
H A Dpower_gen.c650 } else if (se->dec->dtype->code == TY_STRUCT in do_map_parameter()
715 && (f->proto->dtype->code == TY_STRUCT in map_parameters()
1143 if ((se->dec->dtype->code == TY_STRUCT in gen_function()
1780 if (vrs[i]->type->code == TY_STRUCT in ppc_calc_stack_bytes()
1862 if ((ty->code == TY_STRUCT in icode_make_fcall()
2000 } else if (vrs[i]->type->code == TY_STRUCT in icode_make_fcall()
2333 } else if (ty->code == TY_STRUCT in icode_make_fcall()
2414 } else if (rtype->code == TY_STRUCT in icode_make_return()
2991 || (ret->type->code != TY_STRUCT in icode_make_cast()
3310 if ((vr->type->code == TY_STRUCT || vr->type->code == TY_UNION) in asmvreg_to_reg()
H A Dicode.c650 if (basic->code == TY_STRUCT in promote()
655 TY_STRUCT? "structure": in promote()
1900 if ((rres->type->code == TY_STRUCT in do_assign()
1904 if ((lres->type->code != TY_STRUCT in do_assign()
2411 if ((lres->type->code == TY_STRUCT in do_cond_op()
2499 if (lt->code == TY_STRUCT in do_cond_op()
2501 || rt->code == TY_STRUCT in do_cond_op()
2790 if (((ltold->code == TY_STRUCT in expr_to_icode()
2794 ((rtold->code == TY_STRUCT in expr_to_icode()
4521 if ((ret_type->code != TY_STRUCT in ctrl_to_icode()
[all …]
H A Dbackend.c1225 } else if (ty->code == TY_STRUCT) { in get_align_type()
1283 if (vr->parent->type->code == TY_STRUCT) { in calc_offsets()
1698 if (t->code == TY_STRUCT) {
2024 && (dec->dtype->code == TY_STRUCT
2042 if (dec && dec->dtype->code == TY_STRUCT) {
2245 && (dec->dtype->code == TY_STRUCT
2262 if (dec && dec->dtype->code == TY_STRUCT) {
H A Dx86_gen.c1074 && (f->proto->dtype->code == TY_STRUCT in gen_function()
1499 } else if (vrs[i]->type->code == TY_STRUCT in calc_x86_stack_bytes()
1543 if ((ty->code == TY_STRUCT
1660 } else if (vrs[i]->type->code == TY_STRUCT
1871 } else if (ty->code == TY_STRUCT
1956 } else if (rtype->code == TY_STRUCT
2835 || (ret->type->code != TY_STRUCT
3573 if ((vr->type->code == TY_STRUCT || vr->type->code == TY_UNION)
H A Dx86_emit_nasm.c113 if (vr->parent->type->code == TY_STRUCT) { in print_nasm_offsets()
392 && dec->dtype->code == TY_STRUCT in print_init_list()
409 && dec->dtype->code == TY_STRUCT) { in print_init_list()
1434 if (vr->parent->type->code == TY_STRUCT) {
1443 if (vr->parent->type->code == TY_STRUCT) {
1452 if (vr->parent->type->code == TY_STRUCT) {
2083 && (curfunc->proto->dtype->code == TY_STRUCT
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Ddtypeutl.cpp98 case TY_STRUCT: in is_container_dtype()
142 if (DTY(dtype) != TY_UNION && DTY(dtype) != TY_STRUCT) { in is_empty_typedef()
172 if (DTY(dtype) != TY_UNION && DTY(dtype) != TY_STRUCT) { in no_data_components_recursive()
186 if (DTY(DTYPEG(mem)) == TY_STRUCT) { in no_data_components_recursive()
303 case TY_STRUCT: in _size_of()
403 case TY_STRUCT: in dlen()
469 case TY_STRUCT: in alignment()
743 case TY_STRUCT: in getdtype()
973 case TY_STRUCT: in _dmp_dent()
1116 case TY_STRUCT: in Scale_Of()
H A Dcgllvm.h37 ((DTY(d)) == TY_STRUCT || (DTY(d)) == TY_UNION || (DTY(d)) == TY_ARRAY)
H A Dll_ftn.cpp352 } else if (CFUNCG(func_sptr) && DTY(param_dtype) == TY_STRUCT) { in ll_process_routine_parameters()
395 (TY_STRUCT == DTY(param_dtype) && !CFUNCG(func_sptr)) || in ll_process_routine_parameters()
425 if (DTY(param_dtype) == TY_STRUCT && is_iso_cptr(param_dtype)) { in ll_process_routine_parameters()
581 if (DTY(d_dtype) != TY_STRUCT) in is_iso_cptr()
620 case TY_STRUCT: in get_return_type()
H A Dilmutil.cpp252 if (DTY(ret_type) == TY_STRUCT || DTY(ret_type) == TY_UNION) { in ilm_symtype_of_return_slot()
254 return DTY(ret_type) == TY_STRUCT ? ST_STRUCT : ST_UNION; in ilm_symtype_of_return_slot()
1521 case TY_STRUCT: in put_dtype()
1523 if (dty == TY_STRUCT) in put_dtype()
1546 case -TY_STRUCT: in put_dtype()
1548 if (dty == -TY_STRUCT) in put_dtype()
H A Dexp_rte.cpp295 if (DTY(dtype) != TY_STRUCT) in create_llvm_display_temp()
311 if (DTY(dtype) != TY_STRUCT) in create_llvm_display_temp()
683 if (((DTY(DTYPEG(sym))) == TY_STRUCT) || in pp_entries()
1581 else if (DTY(argdtype) == TY_STRUCT) { in pp_params()
1595 else if (DTY(argdtype) == TY_STRUCT) in pp_params()
1797 } else if (DTY(argdtype) == TY_STRUCT) { in pp_params_mixedstrlen()
1813 else if (DTY(argdtype) == TY_STRUCT) in pp_params_mixedstrlen()
1921 case TY_STRUCT: in ldst_size()
1995 if (DTY(dtype) != TY_STRUCT) { in cp_byval_mem_arg()
3024 if (DTY(retdtype) == TY_STRUCT) { in check_cstruct_return()
[all …]
H A Dllassem_common.cpp438 if (DTY(tdtype) != TY_PTR && DTY(tdtype) != TY_STRUCT) { in emit_init()
583 case TY_STRUCT: in emit_init()
1049 dtype = cg_get_type(6, TY_STRUCT, NOSYM); in mk_struct_for_llvm_init()
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dsymfun.h108 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTyAlgTyMember()
114 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTyAlgTySize()
125 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTyAlgTyTag()
130 Precond(DTY(dtype) == -TY_STRUCT || DTY(dtype) == -TY_UNION); in DTyAlgTyTagNeg()
136 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTyAlgTyAlign()
142 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTyAlgTyInitCon()
280 Precond(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION); in DTySetAlgTy()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ppc64le-Linux/
H A Dll_abi.cpp274 (DT_ISCMPLX(dtype) || (DTY(dtype) == TY_STRUCT))) { in ll_abi_classify_arg_dtype()
281 if ((DTY(dtype) == TY_STRUCT) && (zsize_of(dtype) > 64)) { in ll_abi_classify_arg_dtype()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/aarch64-Linux/
H A Dll_abi.cpp194 if (DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION) { in classify_common()
311 if (DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_UNION) { in ll_abi_classify_va_arg_dtype()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlower.c212 case TY_STRUCT: in lower()
788 case TY_STRUCT: in trav_struct()
868 assert(DTY(dtype) == TY_STRUCT || DTY(dtype) == TY_DERIVED || in pass_struct()
923 if (DTY(retdtype) == TY_DERIVED || DTY(retdtype) == TY_STRUCT || in check_return()
H A Dsemutil.c501 case TY_STRUCT: in cngtyp2()
535 case TY_STRUCT: in cngtyp2()
565 case TY_STRUCT: in cngtyp2()
596 case TY_STRUCT: in cngtyp2()
635 case TY_STRUCT: in cngtyp2()
674 case TY_STRUCT: in cngtyp2()
689 case TY_STRUCT: in cngtyp2()
691 if (from == TY_STRUCT) { in cngtyp2()
786 if (to == TY_STRUCT) in cngtyp2()
792 if (from == TY_STRUCT) in cngtyp2()
[all …]
H A Ddtypeutl.c222 case TY_STRUCT: in size_of()
315 case TY_STRUCT: in is_container_dtype()
420 case TY_STRUCT: in is_empty_typedef()
649 case TY_STRUCT: in size_ast()
802 case TY_STRUCT: in size_ast_of()
969 case TY_STRUCT: in fix_dtype()
1237 case TY_STRUCT: in alignment()
2512 case TY_STRUCT: in getdtype()
2689 case TY_STRUCT: in dlen()
2789 case TY_STRUCT: in _dmp_dent()
[all …]
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dtype.c423 && ty->code != TY_STRUCT
671 { "struct", TY_STRUCT },
735 if (dt->code == TY_STRUCT) {
947 if (t->code == TY_STRUCT || t->code == TY_UNION) {
959 && (t->code == TY_STRUCT

1234