HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 1 - 25 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Option/
CMakeLists.txt 3 ArgList.cpp
  /external/bison/lib/
argmatch.h 34 # define ARGMATCH_VERIFY(Arglist, Vallist) \
35 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
37 /* Return the index of the element of ARGLIST (NULL terminated) that
42 ptrdiff_t argmatch (char const *arg, char const *const *arglist,
45 # define ARGMATCH(Arg, Arglist, Vallist) \
46 argmatch (Arg, Arglist, (char const *) (Vallist), sizeof *(Vallist))
68 void argmatch_valid (char const *const *arglist,
71 # define ARGMATCH_VALID(Arglist, Vallist) \
72 argmatch_valid (Arglist, (char const *) (Vallist), sizeof *(Vallist))
80 char const *arg, char const *const *arglist,
    [all...]
argmatch.c 73 NULL-terminated array ARGLIST, return the index in ARGLIST
84 argmatch (const char *arg, const char *const *arglist,
87 size_t i; /* Temporary index in ARGLIST. */
95 for (i = 0; arglist[i]; i++)
97 if (!strncmp (arglist[i], arg, arglen))
99 if (strlen (arglist[i]) == arglen)
142 ARGLIST is the same as in argmatch.
146 argmatch_valid (const char *const *arglist,
155 for (i = 0; arglist[i]; i++
    [all...]
  /external/eigen/lapack/
lapack_common.h 15 #define EIGEN_LAPACK_FUNC(FUNC,ARGLIST) \
16 extern "C" { int EIGEN_BLAS_FUNC(FUNC) ARGLIST; } \
17 int EIGEN_BLAS_FUNC(FUNC) ARGLIST
  /external/clang/test/SemaObjC/
format-ostrace-warning.m 7 va_list argList;
31 void Test1(va_list argList) {
33 CStringCreateWithFormatAndArguments (alloc, 0, "%s\n", argList);
34 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "Hello %s there %d\n", argList);
35 CStringCreateWithFormatAndArguments (alloc, 0, "%c\n", argList);
36 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "%d\n", argList);
  /external/libdaemon/libdaemon/
dlog.c 51 void daemon_logv(int prio, const char* template, va_list arglist) {
58 vsyslog(prio | LOG_DAEMON, template, arglist);
65 vfprintf(stderr, template, arglist);
70 vfprintf(stdout, template, arglist);
79 va_list arglist; local
81 va_start(arglist, template);
82 daemon_logv(prio, template, arglist);
83 va_end(arglist);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_intern.py 21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
fix_map.py 34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
fix_metaclass.py 6 an arglist.
168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite])
170 if node.children[3].type == syms.arglist:
171 arglist = node.children[3]
175 arglist = Node(syms.arglist, [parent])
176 node.set_child(3, arglist)
180 arglist = Node(syms.arglist, [])
181 node.insert_child(3, arglist)
    [all...]
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_intern.py 21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
fix_map.py 34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
fix_metaclass.py 6 an arglist.
168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite])
170 if node.children[3].type == syms.arglist:
171 arglist = node.children[3]
175 arglist = Node(syms.arglist, [parent])
176 node.set_child(3, arglist)
180 arglist = Node(syms.arglist, [])
181 node.insert_child(3, arglist)
    [all...]
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_intern.py 21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
fix_map.py 34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
fix_metaclass.py 6 an arglist.
168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite])
170 if node.children[3].type == syms.arglist:
171 arglist = node.children[3]
175 arglist = Node(syms.arglist, [parent])
176 node.set_child(3, arglist)
180 arglist = Node(syms.arglist, [])
181 node.insert_child(3, arglist)
    [all...]
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_intern.py 21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
31 if obj.type == syms.arglist:
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
fix_map.py 34 trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
41 arglist<
53 'map' trailer< '(' [arglist=any] ')' >
76 if "arglist" in results:
77 args = results["arglist"]
78 if args.type == syms.arglist and \
fix_metaclass.py 6 an arglist.
168 # Node(classdef, ['class', 'name', '(', arglist, ')', ':', suite])
170 if node.children[3].type == syms.arglist:
171 arglist = node.children[3]
175 arglist = Node(syms.arglist, [parent])
176 node.set_child(3, arglist)
180 arglist = Node(syms.arglist, [])
181 node.insert_child(3, arglist)
    [all...]
fix_callable.py 23 ( not(arglist | argument<any '=' any>) func=any
24 | func=arglist<(not argument<any '=' any>) any ','> )
  /packages/inputmethods/LatinIME/native/jni/src/utils/
log_utils.cpp 48 va_list argList;
49 va_start(argList, format);
51 const int size = vsnprintf(fixedSizeCString, DEFAULT_LINE_SIZE, format, argList) + 1;
52 va_end(argList);
60 va_start(argList, format);
62 vsnprintf(variableSizeCString, size, format, argList);
63 va_end(argList);
  /external/clang/lib/Driver/
Tools.h 42 const llvm::opt::ArgList &Args,
48 static const char *getBaseInputName(const llvm::opt::ArgList &Args,
50 static const char *getBaseInputStem(const llvm::opt::ArgList &Args,
52 static const char *getDependencyFileName(const llvm::opt::ArgList &Args,
57 const Driver &D, const llvm::opt::ArgList &Args,
63 void AddAArch64TargetArgs(const llvm::opt::ArgList &Args,
66 const llvm::opt::ArgList &Args,
69 void AddARM64TargetArgs(const llvm::opt::ArgList &Args,
71 void AddMIPSTargetArgs(const llvm::opt::ArgList &Args,
73 void AddPPCTargetArgs(const llvm::opt::ArgList &Args
    [all...]
ToolChains.h 104 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args,
145 const llvm::opt::ArgList &Args,
151 const llvm::opt::ArgList &Args,
173 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args);
198 const llvm::opt::ArgList &Args);
227 const llvm::opt::ArgList &DriverArgs,
250 const llvm::opt::ArgList &Args);
258 StringRef getMachOArchName(const llvm::opt::ArgList &Args) const;
261 virtual void AddLinkARCArgs(const llvm::opt::ArgList &Args,
265 virtual void AddLinkRuntimeLibArgs(const llvm::opt::ArgList &Args
    [all...]

Completed in 1590 milliseconds

1 2 3 4 5 6 7 8 91011>>