Home
last modified time | relevance | path

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

123

/third_party/cef/tools/
Dmake_cpptoc_impl.py92 arg_type = arg.get_arg_type()
101 comment = '\n // Verify param: ' + arg_name + '; type: ' + arg_type
103 if arg_type == 'simple_byref' or arg_type == 'simple_byref_const' or \
104 arg_type == 'simple_byaddr' or arg_type == 'bool_byref' or arg_type == 'bool_byaddr' or \
105 arg_type == 'struct_byref_const' or arg_type == 'struct_byref' or \
106 arg_type == 'string_byref_const' or arg_type == 'string_byref' or \
107 arg_type == 'refptr_same' or arg_type == 'refptr_same_byref' or \
108 arg_type == 'refptr_diff' or arg_type == 'refptr_diff_byref' or \
109 arg_type == 'ownptr_same' or arg_type == 'ownptr_same_byref' or \
110 arg_type == 'ownptr_diff' or arg_type == 'ownptr_diff_byref' or \
[all …]
Dmake_ctocpp_impl.py120 arg_type = arg.get_arg_type()
129 comment = '\n // Verify param: ' + arg_name + '; type: ' + arg_type
131 if arg_type == 'simple_byaddr' or arg_type == 'bool_byaddr':
136 elif arg_type == 'refptr_same' or arg_type == 'refptr_diff' or \
137 arg_type == 'ownptr_same' or arg_type == 'ownptr_diff':
142 elif arg_type == 'rawptr_same' or arg_type == 'rawptr_diff':
147 elif arg_type == 'string_byref_const':
182 arg_type = arg.get_arg_type()
185 comment = '\n // Translate param: ' + arg_name + '; type: ' + arg_type
187 if arg_type == 'simple_byval' or arg_type == 'simple_byaddr' or \
[all …]
/third_party/boost/boost/xpressive/detail/static/transforms/
Das_independent.hpp104 typedef typename proto::result_of::child<Expr>::type arg_type; typedef
107 typename IndependentEndXpression::impl<arg_type, int, int>::result_type
111 typename Grammar::template impl<arg_type, end_xpr_type, Data>::result_type
126 typename Grammar::template impl<arg_type, end_xpr_type, Data>()( in operator ()()
128 … , IndependentEndXpression::impl<arg_type, int, int>()(proto::child(expr), i, i) in operator ()()
143 typedef typename proto::result_of::child<Expr>::type arg_type; typedef
146 typename IndependentEndXpression::impl<arg_type, int, int>::result_type
150 typename Grammar::template impl<arg_type, end_xpr_type, Data>::result_type
164 xpr_type expr2 = typename Grammar::template impl<arg_type, end_xpr_type, Data>()( in operator ()()
166 , IndependentEndXpression::impl<arg_type, int, int>()(proto::child(expr), i, i) in operator ()()
[all …]
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dtbe_common.py124 def get_args(op_info, arg_type): argument
135 if arg_type not in op_info:
136 raise ValueError("Json string Errors, key:{} not found.".format(arg_type))
138 if not op_info[arg_type]:
141 arg_info = op_info[arg_type]
142 if arg_type in ['inputs', 'outputs']:
144 elif arg_type == 'attrs':
/third_party/boost/boost/compute/lambda/
Dplaceholders.hpp62 typedef typename boost::tuples::element<0, Args>::type arg_type; typedef
64 typedef typename detail::terminal_type<arg_type>::type type;
70 typedef typename boost::tuples::element<1, Args>::type arg_type; typedef
72 typedef typename detail::terminal_type<arg_type>::type type;
78 typedef typename boost::tuples::element<2, Args>::type arg_type; typedef
80 typedef typename detail::terminal_type<arg_type>::type type;
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dplaceholders.hpp62 typedef typename boost::tuples::element<0, Args>::type arg_type; typedef
64 typedef typename detail::terminal_type<arg_type>::type type;
70 typedef typename boost::tuples::element<1, Args>::type arg_type; typedef
72 typedef typename detail::terminal_type<arg_type>::type type;
78 typedef typename boost::tuples::element<2, Args>::type arg_type; typedef
80 typedef typename detail::terminal_type<arg_type>::type type;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py83 arg_type = chunks[0]
85 arg_type = chunks[1]
88 if not arg_type[-1].isdigit():
90 if arg_type[0:4] == 'uint':
91 return 'UI' + arg_type[2:] + suffix
92 return arg_type.capitalize() + suffix
/third_party/boost/boost/compute/functional/
Doperator.hpp57 #define BOOST_COMPUTE_DECLARE_BINARY_OPERATOR(name, op, return_type, arg_type) \ argument
58 template<class arg_type> \
59 class name : public function<return_type (arg_type, arg_type)> \
62 name() : function<return_type (arg_type, arg_type)>(BOOST_PP_STRINGIZE(name)) { } \
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py84 arg_type = chunks[0]
86 arg_type = chunks[1]
89 if not arg_type[-1].isdigit():
91 if arg_type[0:4] == 'uint':
92 return 'UI' + arg_type[2:] + suffix
93 return arg_type.capitalize() + suffix
/third_party/boost/libs/compute/include/boost/compute/functional/
Doperator.hpp57 #define BOOST_COMPUTE_DECLARE_BINARY_OPERATOR(name, op, return_type, arg_type) \ argument
58 template<class arg_type> \
59 class name : public function<return_type (arg_type, arg_type)> \
62 name() : function<return_type (arg_type, arg_type)>(BOOST_PP_STRINGIZE(name)) { } \
/third_party/boost/libs/asio/include/boost/asio/execution/detail/
Dbulk_sender.hpp91 typedef type arg_type; typedef
93 typedef const type& arg_type; typedef
118 >::arg_type
125 >::arg_type in connect()
142 >::arg_type
149 >::arg_type in connect()
217 >::arg_type
227 >::arg_type
241 >::arg_type
251 >::arg_type
/third_party/boost/boost/asio/execution/detail/
Dbulk_sender.hpp91 typedef type arg_type; typedef
93 typedef const type& arg_type; typedef
118 >::arg_type
125 >::arg_type in connect()
142 >::arg_type
149 >::arg_type in connect()
217 >::arg_type
227 >::arg_type
241 >::arg_type
251 >::arg_type
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c361 LLVMTypeRef arg_type; in lp_build_select() local
376 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
380 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8); in lp_build_select()
384 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32); in lp_build_select()
390 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
394 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4); in lp_build_select()
397 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
400 if (arg_type != bld->int_vec_type) { in lp_build_select()
401 mask = LLVMBuildBitCast(builder, mask, arg_type, ""); in lp_build_select()
404 if (arg_type != bld->vec_type) { in lp_build_select()
[all …]
/third_party/boost/boost/parameter/aux_/
Dtagged_argument.hpp106 using arg_type = typename ::boost::parameter::aux typedef in boost::parameter::aux::tagged_argument
124 >::type arg_type;
134 ::std::is_function<arg_type>
135 , ::std::function<arg_type>
140 ::boost::is_function<arg_type>
142 , ::boost::function<arg_type>
144 , ::std::function<arg_type>
157 ::std::is_function<arg_type>
163 ::boost::is_function<arg_type>
174 ::std::is_function<arg_type>
[all …]
/third_party/boost/boost/polygon/detail/
Dpolygon_set_view.hpp57 template <typename value_type, typename arg_type>
58 inline void insert_into_view_arg(value_type& dest, const arg_type& arg);
183 template <typename value_type, typename arg_type>
184 inline void insert_into_view_arg(value_type& dest, const arg_type& arg) { in insert_into_view_arg()
185 typedef typename polygon_set_traits<arg_type>::iterator_type literator; in insert_into_view_arg()
187 itr1 = polygon_set_traits<arg_type>::begin(arg); in insert_into_view_arg()
188 itr2 = polygon_set_traits<arg_type>::end(arg); in insert_into_view_arg()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dcommon.cpp160 const auto arg_type = arg.getType(); in make_kernel_args() local
166 const unsigned arg_api_size = dl.getTypeAllocSize(arg_type); in make_kernel_args()
168 const unsigned target_size = dl.getTypeStoreSize(arg_type); in make_kernel_args()
169 const unsigned target_align = dl.getABITypeAlignment(arg_type); in make_kernel_args()
205 isa< ::llvm::PointerType>(arg_type) && arg.hasByValAttr() ? in make_kernel_args()
206 cast< ::llvm::PointerType>(arg_type)->getElementType() : arg_type; in make_kernel_args()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_printf.c98 const struct glsl_type *arg_type = arg_deref->type; in lower_printf_instr() local
106 if (glsl_get_base_type(arg_type) == GLSL_TYPE_DOUBLE && in lower_printf_instr()
109 arg_type = glsl_float_type(); in lower_printf_instr()
120 nir_var_mem_global, arg_type, 0); in lower_printf_instr()
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Ddo_signature.cc71 …OrScalarTypeInfo(const TypePtr &arg_type_origin, TypeId *arg_type_id, TypeId *arg_type = nullptr) { in GetTensorOrScalarTypeInfo() argument
77 if (arg_type != nullptr) { in GetTensorOrScalarTypeInfo()
78 *arg_type = kObjectTypeTensorType; in GetTensorOrScalarTypeInfo()
86 if (arg_type != nullptr) { in GetTensorOrScalarTypeInfo()
87 *arg_type = kObjectTypeNumber; in GetTensorOrScalarTypeInfo()
102 TypeId arg_type = kTypeUnknown; in GetMaxTypeId() local
103 if (!GetTensorOrScalarTypeInfo(input_types[index], &arg_type_id, &arg_type)) { in GetMaxTypeId()
106 if (arg_type != kObjectTypeTensorType) { in GetMaxTypeId()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-redecl.c20 void arg_type(int a);
21 void arg_type(void *a) { } /* check-should-fail */ in arg_type() function
/third_party/boost/boost/accumulators/numeric/detail/
Dfunction_n.hpp85 # define arg_type(r, _, i, is_const) \ macro
91 BOOST_PP_SEQ_FOR_EACH_I_R(r, arg_type, ~, constness) \
139 # undef arg_type
/third_party/boost/libs/histogram/test/
Ddetail_args_type_test.cpp27 BOOST_TEST_TRAIT_SAME(dtl::arg_type<decltype(&Foo::f3)>, char); in main()
28 BOOST_TEST_TRAIT_SAME(dtl::arg_type<decltype(&Foo::f3), 1>, int); in main()
/third_party/mindspore/mindspore/
D_checkparam.py147 def check_number(arg_value, value, rel, arg_type=int, arg_name=None, prim_name=None): argument
158 if isinstance(arg_value, arg_type):
164 type_mismatch = not isinstance(arg_value, arg_type) or isinstance(arg_value, bool)
174 def check_is_number(arg_value, arg_type, arg_name=None, prim_name=None): argument
185 if isinstance(arg_value, arg_type) and not isinstance(arg_value, bool):
541 def check_tensor_dtype_valid(arg_name, arg_type, valid_dtypes, prim_name): argument
545 Validator.check_subclass(arg_name, arg_type, tensor_types, prim_name)
608 def check_type_name(arg_name, arg_type, valid_types, prim_name): argument
621 if isinstance(arg_type, type(mstype.tensor)):
622 arg_type = arg_type.element_type()
[all …]
/third_party/node/test/js-native-api/test_conversions/
Dtest_null.c35 #define GEN_NULL_CHECK_STRING_BINDING(binding_name, arg_type, api) \ in GEN_NULL_CHECK_BINDING() argument
39 arg_type buf1[4]; \ in GEN_NULL_CHECK_BINDING()
47 arg_type buf2[4]; \ in GEN_NULL_CHECK_BINDING()
/third_party/boost/boost/assign/
Dlist_inserter.hpp218 single_arg_type >::type arg_type; typedef in boost::assign::list_inserter
298 arg_type >::type tag; in operator ,()
310 arg_type >::type tag; in operator ,()
372 BOOST_PP_CAT(insert, BOOST_PP_INC(n))(t, BOOST_ASSIGN_PARAMS3(n), arg_type()); \
406 insert(arg_type(), boost::forward<Ts>(ts)...); in operator ()()
436 void insert( T&& r, arg_type) in insert() argument
/third_party/glib/glib/gnulib/
Dprintf-args.h88 } arg_type; typedef
93 arg_type type;

123