HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 126 - 150 of 811) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 1 //===- ArgList.h - Argument List Management ---------------------*- C++ -*-===//
39 /// arg_iterator - Iterates through arguments stored inside an ArgList.
114 /// ArgList - Ordered collection of driver arguments.
116 /// The ArgList class manages a list of Arg instances as well as
120 class ArgList {
152 ArgList() = default;
159 ArgList(ArgList &&RHS)
165 ArgList &operator=(ArgList &&RHS)
    [all...]
  /system/tools/aidl/
ast_cpp.cpp 104 ArgList::ArgList(const std::string& single_argument)
105 : ArgList(vector<string>{single_argument}) {}
107 ArgList::ArgList(const std::vector<std::string>& arg_list) {
113 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list)
116 ArgList::ArgList(ArgList&& arg_list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 140 IN va_list argList)
148 Return = _vsnprintf(Destination, MaxLength, Format, argList);
231 va_list argList;
239 va_start(argList, Format);
244 argList);
245 va_end(argList);
264 va_list argList;
299 va_start(argList, Format);
304 argList);
305 va_end(argList);
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 338 callcallback(ControlObject *self, OSType which, PyObject *arglist)
349 rv = PyEval_CallObject(func, arglist);
361 PyObject *arglist, *rv;
364 arglist = Py_BuildValue("Oh", ctl_obj, part);
365 rv = callcallback(ctl_obj, kMyControlActionProcTag, arglist);
366 Py_XDECREF(arglist);
374 PyObject *arglist, *rv;
378 arglist = Py_BuildValue("Ohhh", ctl_obj, keyCode, charCode, modifiers);
379 rv = callcallback(ctl_obj, kControlUserPaneKeyDownProcTag, arglist);
380 Py_XDECREF(arglist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
ToolChain.h 27 class ArgList;
96 const llvm::opt::ArgList &Args;
136 const llvm::opt::ArgList &Args);
144 static void addSystemInclude(const llvm::opt::ArgList &DriverArgs,
147 static void addExternCSystemInclude(const llvm::opt::ArgList &DriverArgs,
151 addExternCSystemIncludeIfExists(const llvm::opt::ArgList &DriverArgs,
154 static void addSystemIncludes(const llvm::opt::ArgList &DriverArgs,
335 virtual std::string getCompilerRT(const llvm::opt::ArgList &Args,
339 const char *getCompilerRTArgString(const llvm::opt::ArgList &Args,
348 static bool needsProfileRT(const llvm::opt::ArgList &Args)
    [all...]
  /external/clang/include/clang/Driver/
SanitizerArgs.h 15 #include "llvm/Option/ArgList.h"
44 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
69 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
  /external/ltp/testcases/misc/math/float/bessel/
genbessel.c 59 char *arglist[] = { func_name, NULL }; local
60 execvp(arglist[0], arglist);

Completed in 992 milliseconds

1 2 3 4 56 7 8 91011>>