Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c302 if (t->ctype.base_type == &int_type && t->ctype.modifiers & MOD_CHAR) in count_array_initializer()
682 struct symbol int_type, variable
750 …ol_ctype, SYM_BASETYPE, MOD_UNSIGNED, &bits_in_bool, &max_int_alignment, &int_type },
757 …e, SYM_BASETYPE, MOD_ESIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment, &int_type },
758 …e, SYM_BASETYPE, MOD_UNSIGNED | MOD_CHAR, &bits_in_char, &max_int_alignment, &int_type },
762 …{ &int_ctype, SYM_BASETYPE, MOD_SIGNED, &bits_in_int, &max_int_alignment, &int_type
763 …sint_ctype, SYM_BASETYPE, MOD_ESIGNED, &bits_in_int, &max_int_alignment, &int_type },
764 …int_ctype, SYM_BASETYPE, MOD_UNSIGNED, &bits_in_int, &max_int_alignment, &int_type },
765 …e, SYM_BASETYPE, MOD_SIGNED | MOD_LONG, &bits_in_long, &max_int_alignment, &int_type },
766 …e, SYM_BASETYPE, MOD_ESIGNED | MOD_LONG, &bits_in_long, &max_int_alignment, &int_type },
[all …]
H A Dsymbol.h262 extern struct symbol int_type,
357 type->ctype.base_type == &int_type; in is_int_type()
443 if (type->ctype.base_type == &int_type) in is_scalar_type()
463 if (type->ctype.base_type == &int_type) in is_integral_type()
H A Dcheck_unwind.c128 if (type && type->ctype.base_type == &int_type) { in func_returns_int()
H A Dparse.c1184 if (ctype->ctype.base_type != &int_type) in to_QI_mode()
1194 if (ctype->ctype.base_type != &int_type) in to_HI_mode()
1202 if (ctype->ctype.base_type != &int_type) in to_SI_mode()
1210 if (ctype->ctype.base_type != &int_type) in to_DI_mode()
1218 if (ctype->ctype.base_type != &int_type) in to_TI_mode()
1226 if (ctype->ctype.base_type != &int_type) in to_pointer_mode()
1234 if (ctype->ctype.base_type != &int_type) in to_word_mode()
1922 if (ctype->base_type != &int_type && !is_int_type(ctype->base_type)) { in handle_bitfield()
1943 struct symbol *bitfield_type = base_type == &int_type ? bitfield : base_type; in handle_bitfield()
2879 …if (base && base->ctype.base_type == &int_type && (base->ctype.modifiers & (MOD_CHAR | MOD_SHORT))… in promote_k_r_types()
H A Dssa.c67 if (type->ctype.base_type == &int_type) in is_promotable()
H A Dsparse-llvm.c685 LLVMTypeRef int_type, addr_type; in calc_memop_addr() local
690 int_type = LLVMIntType(bits_in_pointer); in calc_memop_addr()
691 off = LLVMConstInt(int_type, insn->offset, 0); in calc_memop_addr()
H A Dbuiltin.c283 if (type->ctype.base_type != &int_type || type == &bool_ctype) in evaluate_overflow_gen()
H A Dshow-parse.c257 { &int_type, "abstract int", "" },
H A Dlinearize.c1275 if (s->ctype.base_type == &int_type) in get_mtype()
H A Devaluate.c392 if (type->ctype.base_type == &int_type) in classify_type()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dmkast_sa59 } int_type[] =
94 if (int_type[elementsof(int_type)-1].size <= 4)
99 for (t = 0; t < elementsof(int_type) && int_type[t].size < int_size[s]; t++);
100 if (t < elementsof(int_type))
103 printf("#define _ast_int%d_t %s\n", m, int_type[t].name);
106 if (*int_type[t].swap)
/illumos-gate/usr/src/cmd/bhyve/
H A Dmptbl.c151 mpie->int_type = INTENTRY_TYPE_EXTINT; in mpt_build_localint_entries()
161 mpie->int_type = INTENTRY_TYPE_NMI; in mpt_build_localint_entries()
227 mpie->int_type = INTENTRY_TYPE_INT; in mpt_generate_pci_int()
262 mpie->int_type = INTENTRY_TYPE_EXTINT; in mpt_build_ioint_entries()
266 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
273 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
278 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dcommon222 } int_type[] =
248 if (int_type[elementsof(int_type)-1].size <= 4)
259 for (t = 0; t < elementsof(int_type) && int_type[t].size < int_size[s]; t++);
260 if (t < elementsof(int_type))
274 printf("#define _ast_int%d_t %s\n", m, int_type[t].name);
277 if (*int_type[t].swap)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h172 unsigned char int_type; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c876 if (pwp->int_type == PMCS_INT_FIXED) { in pmcs_attach()
2332 pwp->int_type = PMCS_INT_MSIX; in pmcs_setup_intr_impl()
2336 pwp->int_type = PMCS_INT_MSI; in pmcs_setup_intr_impl()
2341 pwp->int_type = PMCS_INT_FIXED; in pmcs_setup_intr_impl()
2356 pwp->int_type = PMCS_INT_NONE; in pmcs_setup_intr_impl()
2399 pwp->int_type = PMCS_INT_NONE; in pmcs_setup_intr()
2407 if (pwp->int_type == PMCS_INT_MSIX) { in pmcs_setup_intr()
2414 if (pwp->int_type == PMCS_INT_MSI) { in pmcs_setup_intr()
2421 if (pwp->int_type == PMCS_INT_FIXED) { in pmcs_setup_intr()
2576 ((pwp->int_type == PMCS_INT_MSI)? "MSI" : "INT-X"), in pmcs_setup_intr()
[all …]
H A Dpmcs_subr.c376 switch (pwp->int_type) { in pmcs_setup()
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dmptable.h118 uint8_t int_type; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3777 hxge_add_intrs_adv_type(p_hxge_t hxgep, uint32_t int_type) in hxge_add_intrs_adv_type() argument
3797 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs); in hxge_add_intrs_adv_type()
3805 ddi_status = ddi_intr_get_navail(dip, int_type, &navail); in hxge_add_intrs_adv_type()
3815 int_type, nintrs, navail)); in hxge_add_intrs_adv_type()
3818 if (int_type == DDI_INTR_TYPE_MSIX) { in hxge_add_intrs_adv_type()
3829 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) { in hxge_add_intrs_adv_type()
3849 int_type, nintrs, navail)); in hxge_add_intrs_adv_type()
3856 ddi_status = ddi_intr_alloc(dip, intrp->htable, int_type, inum, in hxge_add_intrs_adv_type()
3968 hxge_add_intrs_adv_type_fix(p_hxge_t hxgep, uint32_t int_type) in hxge_add_intrs_adv_type_fix() argument
3986 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs); in hxge_add_intrs_adv_type_fix()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c6034 nxge_add_intrs_adv_type(p_nxge_t nxgep, uint32_t int_type) in nxge_add_intrs_adv_type() argument
6053 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs); in nxge_add_intrs_adv_type()
6061 ddi_status = ddi_intr_get_navail(dip, int_type, &navail); in nxge_add_intrs_adv_type()
6074 if (int_type == DDI_INTR_TYPE_MSIX) { in nxge_add_intrs_adv_type()
6085 if (int_type == DDI_INTR_TYPE_MSI && !ISP2(navail)) { in nxge_add_intrs_adv_type()
6103 behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT : in nxge_add_intrs_adv_type()
6107 ddi_status = ddi_intr_alloc(dip, intrp->htable, int_type, inum, in nxge_add_intrs_adv_type()
6229 nxge_add_intrs_adv_type_fix(p_nxge_t nxgep, uint32_t int_type) in nxge_add_intrs_adv_type_fix() argument
6248 ddi_status = ddi_intr_get_nintrs(dip, int_type, &nintrs); in nxge_add_intrs_adv_type_fix()
6256 ddi_status = ddi_intr_get_navail(dip, int_type, &navail); in nxge_add_intrs_adv_type_fix()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h554 } int_type; member