| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/ |
| Tool.h | 18 class ArgList; 130 const llvm::opt::ArgList &TCArgs, 144 const llvm::opt::ArgList &TCArgs,
|
| /external/python/cpython3/Modules/ |
| _functoolsmodule.c | 226 PyObject *arglist; local 238 arglist = PyUnicode_FromString(""); 239 if (arglist == NULL) 245 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %R", arglist, 247 if (arglist == NULL) 253 Py_SETREF(arglist, PyUnicode_FromFormat("%U, %U=%R", arglist, 255 if (arglist == NULL) 259 pto->fn, arglist); [all...] |
| /external/python/cpython2/Modules/_ctypes/ |
| callbacks.c | 217 PyObject *arglist = NULL; local 234 arglist = PyTuple_New(nArgs); 235 if (!arglist) { 257 PyTuple_SET_ITEM(arglist, i, v); 278 PyTuple_SET_ITEM(arglist, i, (PyObject *)obj); 315 result = PyObject_CallObject(callable, arglist); 363 Py_XDECREF(arglist);
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
| Ifconfig.c | 169 ARG_LIST *ArgList;
192 ArgList = ArgNode;
207 FreePool (ArgList->Arg);
208 FreeArgList (ArgList);
220 return ArgList;
[all...] |
| /external/curl/lib/ |
| mprintf.c | 109 /* Data type to read from the arglist */ 228 va_list arglist) 490 (mp_intmax_t)va_arg(arglist, int); 494 (mp_intmax_t)va_arg(arglist, int); 499 vto[i].data.str = va_arg(arglist, char *); 505 vto[i].data.ptr = va_arg(arglist, void *); 512 (mp_uintmax_t)va_arg(arglist, mp_uintmax_t); 515 (mp_intmax_t)va_arg(arglist, mp_intmax_t); 521 (mp_uintmax_t)va_arg(arglist, unsigned long); 524 (mp_intmax_t)va_arg(arglist, long) [all...] |
| /external/clang/lib/Driver/ |
| ToolChains.cpp | 26 #include "llvm/Option/ArgList.h" 45 MachO::MachO(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) 54 Darwin::Darwin(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) 142 static bool isSoftFloatABI(const ArgList &Args) { 153 StringRef MachO::getMachOArchName(const ArgList &Args) const { 179 std::string MachO::ComputeEffectiveClangTriple(const ArgList &Args, 186 std::string Darwin::ComputeEffectiveClangTriple(const ArgList &Args, 238 const ArgList &Args) 258 static bool isObjCAutoRefCount(const ArgList &Args) { 262 void DarwinClang::AddLinkARCArgs(const ArgList &Args [all...] |
| /external/python/cpython3/Lib/lib2to3/ |
| fixer_util.py | 52 def ArgList(args, lparen=LParen(), rparen=RParen()): 56 node.insert_child(1, Node(syms.arglist, args)) 61 node = Node(syms.power, [func_name, ArgList(args)]) 137 if obj.type == syms.arglist: 140 newarglist = Node(syms.arglist, [obj.clone()]) 224 trailer< '(' arglist<node=any any*> ')' >
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| ansidecl.h | 197 #define PROTO(type, name, arglist) type name arglist 199 #define DEFUN(name, arglist, args) name(args) 236 #define PROTO(type, name, arglist) type name () 238 #define DEFUN(name, arglist, args) name arglist args;
|
| /external/google-styleguide/ |
| google-c-style.el | 108 (c-offsets-alist . ((arglist-intro google-c-lineup-expression-plus-4) 113 (arglist-close . c-lineup-arglist)
|
| /external/python/cpython2/Mac/Modules/qt/ |
| qtscan.py | 44 def destination(self, type, name, arglist): 47 if arglist: 48 t, n, m = arglist[0]
|
| /frameworks/compile/libbcc/lib/ |
| RSInvokeHelperPass.cpp | 169 const llvm::Function::ArgumentListType &argList(F.getArgumentList()); 174 for (auto arg = argList.begin(); arg != argList.end(); arg++) {
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { 102 std::forward<Args>(ArgList)...); 108 std::forward<Function>(F)(std::forward<Args>(ArgList)...);
|