Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h268 template <typename arg_type>\
270 GTEST_REFERENCE_TO_CONST_(arg_type)> {\
275 GTEST_REFERENCE_TO_CONST_(arg_type) arg,\
295 template <typename arg_type>\
296 operator ::testing::Matcher<arg_type>() const {\
297 return ::testing::Matcher<arg_type>(\
298 new gmock_Impl<arg_type>());\
307 template <typename arg_type>\
308 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
309 GTEST_REFERENCE_TO_CONST_(arg_type) arg,\
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A 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/
H A 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.old/dist/ld/
H A Dldmisc.c73 int arg_type; in vfinfo() local
119 arg_type = Bad; in vfinfo()
129 arg_type = Vma; in vfinfo()
133 arg_type = Ptr; in vfinfo()
140 arg_type = Ptr; in vfinfo()
147 arg_type = RelAddr; in vfinfo()
152 arg_type = Int; in vfinfo()
159 arg_type = Long; in vfinfo()
166 if (arg_type != Bad) in vfinfo()
170 args[arg_no].type = arg_type; in vfinfo()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A 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/c-family/
H A Dc-semantics.cc179 tree arg_type = TREE_TYPE (arg); in build_real_imag_expr() local
183 if (TREE_CODE (arg_type) == COMPLEX_TYPE) in build_real_imag_expr()
188 else if (INTEGRAL_TYPE_P (arg_type) || SCALAR_FLOAT_TYPE_P (arg_type)) in build_real_imag_expr()
192 : omit_one_operand_loc (location, arg_type, in build_real_imag_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-semantics.c179 tree arg_type = TREE_TYPE (arg); in build_real_imag_expr() local
183 if (TREE_CODE (arg_type) == COMPLEX_TYPE) in build_real_imag_expr()
188 else if (INTEGRAL_TYPE_P (arg_type) || SCALAR_FLOAT_TYPE_P (arg_type)) in build_real_imag_expr()
192 : omit_one_operand_loc (location, arg_type, in build_real_imag_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-simd-clone.c163 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 …]
H A Dtree-vect-generic.c1728 tree arg_type = TREE_TYPE (arg); in expand_vector_conversion() local
1729 tree new_rhs, compute_type = TREE_TYPE (arg_type); in expand_vector_conversion()
1735 gcc_checking_assert (VECTOR_TYPE_P (ret_type) && VECTOR_TYPE_P (arg_type)); in expand_vector_conversion()
1737 gcc_checking_assert (tree_fits_uhwi_p (TYPE_SIZE (TREE_TYPE (arg_type)))); in expand_vector_conversion()
1739 && SCALAR_FLOAT_TYPE_P (TREE_TYPE (arg_type))) in expand_vector_conversion()
1741 else if (INTEGRAL_TYPE_P (TREE_TYPE (arg_type)) in expand_vector_conversion()
1745 < tree_to_uhwi (TYPE_SIZE (TREE_TYPE (arg_type)))) in expand_vector_conversion()
1748 > tree_to_uhwi (TYPE_SIZE (TREE_TYPE (arg_type)))) in expand_vector_conversion()
1753 if (supportable_convert_operation (code, ret_type, arg_type, &code1)) in expand_vector_conversion()
1762 = type_for_widest_vector_mode (TREE_TYPE (arg_type), mov_optab); in expand_vector_conversion()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc158 tree arg_type = get_aka_type (TREE_VALUE (args)); in get_aka_type() local
159 arg_types.safe_push (arg_type); in get_aka_type()
160 type_ok_p &= (arg_type == TREE_VALUE (args)); in get_aka_type()
168 tree arg_type; in get_aka_type() local
169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type) in get_aka_type()
170 args = tree_cons (NULL_TREE, arg_type, args); in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c158 tree arg_type = get_aka_type (TREE_VALUE (args)); in get_aka_type() local
159 arg_types.safe_push (arg_type); in get_aka_type()
160 type_ok_p &= (arg_type == TREE_VALUE (args)); in get_aka_type()
168 tree arg_type; in get_aka_type() local
169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type) in get_aka_type()
170 args = tree_cons (NULL_TREE, arg_type, args); in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c116 tree arg_type = TREE_VALUE (p); in chk_function_decl() local
117 if (chkp_type_has_function_pointer (arg_type)) in chk_function_decl()
161 tree arg_type = TREE_VALUE (p); in check_op_callback() local
162 if (chkp_type_has_function_pointer (arg_type)) in check_op_callback()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.cc116 tree arg_type = TREE_VALUE (p); in chk_function_decl() local
117 if (chkp_type_has_function_pointer (arg_type)) in chk_function_decl()
161 tree arg_type = TREE_VALUE (p); in check_op_callback() local
162 if (chkp_type_has_function_pointer (arg_type)) in check_op_callback()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c129 tree var, arg_type, param_type = TREE_VALUE (param); in spu_resolve_overloaded_builtin() local
146 arg_type = TREE_TYPE (var); in spu_resolve_overloaded_builtin()
155 || !SCALAR_TYPE_P (arg_type) in spu_resolve_overloaded_builtin()
157 && !lang_hooks.types_compatible_p (param_type, arg_type)) in spu_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc103 tree arg_type = unsigned_type_node; in gcn_lockless_update() local
112 arg_type = long_long_unsigned_type_node; in gcn_lockless_update()
119 tree init_var = make_ssa_name (arg_type); in gcn_lockless_update()
121 init_expr = fold_build1 (code, arg_type, init_expr); in gcn_lockless_update()
135 tree expect_var = make_ssa_name (arg_type); in gcn_lockless_update()
136 tree actual_var = make_ssa_name (arg_type); in gcn_lockless_update()
137 tree write_var = make_ssa_name (arg_type); in gcn_lockless_update()
143 write_expr = fold_build1 (code, arg_type, write_expr); in gcn_lockless_update()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c222 tree arg_type = unsigned_type_node; in gcn_lockless_update() local
231 arg_type = long_long_unsigned_type_node; in gcn_lockless_update()
238 tree init_var = make_ssa_name (arg_type); in gcn_lockless_update()
240 init_expr = fold_build1 (code, arg_type, init_expr); in gcn_lockless_update()
254 tree expect_var = make_ssa_name (arg_type); in gcn_lockless_update()
255 tree actual_var = make_ssa_name (arg_type); in gcn_lockless_update()
256 tree write_var = make_ssa_name (arg_type); in gcn_lockless_update()
262 write_expr = fold_build1 (code, arg_type, write_expr); in gcn_lockless_update()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfd.c1161 int arg_type; in _bfd_doprnt_scan() local
1246 arg_type = Bad; in _bfd_doprnt_scan()
1258 arg_type = Int; in _bfd_doprnt_scan()
1264 arg_type = Int; in _bfd_doprnt_scan()
1267 arg_type = Long; in _bfd_doprnt_scan()
1271 arg_type = LongLong; in _bfd_doprnt_scan()
1284 arg_type = Double; in _bfd_doprnt_scan()
1286 arg_type = LongDouble; in _bfd_doprnt_scan()
1290 arg_type = Ptr; in _bfd_doprnt_scan()
1295 arg_type = Ptr; in _bfd_doprnt_scan()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dprintf-args.h74 } arg_type; typedef
79 arg_type type;
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dprintf-args.h75 } arg_type; typedef
80 arg_type type;
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-args.h75 } arg_type; typedef
80 arg_type type;
/netbsd-src/external/gpl2/texinfo/dist/intl/
H A Dprintf-args.h77 } arg_type; typedef
82 arg_type type;
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c2117 if ( (Conf[i].arg_type & ARGS_TYPES) == ARG_BINARY ) { in lload_config_find_keyword()
2135 int arg_user, arg_type, arg_syn, iarg; in lload_config_check_vals() local
2141 if ( Conf->arg_type == ARG_IGNORED ) { in lload_config_check_vals()
2146 arg_type = Conf->arg_type & ARGS_TYPES; in lload_config_check_vals()
2147 arg_user = Conf->arg_type & ARGS_USERLAND; in lload_config_check_vals()
2148 arg_syn = Conf->arg_type & ARGS_SYNTAX; in lload_config_check_vals()
2175 if ( arg_type && !Conf->arg_item && !(arg_syn & ARG_OFFSET) ) { in lload_config_check_vals()
2185 if ( arg_type == ARG_STRING ) { in lload_config_check_vals()
2188 } else if ( arg_type == ARG_BERVAL ) { in lload_config_check_vals()
2191 } else if ( arg_type == ARG_BINARY ) { in lload_config_check_vals()
[all …]

1234567