HomeSort by relevance Sort by last modified time
    Searched refs:first_arg (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 24 typename get_nth_type<0, Args...>::type first_arg(Args...);
31 int *ip1 = first_arg<int *>(0);
32 int *ip2 = first_arg<int *, float*>(0, 0);
33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
40 int *ip1 = first_arg<int *>(0, 0);
41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0);
42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0);
44 double *dp1 = first_arg<>(dp);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 30 typename get_nth_type<0, Args...>::type first_arg(Args...);
36 int *ip1 = first_arg(ip);
37 int *ip2 = first_arg(ip, fp);
38 int *ip3 = first_arg(ip, fp, dp);
39 no_type nt1 = first_arg();
  /external/perfetto/src/profiling/memory/
proc_utils.cc 61 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', size)); local
62 if (first_arg == nullptr) {
70 if (first_at != nullptr && first_at < first_arg) {
72 first_arg = first_at;
75 memrchr(cmdline, '/', static_cast<size_t>(first_arg - cmdline)));
76 if (start == first_arg) {
87 size_t name_size = static_cast<size_t>(first_arg - start);
  /bionic/libc/bionic/
malloc_heapprofd.cpp 170 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', rd)); local
171 if (first_arg == nullptr) {
178 if (first_at != nullptr && first_at < first_arg) {
180 first_arg = first_at;
183 char* start = static_cast<char*>(memrchr(cmdline, '/', first_arg - cmdline));
184 if (start == first_arg) {
195 size_t name_size = static_cast<size_t>(first_arg - start);
  /external/v8/src/builtins/
builtins-arguments-gen.h 48 // |frame_ptr| starting from |first_arg|. |arg_count| == |first_arg| +
51 Node* arg_count, Node* first_arg,
builtins-arguments-gen.cc 131 Node* map, Node* frame_ptr, Node* arg_count, Node* first_arg,
152 first_arg, nullptr, param_mode);
  /external/libchrome/base/task_scheduler/
task_traits_details.h 29 // matches exactly. This overload returns getter.GetValueFromArg(first_arg),
30 // where |first_arg| is the first element in |args|. If
31 // getter.GetValueFromArg(first_arg) isn't defined, the compiler uses the third
49 // has the same type as |first_arg|.
59 const FirstArgType& first_arg,
64 return getter.GetValueFromArg(first_arg);
  /external/u-boot/scripts/
kernel-doc     [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.h 134 interpreter::Register first_arg,
144 Node* target, Node* new_target, interpreter::Register first_arg,
bytecode-graph-builder.cc 1701 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); local
1742 interpreter::Register first_arg; local
1867 interpreter::Register first_arg = interpreter::Register(receiver.index() + 1); local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2801 const size_t first_arg = 0; local
2893 const size_t first_arg = 0; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher.h     [all...]
  /external/v8/src/wasm/
wasm-js.cc 774 i::Handle<i::Object> first_arg = Utils::OpenHandle(*first_arg_value); local
775 if (!first_arg->IsJSObject()) {
792 if (first_arg->IsWasmModuleObject()) {
794 i::Handle<i::WasmModuleObject>::cast(first_arg);
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 3661 Register first_arg = args[reciever_arg_count]; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 13215 const ArgT first_arg = p_arg[component * component_step_0]; local
13365 const Arg1T first_arg = p_arg_1[component * component_step_0]; local
13498 const glw::GLdouble first_arg = p_arg[component * component_step_0]; local
    [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 2950 milliseconds