HomeSort by relevance Sort by last modified time
    Searched refs:first_arg (Results 1 - 8 of 8) 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/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py 100 first_arg = function_args.split(',')[0]
101 if first_arg and first_arg.strip().isdigit():
102 possible_fd_arg = first_arg.strip()
106 fd_map[ret] = first_arg
115 args['fd%s' % first_arg] = fd_map[possible_fd_arg]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 568 base::Value* first_arg = NULL; local
569 if (!args_->Get(0, &first_arg))
572 switch (first_arg->GetType()) {
574 CHECK(first_arg->GetAsInteger(&tab_id_));
579 details_ = static_cast<base::DictionaryValue*>(first_arg);
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1957 const char *first_arg = parsed_line.GetArgumentAtIndex(0); local
    [all...]
  /external/lldb/source/Target/
Process.cpp 396 const char *first_arg = m_arguments.GetArgumentAtIndex (0); local
397 if (first_arg)
403 m_executable.SetFile(first_arg, resolve);
416 const char *first_arg = m_arguments.GetArgumentAtIndex (0); local
417 if (first_arg)
423 m_executable.SetFile(first_arg, resolve);
    [all...]
  /external/chromium_org/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 980 milliseconds