Searched refs:second_arg (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 27 typename get_nth_type<1, Args...>::type second_arg(Args...); 43 int *i1 = second_arg<float *>(0, (int*)0, 0); in test_explicit_spec_extension()
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 27 typename get_nth_type<1, Args...>::type second_arg(Args...); 43 int *i1 = second_arg<float *>(0, (int*)0, 0); in test_explicit_spec_extension()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 33 typename get_nth_type<1, Args...>::type second_arg(Args...);
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 33 typename get_nth_type<1, Args...>::type second_arg(Args...);
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | region_control_flow_to_functional.cc | 236 Value second_arg = get_defining_op(std::get<1>(it)); in MatchCallArgs() local 238 if (!matcher(first_arg, first_region, second_arg, second_region)) in MatchCallArgs()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | tpu_strategy_test.py | 508 def named_args(first_arg, second_arg): argument 510 del second_arg
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13216 OutT& second_arg = p_out[component * component_step_1]; in call() local 13218 p_result[component] = p_function(first_arg, second_arg); in call() 13366 const Arg2T second_arg = p_arg_2[component * component_step_1]; in call() local 13368 p_result[component] = p_function(first_arg, second_arg); in call() 13499 const glw::GLdouble second_arg = p_arg[component * component_step_1 + n_components_0]; in call() local 13502 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|