Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 25 of 115) sorted by relevance

12345

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconfig.c138 if (( Conf[i].arg_type & ARGS_TYPES ) == ARG_BINARY ) { in config_find_keyword()
155 int rc, arg_user, arg_type, arg_syn, iarg; in config_check_vals() local
161 if(Conf->arg_type == ARG_IGNORED) { in config_check_vals()
166 arg_type = Conf->arg_type & ARGS_TYPES; in config_check_vals()
167 arg_user = Conf->arg_type & ARGS_USERLAND; in config_check_vals()
168 arg_syn = Conf->arg_type & ARGS_SYNTAX; in config_check_vals()
170 if((arg_type == ARG_DN) && c->argc == 1) { in config_check_vals()
218 if(arg_type && !Conf->arg_item && !(arg_syn & ARG_OFFSET)) { in config_check_vals()
227 if(arg_type == ARG_STRING) { in config_check_vals()
231 } else if(arg_type == ARG_BERVAL) { in config_check_vals()
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dvasprintf.c207 enum arg_t arg_type; /* Type of argument */ member
225 specinfo->arg_type = NONE; in specinfo_init()
255 return (spec.arg_type == NONE in specinfo_is_valid()
256 || FLOATING_POINT_ARG_TYPE (spec.arg_type)); in specinfo_is_valid()
261 return spec.arg_type == MPFR_ARG; in specinfo_is_valid()
266 return (spec.arg_type == NONE in specinfo_is_valid()
267 || INTEGER_LIKE_ARG_TYPE (spec.arg_type)); in specinfo_is_valid()
271 return (spec.arg_type == NONE || spec.arg_type == LONG_ARG); in specinfo_is_valid()
274 return spec.arg_type == NONE; in specinfo_is_valid()
333 specinfo->arg_type = CHAR_ARG; in parse_arg_type()
[all …]
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldmisc.c75 int arg_type; in vfinfo() local
124 arg_type = Bad; in vfinfo()
134 arg_type = Vma; in vfinfo()
138 arg_type = Ptr; in vfinfo()
145 arg_type = Ptr; in vfinfo()
152 arg_type = RelAddr; in vfinfo()
158 arg_type = Int; in vfinfo()
165 arg_type = Long; in vfinfo()
172 if (arg_type != Bad) in vfinfo()
176 args[arg_no].type = arg_type; in vfinfo()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-simd-clone.cc163 enum cgraph_simd_clone_arg_type arg_type; in simd_clone_clauses_extract() local
168 arg_type in simd_clone_clauses_extract()
172 arg_type in simd_clone_clauses_extract()
177 arg_type in simd_clone_clauses_extract()
184 arg_type = SIMD_CLONE_ARG_TYPE_LINEAR_VARIABLE_STEP; in simd_clone_clauses_extract()
185 clone_info->args[argno].arg_type = arg_type; in simd_clone_clauses_extract()
208 enum cgraph_simd_clone_arg_type arg_type; in simd_clone_clauses_extract() local
213 arg_type in simd_clone_clauses_extract()
217 arg_type in simd_clone_clauses_extract()
222 arg_type in simd_clone_clauses_extract()
[all …]
Dtree-vect-generic.cc1881 tree arg_type = TREE_TYPE (arg); in expand_vector_conversion() local
1882 tree new_rhs, compute_type = TREE_TYPE (arg_type); in expand_vector_conversion()
1888 gcc_checking_assert (VECTOR_TYPE_P (ret_type) && VECTOR_TYPE_P (arg_type)); in expand_vector_conversion()
1890 && SCALAR_FLOAT_TYPE_P (TREE_TYPE (arg_type))) in expand_vector_conversion()
1892 else if (INTEGRAL_TYPE_P (TREE_TYPE (arg_type)) in expand_vector_conversion()
1896 unsigned int arg_elt_bits = vector_element_bits (arg_type); in expand_vector_conversion()
1904 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion()
1913 = type_for_widest_vector_mode (arg_type, mov_optab); in expand_vector_conversion()
1922 tree arg1_type = build_vector_type (TREE_TYPE (arg_type), nelts); in expand_vector_conversion()
1943 optab1 = optab_for_tree_code (code1, arg_type, optab_default); in expand_vector_conversion()
[all …]
Dfold-const-call.cc652 tree arg_type = TREE_TYPE (arg); in fold_const_vec_convert() local
656 gcc_checking_assert (VECTOR_TYPE_P (ret_type) && VECTOR_TYPE_P (arg_type)); in fold_const_vec_convert()
659 && SCALAR_FLOAT_TYPE_P (TREE_TYPE (arg_type))) in fold_const_vec_convert()
661 else if (INTEGRAL_TYPE_P (TREE_TYPE (arg_type)) in fold_const_vec_convert()
669 && INTEGRAL_TYPE_P (TREE_TYPE (arg_type)) in fold_const_vec_convert()
671 <= TYPE_PRECISION (TREE_TYPE (arg_type)))); in fold_const_vec_convert()
986 unsigned int precision, tree arg_type) in fold_const_call_ss() argument
999 else if (!CLZ_DEFINED_VALUE_AT_ZERO (SCALAR_INT_TYPE_MODE (arg_type), in fold_const_call_ss()
1001 tmp = TYPE_PRECISION (arg_type); in fold_const_call_ss()
1011 else if (!CTZ_DEFINED_VALUE_AT_ZERO (SCALAR_INT_TYPE_MODE (arg_type), in fold_const_call_ss()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Di386-darwin-tdep.c186 struct type *arg_type = args[i]->enclosing_type (); in i386_darwin_push_dummy_call() local
188 if (i386_m128_p (arg_type) && num_m128 < 4) in i386_darwin_push_dummy_call()
200 i386_darwin_arg_type_alignment (arg_type)); in i386_darwin_push_dummy_call()
204 arg_type->length ()); in i386_darwin_push_dummy_call()
213 args_space += align_up (arg_type->length (), 4); in i386_darwin_push_dummy_call()
Dalpha-tdep.c323 struct type *arg_type = check_typedef (arg->type ()); in alpha_push_dummy_call() local
326 switch (arg_type->code ()) in alpha_push_dummy_call()
333 if (arg_type->length () == 4) in alpha_push_dummy_call()
337 arg_type = builtin_type (gdbarch)->builtin_int32; in alpha_push_dummy_call()
338 arg = value_cast (arg_type, arg); in alpha_push_dummy_call()
340 if (arg_type->length () < ALPHA_REGISTER_SIZE) in alpha_push_dummy_call()
342 arg_type = builtin_type (gdbarch)->builtin_int64; in alpha_push_dummy_call()
343 arg = value_cast (arg_type, arg); in alpha_push_dummy_call()
351 && arg_type->length () == 4) in alpha_push_dummy_call()
353 arg_type = builtin_type (gdbarch)->builtin_double; in alpha_push_dummy_call()
[all …]
Dlm32-tdep.c245 struct type *arg_type = check_typedef (arg->type ()); in lm32_push_dummy_call() local
250 switch (arg_type->code ()) in lm32_push_dummy_call()
257 if (arg_type->length () < 4) in lm32_push_dummy_call()
259 arg_type = builtin_type (gdbarch)->builtin_int32; in lm32_push_dummy_call()
260 arg = value_cast (arg_type, arg); in lm32_push_dummy_call()
268 val = extract_unsigned_integer (contents, arg_type->length (), in lm32_push_dummy_call()
277 write_memory_unsigned_integer (sp, arg_type->length (), byte_order, in lm32_push_dummy_call()
Dstap-probe.h36 arg_type (arg_type_), in stap_parse_info()
59 struct type *arg_type; member
Dmsp430-tdep.c694 struct type *arg_type = check_typedef (arg->type ()); in msp430_push_dummy_call() local
695 ULONGEST arg_size = arg_type->length (); in msp430_push_dummy_call()
702 if (arg_type->code () == TYPE_CODE_STRUCT in msp430_push_dummy_call()
703 || arg_type->code () == TYPE_CODE_UNION) in msp430_push_dummy_call()
734 && (arg_type->code () == TYPE_CODE_PTR in msp430_push_dummy_call()
735 || TYPE_IS_REFERENCE (arg_type) in msp430_push_dummy_call()
736 || arg_type->code () == TYPE_CODE_STRUCT in msp430_push_dummy_call()
737 || arg_type->code () == TYPE_CODE_UNION)) in msp430_push_dummy_call()
Dor1k-tdep.c664 struct type *arg_type = check_typedef (arg->type ()); in or1k_push_dummy_call() local
665 int len = arg_type->length (); in or1k_push_dummy_call()
666 enum type_code typecode = arg_type->code (); in or1k_push_dummy_call()
754 struct type *arg_type = check_typedef (arg->type ()); in or1k_push_dummy_call() local
755 int len = arg_type->length (); in or1k_push_dummy_call()
756 enum type_code typecode = arg_type->code (); in or1k_push_dummy_call()
786 struct type *arg_type = check_typedef (arg->type ()); in or1k_push_dummy_call() local
787 int len = arg_type->length (); in or1k_push_dummy_call()
788 enum type_code typecode = arg_type->code (); in or1k_push_dummy_call()
Dmips-tdep.c4438 struct type *arg_type) in fp_register_arg_p() argument
4444 && arg_type->num_fields () == 1 in fp_register_arg_p()
4445 && check_typedef (arg_type->field (0).type ())->code () in fp_register_arg_p()
4598 struct type *arg_type = check_typedef (arg->type ()); in mips_eabi_push_dummy_call() local
4599 int len = arg_type->length (); in mips_eabi_push_dummy_call()
4600 enum type_code typecode = arg_type->code (); in mips_eabi_push_dummy_call()
4629 if (abi_regsize < 8 && fp_register_arg_p (gdbarch, typecode, arg_type)) in mips_eabi_push_dummy_call()
4647 if (fp_register_arg_p (gdbarch, typecode, arg_type) in mips_eabi_push_dummy_call()
4717 || fp_register_arg_p (gdbarch, typecode, arg_type)) in mips_eabi_push_dummy_call()
4733 && arg_type->length () < abi_regsize) in mips_eabi_push_dummy_call()
[all …]
Daarch64-tdep.c1826 struct aarch64_call_info *info, struct type *arg_type, in pass_in_v_vfp_candidate() argument
1829 switch (arg_type->code ()) in pass_in_v_vfp_candidate()
1833 return pass_in_v (gdbarch, regcache, info, arg_type->length (), in pass_in_v_vfp_candidate()
1840 struct type *target_type = check_typedef (arg_type->target_type ()); in pass_in_v_vfp_candidate()
1851 if (arg_type->is_vector ()) in pass_in_v_vfp_candidate()
1852 return pass_in_v (gdbarch, regcache, info, arg_type->length (), in pass_in_v_vfp_candidate()
1858 for (int i = 0; i < arg_type->num_fields (); i++) in pass_in_v_vfp_candidate()
1861 if (arg_type->field (i).is_static ()) in pass_in_v_vfp_candidate()
1864 struct value *field = arg->primitive_field (0, i, arg_type); in pass_in_v_vfp_candidate()
1937 struct type *arg_type, *fundamental_type; in aarch64_push_dummy_call() local
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dbfd.c1272 int arg_type; in _bfd_doprnt_scan() local
1357 arg_type = Bad; in _bfd_doprnt_scan()
1369 arg_type = Int; in _bfd_doprnt_scan()
1375 arg_type = Int; in _bfd_doprnt_scan()
1378 arg_type = Long; in _bfd_doprnt_scan()
1382 arg_type = LongLong; in _bfd_doprnt_scan()
1395 arg_type = Double; in _bfd_doprnt_scan()
1397 arg_type = LongDouble; in _bfd_doprnt_scan()
1401 arg_type = Ptr; in _bfd_doprnt_scan()
1406 arg_type = Ptr; in _bfd_doprnt_scan()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dbfd.c1312 int arg_type; in _bfd_doprnt_scan() local
1397 arg_type = Bad; in _bfd_doprnt_scan()
1409 arg_type = Int; in _bfd_doprnt_scan()
1415 arg_type = Int; in _bfd_doprnt_scan()
1418 arg_type = Long; in _bfd_doprnt_scan()
1422 arg_type = LongLong; in _bfd_doprnt_scan()
1435 arg_type = Double; in _bfd_doprnt_scan()
1437 arg_type = LongDouble; in _bfd_doprnt_scan()
1441 arg_type = Ptr; in _bfd_doprnt_scan()
1446 arg_type = Ptr; in _bfd_doprnt_scan()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-xmethods.c357 struct type *arg_type = type_object_to_type (item.get ()); in do_get_arg_types() local
358 if (arg_type == NULL) in do_get_arg_types()
367 (*arg_types)[i] = arg_type; in do_get_arg_types()
375 struct type *arg_type = type_object_to_type (py_argtype_list.get ()); in do_get_arg_types() local
377 if (arg_type == NULL) in do_get_arg_types()
387 (*arg_types)[i] = arg_type; in do_get_arg_types()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dprintf-args.h74 } arg_type; typedef
79 arg_type type;
/netbsd/src/tests/lib/libcurses/director/
Dtestlang_parse.y93 data_enum_t arg_type; member
762 assign_arg(data_enum_t arg_type, void *arg) in assign_arg() argument
770 command.function, str, enum_names[arg_type], arg_type); in assign_arg()
773 cur.arg_type = arg_type; in assign_arg()
774 if (cur.arg_type == data_var) { in assign_arg()
779 } else if (cur.arg_type == data_byte) { in assign_arg()
786 } else if (cur.arg_type == data_null) { in assign_arg()
1254 if (command.args[i].arg_type == data_var) in write_func_and_args()
1255 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args()
1258 write_cmd_pipe_args(command.args[i].arg_type, in write_func_and_args()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dlm32-desc.c1043 lm32_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) in lm32_cgen_cpu_open() argument
1061 va_start (ap, arg_type); in lm32_cgen_cpu_open()
1062 while (arg_type != CGEN_CPU_OPEN_END) in lm32_cgen_cpu_open()
1064 switch (arg_type) in lm32_cgen_cpu_open()
1093 arg_type); in lm32_cgen_cpu_open()
1096 arg_type = va_arg (ap, enum cgen_cpu_open_arg); in lm32_cgen_cpu_open()
Dip2k-desc.c1056 ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) in ip2k_cgen_cpu_open() argument
1074 va_start (ap, arg_type); in ip2k_cgen_cpu_open()
1075 while (arg_type != CGEN_CPU_OPEN_END) in ip2k_cgen_cpu_open()
1077 switch (arg_type) in ip2k_cgen_cpu_open()
1106 arg_type); in ip2k_cgen_cpu_open()
1109 arg_type = va_arg (ap, enum cgen_cpu_open_arg); in ip2k_cgen_cpu_open()
Dmetag-dis.c1188 bool is_quickrot = template->arg_type & GP_ARGS_QR; in print_alu()
2556 if (template->arg_type & DSP_ARGS_1) in print_dalu()
2564 bool is_split8 = (template->arg_type & DSP_ARGS_SPLIT8); in print_dalu()
2577 if (template->arg_type & DSP_ARGS_QR) in print_dalu()
2583 if (template->arg_type & DSP_ARGS_DACC) in print_dalu()
2595 if (template->arg_type & DSP_ARGS_ACC2) in print_dalu()
2602 if ((template->arg_type & DSP_ARGS_XACC) && in print_dalu()
2625 if (template->arg_type & DSP_ARGS_DACC && in print_dalu()
2645 if ((template->arg_type & DSP_ARGS_ACC2) && in print_dalu()
2655 else if (ac && (template->arg_type & DSP_ARGS_ACC2)) in print_dalu()
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dlm32-desc.c1043 lm32_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) in lm32_cgen_cpu_open() argument
1061 va_start (ap, arg_type); in lm32_cgen_cpu_open()
1062 while (arg_type != CGEN_CPU_OPEN_END) in lm32_cgen_cpu_open()
1064 switch (arg_type) in lm32_cgen_cpu_open()
1093 arg_type); in lm32_cgen_cpu_open()
1096 arg_type = va_arg (ap, enum cgen_cpu_open_arg); in lm32_cgen_cpu_open()
Dip2k-desc.c1056 ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) in ip2k_cgen_cpu_open() argument
1074 va_start (ap, arg_type); in ip2k_cgen_cpu_open()
1075 while (arg_type != CGEN_CPU_OPEN_END) in ip2k_cgen_cpu_open()
1077 switch (arg_type) in ip2k_cgen_cpu_open()
1106 arg_type); in ip2k_cgen_cpu_open()
1109 arg_type = va_arg (ap, enum cgen_cpu_open_arg); in ip2k_cgen_cpu_open()
Dmetag-dis.c1188 bool is_quickrot = template->arg_type & GP_ARGS_QR; in print_alu()
2556 if (template->arg_type & DSP_ARGS_1) in print_dalu()
2564 bool is_split8 = (template->arg_type & DSP_ARGS_SPLIT8); in print_dalu()
2577 if (template->arg_type & DSP_ARGS_QR) in print_dalu()
2583 if (template->arg_type & DSP_ARGS_DACC) in print_dalu()
2595 if (template->arg_type & DSP_ARGS_ACC2) in print_dalu()
2602 if ((template->arg_type & DSP_ARGS_XACC) && in print_dalu()
2625 if (template->arg_type & DSP_ARGS_DACC && in print_dalu()
2645 if ((template->arg_type & DSP_ARGS_ACC2) && in print_dalu()
2655 else if (ac && (template->arg_type & DSP_ARGS_ACC2)) in print_dalu()
[all …]

12345