| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | inttostr.c | 30 inttostr (inttype i, char *buf) in inttostr() 32 char *p = buf + INT_STRLEN_BOUND (inttype); in inttostr()
|
| H A D | offtostr.c | 4 #define inttype off_t macro
|
| H A D | umaxtostr.c | 4 #define inttype uintmax_t macro
|
| H A D | imaxtostr.c | 4 #define inttype intmax_t macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-omp.cc | 439 tree inttype = NULL_TREE; in c_finish_omp_atomic() local 443 inttype = c_common_type_for_size (prec, 1); in c_finish_omp_atomic() 444 if (inttype in c_finish_omp_atomic() 446 TYPE_SIZE (inttype)) in c_finish_omp_atomic() 447 || TYPE_PRECISION (inttype) != prec)) in c_finish_omp_atomic() 448 inttype = NULL_TREE; in c_finish_omp_atomic() 450 if (inttype) in c_finish_omp_atomic() 453 = build1_loc (loc, VIEW_CONVERT_EXPR, inttype, in c_finish_omp_atomic() 456 = build1_loc (loc, VIEW_CONVERT_EXPR, inttype, in c_finish_omp_atomic()
|
| /netbsd-src/sys/arch/prep/prep/ |
| H A D | residual.c | 1060 static const unsigned char *inttype[] = in large_vendor_isaintr_subr() local 1063 snprintf(tmpstr, sizeof(tmpstr), inttype[p->PPCData[0] - 1], in large_vendor_isaintr_subr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck.c | 5886 tree result, inttype; in pointer_diff() local 5929 inttype = c_common_type_for_size (TYPE_PRECISION (TREE_TYPE (op0)), 0); in pointer_diff() 5931 inttype = restype; in pointer_diff() 5952 if (TYPE_PRECISION (inttype) > TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 5955 cp_convert (inttype, op0, complain), in pointer_diff() 5956 cp_convert (inttype, op1, complain), in pointer_diff() 5959 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 5985 result = build2_loc (loc, EXACT_DIV_EXPR, inttype, op0, in pointer_diff() 5986 cp_convert (inttype, op1, complain)); in pointer_diff()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck.cc | 6396 tree result, inttype; in pointer_diff() local 6439 inttype = c_common_type_for_size (TYPE_PRECISION (TREE_TYPE (op0)), 0); in pointer_diff() 6441 inttype = restype; in pointer_diff() 6462 if (TYPE_PRECISION (inttype) > TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 6465 cp_convert (inttype, op0, complain), in pointer_diff() 6466 cp_convert (inttype, op1, complain), in pointer_diff() 6469 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 6495 result = build2_loc (loc, EXACT_DIV_EXPR, inttype, op0, in pointer_diff() 6496 cp_convert (inttype, op1, complain)); in pointer_diff()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 3947 tree result, inttype; in pointer_diff() local 3978 inttype = c_common_type_for_size (TYPE_PRECISION (TREE_TYPE (op0)), 0); in pointer_diff() 3980 inttype = restype; in pointer_diff() 4009 if (TYPE_PRECISION (inttype) > TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 4010 op0 = build_binary_op (loc, MINUS_EXPR, convert (inttype, op0), in pointer_diff() 4011 convert (inttype, op1), false); in pointer_diff() 4017 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 4034 result = fold_build2_loc (loc, EXACT_DIV_EXPR, inttype, in pointer_diff() 4035 op0, convert (inttype, op1)); in pointer_diff()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_aq.c | 2249 pci_intr_type_t inttype) in aq_setup_legacy() argument 2257 counts[inttype] = nintr; in aq_setup_legacy() 2259 error = pci_intr_alloc(pa, &sc->sc_intrs, counts, inttype); in aq_setup_legacy() 2263 (inttype == PCI_INTR_TYPE_MSI) ? " MSI" : ""); in aq_setup_legacy()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 3979 tree result, inttype; in pointer_diff() local 4010 inttype = c_common_type_for_size (TYPE_PRECISION (TREE_TYPE (op0)), 0); in pointer_diff() 4012 inttype = restype; in pointer_diff() 4040 if (TYPE_PRECISION (inttype) > TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 4041 op0 = build_binary_op (loc, MINUS_EXPR, convert (inttype, op0), in pointer_diff() 4042 convert (inttype, op1), false); in pointer_diff() 4048 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 4065 result = fold_build2_loc (loc, EXACT_DIV_EXPR, inttype, in pointer_diff() 4066 op0, convert (inttype, op1)); in pointer_diff()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 449 multiclass GenericVectorOps<ValueType type, ValueType inttype> { 455 def : Pat<(type (vselect (inttype VR128:$x), VR128:$y, VR128:$z)), 457 def : Pat<(type (vselect (inttype (z_vnot VR128:$x)), VR128:$y, VR128:$z)),
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 140 tree inttype = (unsignedp) in binary_op() local 142 ret = fold_build2 (code, inttype, arg0, arg1); in binary_op()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| H A D | weird.def | 2 .stabs "inttype:t1=bu4;0;32;",N_LSYM,0,0,0
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| H A D | weird.def | 2 .stabs "inttype:t1=bu4;0;32;",N_LSYM,0,0,0
|
| /netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
| H A D | ChangeLog-2021 | 1244 * interp.c: Compute inttype from the interrupt_names index that
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LangRef.rst | 19889 declare <inttype> 19937 declare <inttype> 20288 declare <inttype> 20326 declare <inttype>
|