Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopth-gen.awk155 otype = var_type_struct(flags[i]);
156 if (otype ~ "^((un)?signed +)?int *$")
157 var_opt_int[n_opt_int++] = otype "x_" name;
159 else if (otype ~ "^((un)?signed +)?short *$")
160 var_opt_short[n_opt_short++] = otype "x_" name;
162 else if (otype ~ "^((un)?signed +)?char *$")
163 var_opt_char[n_opt_char++] = otype "x_" name;
165 else if (otype ~ ("^enum +[_" alnum "]+ *$"))
166 var_opt_enum[n_opt_enum++] = otype "x_" name;
169 var_opt_other[n_opt_other++] = otype "x_" name;
[all …]
H A Doptc-save-gen.awk112 otype = var_type_struct(flags[i]);
113 if (otype ~ "^((un)?signed +)?int *$")
116 else if (otype ~ "^((un)?signed +)?short *$")
119 else if (otype ~ ("^enum +[_" alnum "]+ *"))
122 else if (otype ~ "^((un)?signed +)?char *$") {
124 if (otype ~ "^unsigned +char *$")
126 else if (otype ~ "^signed +char *$")
129 else if (otype ~ "^const char \\**$")
366 otype = var_type_struct(flags[i])
367 if (otype ~ "^((un)?signed +)?int *$")
[all …]
H A Dtree-affine.c310 tree otype = type; variable
316 if (tree_nop_conversion_p (otype, itype))
326 && TREE_CODE (otype) == INTEGER_TYPE
327 && TYPE_PRECISION (otype) > TYPE_PRECISION (itype))
339 op0 = fold_convert (otype, op0);
340 op1 = fold_convert (otype, op1);
341 return expr_to_aff_combination (comb, icode, otype, op0, op1);
360 op0 = fold_convert (otype, op0);
361 op1 = fold_convert (otype, op1);
362 return expr_to_aff_combination (comb, MINUS_EXPR, otype,
H A Dattribs.c1122 build_type_attribute_qual_variant (tree otype, tree attribute, int quals) in build_type_attribute_qual_variant() argument
1124 tree ttype = otype; in build_type_attribute_qual_variant()
1148 && otype != TYPE_MAIN_VARIANT (otype)) in build_type_attribute_qual_variant()
1150 (ttype, TYPE_MAIN_VARIANT (otype))); in build_type_attribute_qual_variant()
1177 && otype != TYPE_MAIN_VARIANT (otype)) in build_type_attribute_qual_variant()
1178 ttype = lang_hooks.types.copy_lang_qualifiers (ttype, otype); in build_type_attribute_qual_variant()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopth-gen.awk157 otype = var_type_struct(flags[i]);
158 if (otype ~ "^((un)?signed +)?int *$")
159 var_opt_int[n_opt_int++] = otype "x_" name;
161 else if (otype ~ "^((un)?signed +)?short *$")
162 var_opt_short[n_opt_short++] = otype "x_" name;
164 else if (otype ~ "^((un)?signed +)?char *$")
165 var_opt_char[n_opt_char++] = otype "x_" name;
167 else if (otype ~ ("^enum +[_" alnum "]+ *$"))
168 var_opt_enum[n_opt_enum++] = otype "x_" name;
171 var_opt_other[n_opt_other++] = otype "x_" name;
[all …]
H A Doptc-save-gen.awk113 otype = var_type_struct(flags[i]);
114 if (otype ~ "^((un)?signed +)?int *$")
117 else if (otype ~ "^((un)?signed +)?short *$")
120 else if (otype ~ ("^enum +[_" alnum "]+ *")) {
121 var_opt_enum_type[n_opt_enum] = otype;
124 else if (otype ~ "^((un)?signed +)?char *$") {
126 if (otype ~ "^unsigned +char *$")
128 else if (otype ~ "^signed +char *$")
131 else if (otype ~ "^const char \\**$") {
518 otype = var_type_struct(flags[i])
[all …]
H A Dtree-affine.cc311 tree otype = type; in expr_to_aff_combination() local
317 if (tree_nop_conversion_p (otype, itype)) in expr_to_aff_combination()
327 && TREE_CODE (otype) == INTEGER_TYPE in expr_to_aff_combination()
328 && TYPE_PRECISION (otype) > TYPE_PRECISION (itype)) in expr_to_aff_combination()
340 op0 = fold_convert (otype, op0); in expr_to_aff_combination()
341 op1 = fold_convert (otype, op1); in expr_to_aff_combination()
342 return expr_to_aff_combination (comb, icode, otype, op0, op1); in expr_to_aff_combination()
369 op0 = fold_convert (otype, op0); in expr_to_aff_combination()
370 op1 = fold_convert (otype, op1); in expr_to_aff_combination()
371 return expr_to_aff_combination (comb, icode, otype, op0, in expr_to_aff_combination()
H A Dattribs.cc1244 build_type_attribute_qual_variant (tree otype, tree attribute, int quals) in build_type_attribute_qual_variant() argument
1246 tree ttype = otype; in build_type_attribute_qual_variant()
1270 && otype != TYPE_MAIN_VARIANT (otype)) in build_type_attribute_qual_variant()
1272 (ttype, TYPE_MAIN_VARIANT (otype))); in build_type_attribute_qual_variant()
1299 && otype != TYPE_MAIN_VARIANT (otype)) in build_type_attribute_qual_variant()
1300 ttype = lang_hooks.types.copy_lang_qualifiers (ttype, otype); in build_type_attribute_qual_variant()
/netbsd-src/external/bsd/less/dist/
H A Doption.c90 switch (pendopt->otype & OTYPE) in scan_option()
205 (o->otype & OTYPE) != STRING && in scan_option()
206 (o->otype & OTYPE) != NUMBER) in scan_option()
236 switch (o->otype & OTYPE) in scan_option()
316 if (how_toggle == OPT_TOGGLE && (o->otype & NO_TOGGLE)) in toggle_option()
323 if (how_toggle == OPT_NO_TOGGLE && (o->otype & NO_QUERY)) in toggle_option()
336 switch (o->otype & OTYPE) in toggle_option()
346 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT)) in toggle_option()
355 switch (o->otype & OTYPE) in toggle_option()
440 if (how_toggle != OPT_NO_TOGGLE && (o->otype & HL_REPAINT)) in toggle_option()
[all …]
H A Doption.h62 int otype; /* Type of the option */ member
H A Dopttbl.c755 if (o->otype & INIT_HANDLER) in init_option()
771 if ((o->otype & TRIPLE) && ASCII_TO_UPPER(o->oletter) == c) in findopt()
854 if (!(o->otype & TRIPLE)) in findopt_name()
/netbsd-src/usr.bin/moduli/qsieve/
H A Dqfile.c49 qfileout(FILE * ofile, uint32_t otype, uint32_t otests, uint32_t otries, in qfileout() argument
66 otype, in qfileout()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldmain.c1109 enum bfd_link_hash_type otype; in multiple_common() local
1116 otype = h->type; in multiple_common()
1117 if (otype == bfd_link_hash_common) in multiple_common()
1122 else if (otype == bfd_link_hash_defined in multiple_common()
1123 || otype == bfd_link_hash_defweak) in multiple_common()
1141 ASSERT (otype == bfd_link_hash_common); in multiple_common()
1150 else if (otype == bfd_link_hash_defined in multiple_common()
1151 || otype == bfd_link_hash_defweak in multiple_common()
1152 || otype == bfd_link_hash_indirect) in multiple_common()
1165 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldmain.c1120 enum bfd_link_hash_type otype; in multiple_common() local
1127 otype = h->type; in multiple_common()
1128 if (otype == bfd_link_hash_common) in multiple_common()
1133 else if (otype == bfd_link_hash_defined in multiple_common()
1134 || otype == bfd_link_hash_defweak) in multiple_common()
1152 ASSERT (otype == bfd_link_hash_common); in multiple_common()
1161 else if (otype == bfd_link_hash_defined in multiple_common()
1162 || otype == bfd_link_hash_defweak in multiple_common()
1163 || otype == bfd_link_hash_indirect) in multiple_common()
1176 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common); in multiple_common()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc646 protected_accessible_p (tree decl, tree derived, tree type, tree otype) in protected_accessible_p() argument
678 && !DERIVED_FROM_P (derived, otype)) in protected_accessible_p()
688 friend_accessible_p (tree scope, tree decl, tree type, tree otype) in friend_accessible_p() argument
709 if (TYPE_P (scope) && protected_accessible_p (decl, scope, type, otype)) in friend_accessible_p()
720 if (protected_accessible_p (decl, TREE_VALUE (t), type, otype)) in friend_accessible_p()
726 if (friend_accessible_p (TYPE_CONTEXT (scope), decl, type, otype)) in friend_accessible_p()
734 && friend_accessible_p (DECL_CONTEXT (scope), decl, type, otype)) in friend_accessible_p()
742 && protected_accessible_p (decl, fctx, type, otype)) in friend_accessible_p()
759 int ret = friend_accessible_p (tmpl, decl, type, otype); in friend_accessible_p()
873 tree otype = NULL_TREE; in accessible_p() local
[all …]
/netbsd-src/sys/compat/ultrix/
H A Dultrix_fs.c343 int otype = SCARG(uap, type); in ultrix_sys_mount() local
365 if (otype == ULTRIX_FSTYPE_NFS) { in ultrix_sys_mount()
407 if (otype == ULTRIX_FSTYPE_ULTRIX) { in ultrix_sys_mount()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c611 protected_accessible_p (tree decl, tree derived, tree type, tree otype) in protected_accessible_p() argument
643 && !DERIVED_FROM_P (derived, otype)) in protected_accessible_p()
653 friend_accessible_p (tree scope, tree decl, tree type, tree otype) in friend_accessible_p() argument
674 if (TYPE_P (scope) && protected_accessible_p (decl, scope, type, otype)) in friend_accessible_p()
685 if (protected_accessible_p (decl, TREE_VALUE (t), type, otype)) in friend_accessible_p()
691 if (friend_accessible_p (TYPE_CONTEXT (scope), decl, type, otype)) in friend_accessible_p()
699 && friend_accessible_p (DECL_CONTEXT (scope), decl, type, otype)) in friend_accessible_p()
716 int ret = friend_accessible_p (tmpl, decl, type, otype); in friend_accessible_p()
845 tree otype = NULL_TREE; in accessible_p() local
852 otype = BINFO_TYPE (b); in accessible_p()
[all …]
/netbsd-src/distrib/utils/ssh/
H A Dssh.c84 void child_newfd(int setfd, char *file, int otype);
561 child_newfd(int setfd, char *file, int otype) in child_newfd() argument
569 if ((newfd = open(file, otype, def_omode)) < 0) { in child_newfd()
/netbsd-src/external/mit/isl/dist/
H A Disl_morph.c479 unsigned otype; in isl_basic_set_variable_compression() local
502 otype = isl_basic_set_offset(bset, type); in isl_basic_set_variable_compression()
503 orest = otype + ntype; in isl_basic_set_variable_compression()
510 if (isl_seq_first_non_zero(bset->eq[f_eq + n_eq] + otype, ntype) == -1) in isl_basic_set_variable_compression()
516 C = isl_mat_final_variable_compression(E, otype - 1, &Q); in isl_basic_set_variable_compression()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c173 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local
183 if (tp->ctt_type == type || tp->ctt_type == otype || in ctf_type_resolve()
185 ctf_dprintf("type %ld cycle detected\n", otype); in ctf_type_resolve()
833 ctf_id_t otype = type; in ctf_type_rvisit() local
845 if ((rc = func(name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c1008 enum ddt_type otype = dde->dde_type; in ddt_sync_entry() local
1041 if (otype != DDT_TYPES && in ddt_sync_entry()
1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) { in ddt_sync_entry()
1043 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0); in ddt_sync_entry()
1044 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT); in ddt_sync_entry()
/netbsd-src/sys/net/
H A Dif_gre.c1164 int fd, error = 0, oproto, otype, s; in gre_ioctl() local
1208 otype = sp->sp_type; in gre_ioctl()
1232 (otype == sp->sp_type || sp->sp_type == 0)) in gre_ioctl()
1278 otype = sp->sp_type; in gre_ioctl()
1300 (otype == sp->sp_type || sp->sp_type == 0)) in gre_ioctl()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c558 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local
573 if (tp->ctt_type == type || tp->ctt_type == otype in ctf_type_resolve()
577 otype); in ctf_type_resolve()
1648 ctf_id_t otype = type; in ctf_type_rvisit() local
1668 if ((rc = func (name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c557 ctf_id_t prev = type, otype = type; in ctf_type_resolve() local
572 if (tp->ctt_type == type || tp->ctt_type == otype in ctf_type_resolve()
576 otype); in ctf_type_resolve()
1638 ctf_id_t otype = type; in ctf_type_rvisit() local
1658 if ((rc = func (name, otype, offset, depth, arg)) != 0) in ctf_type_rvisit()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-microblaze.c638 int otype; /* Offset Type */ member
681 int i, otype; in get_imm_otype() local
683 otype = 0; in get_imm_otype()
689 otype = imm_types[i].otype; in get_imm_otype()
693 return otype; in get_imm_otype()

123