/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 24 typename get_nth_type<0, Args...>::type first_arg(Args...); 31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() 32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() 33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() 40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() 41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() 42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() 44 double *dp1 = first_arg<>(dp); in test_explicit_spec_extension()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 30 typename get_nth_type<0, Args...>::type first_arg(Args...); 36 int *ip1 = first_arg(ip); in test_simple_deduction() 37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() 38 int *ip3 = first_arg(ip, fp, dp); in test_simple_deduction() 39 no_type nt1 = first_arg(); in test_simple_deduction()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 124 compiler::Node* first_arg, 134 compiler::Node* first_arg, compiler::Node* arg_count, 142 compiler::Node* first_arg, 152 compiler::Node* first_arg, 163 compiler::Node* first_arg, 170 compiler::Node* first_arg,
|
D | interpreter-assembler.cc | 556 Node* first_arg, Node* arg_count, in CallJSWithFeedback() argument 602 arg_count, first_arg, function); in CallJSWithFeedback() 638 arg_count, function, feedback_element, first_arg); in CallJSWithFeedback() 717 context, arg_count, first_arg, function); in CallJSWithFeedback() 727 Node* first_arg, Node* arg_count, in CallJS() argument 736 first_arg, function); in CallJS() 740 Node* first_arg, Node* arg_count) { in CallJSWithSpread() argument 748 first_arg, function); in CallJSWithSpread() 752 Node* new_target, Node* first_arg, in Construct() argument 792 allocation_feedback.value(), first_arg)); in Construct() [all …]
|
D | interpreter.cc | 2204 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntime() local 2207 Node* result = __ CallRuntimeN(function_id, context, first_arg, args_count); in DoCallRuntime() 2239 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeForPair() local 2243 __ CallRuntimeN(function_id, context, first_arg, args_count, 2); in DoCallRuntimeForPair() 2262 Node* first_arg = __ RegisterLocation(receiver_reg); in DoCallJSRuntime() local 2273 Node* result = __ CallJS(function, context, first_arg, args_count, in DoCallJSRuntime() 2313 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoConstructWithSpread() local 2317 first_arg, args_count); in DoConstructWithSpread() 2333 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoConstruct() local 2338 Node* result = __ Construct(constructor, context, new_target, first_arg, in DoConstruct()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/ |
D | gen_llvm_ir_macros.py | 278 first_arg = True 280 if not first_arg: 283 first_arg = False
|
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 116 interpreter::Register first_arg, 120 interpreter::Register first_arg, 123 interpreter::Register first_arg,
|
D | bytecode-graph-builder.cc | 1377 const Operator* call_runtime_op, interpreter::Register first_arg, in ProcessCallRuntimeArguments() argument 1380 int first_arg_index = first_arg.index(); in ProcessCallRuntimeArguments() 1392 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntime() local 1397 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntime() 1404 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitCallRuntimeForPair() local 1411 Node* return_pair = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntimeForPair() 1418 interpreter::Register first_arg, size_t arity) { in ProcessConstructWithSpreadArguments() argument 1421 int first_arg_index = first_arg.index(); in ProcessConstructWithSpreadArguments() 1434 interpreter::Register first_arg = bytecode_iterator().GetRegisterOperand(1); in VisitConstructWithSpread() local 1443 first_arg, arg_count + 2); in VisitConstructWithSpread() [all …]
|
/external/v8/src/builtins/ |
D | builtins-arguments.h | 48 Node* arg_count, Node* first_arg,
|
D | builtins-arguments.cc | 123 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg, in ConstructParametersObjectFromArgs() argument 144 first_arg, nullptr, param_mode); in ConstructParametersObjectFromArgs()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 342 i::Handle<i::Object> first_arg = Utils::OpenHandle(*args[0]); in WebAssemblyInstantiate() local 343 if (!first_arg->IsJSObject()) { in WebAssemblyInstantiate() 361 if (HasBrand(first_arg, i::Handle<i::Symbol>(i_context->wasm_module_sym()))) { in WebAssemblyInstantiate()
|
/external/tensorflow/tensorflow/tools/docs/ |
D | parser.py | 686 first_arg = 1 if 'self' in argspec.args[:1] else 0 689 for arg in argspec.args[first_arg:first_arg_with_default]:
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4042 bool first_arg = true; in parse_encoding() local 4064 if (!first_arg) in parse_encoding() 4067 first_arg = false; in parse_encoding()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13211 const ArgT first_arg = p_arg[component * component_step_0]; in call() local 13214 p_result[component] = p_function(first_arg, second_arg); in call() 13361 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local 13364 p_result[component] = p_function(first_arg, second_arg); in call() 13494 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local 13498 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|
/external/v8/src/ |
D | objects.h | 2317 uint32_t first_arg,
|
D | objects.cc | 15257 uint32_t first_arg, in EnsureCanContainElements() argument 15264 object, args->arguments() - first_arg - (arg_count - 1), arg_count, mode); in EnsureCanContainElements()
|
/external/valgrind/perf/ |
D | tinycc.c | 8153 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg) in define_push() argument 8158 s->next = first_arg; in define_push()
|