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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c 129 ARG_LIST *ArgList;
148 ArgList = ArgNode;
169 return ArgList;
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecords.def 44 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
82 TYPE_RECORD_ALIAS(LF_SUBSTR_LIST, 0x1604, StringList, ArgList)
  /external/llvm/lib/Option/
Option.cpp 13 #include "llvm/Option/ArgList.h"
104 Arg *Option::accept(const ArgList &Args,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileVerifier.cpp 185 unsigned num = pathProfileInfo.argList.size();
190 fwrite(pathProfileInfo.argList.c_str(),1,num,edgeFile);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 28 class ArgList;
145 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
OptTable.h 28 class ArgList;
145 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptTable.h 28 class ArgList;
145 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptTable.h 28 class ArgList;
145 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
OptTable.h 28 class ArgList;
171 Arg *ParseOneArg(const ArgList &Args, unsigned &Index,
  /external/clang/include/clang/Driver/
Driver.h 32 class ArgList;
299 /// ArgList.
391 Action *ConstructPhaseAction(Compilation &C, const llvm::opt::ArgList &Args,
447 void setLTOMode(const llvm::opt::ArgList &Args);
453 const ToolChain &getToolChain(const llvm::opt::ArgList &Args,
496 bool isOptimizationLevelFast(const llvm::opt::ArgList &Args);
  /external/clang/test/CodeGen/
x86_64-arguments.c 424 void test51(struct test51_s *s, __builtin_va_list argList) {
425 *s = __builtin_va_arg(argList, struct test51_s);
449 void test53(__m256 *m, __builtin_va_list argList) {
450 *m = __builtin_va_arg(argList, __m256);
526 void f63(__m512 *m, __builtin_va_list argList) {
527 *m = __builtin_va_arg(argList, __m512);
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 5660 PyObject *arglist, *rv; local
5673 PyObject *arglist, *rv; local
5691 PyObject *arglist, *rv; local
5709 PyObject *arglist, *rv; local
5722 PyObject *arglist, *rv; local
5735 PyObject *arglist, *rv; local
5754 PyObject *arglist, *rv; local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 194 ARG_LIST *ArgList;
217 ArgList = ArgNode;
232 FreePool (ArgList->Arg);
233 IfConfig6FreeArgList (ArgList);
245 return ArgList;
    [all...]
  /external/bzip2/
bzip2.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 91 ARGLIST;
982 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
983 where ARGLIST is always there even if no args exist.
1032 -> ^(ARGLIST["ARGLIST"] rewrite_template_arg+)
1034 -> ARGLIST["ARGLIST"]
  /toolchain/binutils/binutils-2.27/bfd/
targets.c 105 routines by hand inside the BFD implementation. The @var{arglist}
112 .#define BFD_SEND(bfd, message, arglist) \
113 . ((*((bfd)->xvec->message)) arglist)
117 .#define BFD_SEND(bfd, message, arglist) \
119 . ((*((bfd)->xvec->message)) arglist) : \
125 .#define BFD_SEND_FMT(bfd, message, arglist) \
126 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
130 .#define BFD_SEND_FMT(bfd, message, arglist) \
132 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
    [all...]
  /external/one-true-awk/
awkgram.y 35 int infunc = 0; /* = 1 if in arglist or body of func */
38 Node *arglist = 0; /* list of args for current function */
427 /* nothing */ { arglist = $$ = 0; }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }

Completed in 1724 milliseconds

<<21222324252627282930>>