HomeSort by relevance Sort by last modified time
    Searched full:arglist (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 253 : ^(ARGLIST rewrite_template_arg+)
254 | ARGLIST
ANTLRv3.g 55 ARGLIST;
414 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
415 where ARGLIST is always there even if no args exist.
454 -> ^(ARGLIST rewrite_template_arg+)
455 | -> ARGLIST
  /external/clang/include/clang/Driver/
OptTable.h 20 class ArgList;
123 Arg *ParseOneArg(const ArgList &Args, unsigned &Index) const;
Option.h 21 class ArgList;
196 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 38 class ArgList;
48 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, driver::ArgList &Args,
  /external/clang/lib/Driver/
Option.cpp 12 #include "clang/Driver/ArgList.h"
93 Arg *Option::accept(const ArgList &Args,
Driver.cpp 16 #include "clang/Driver/ArgList.h"
73 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgList) {
76 InputArgList *Args = getOpts().ParseArgs(ArgList.begin(), ArgList.end(),
85 for (ArgList::const_iterator it = Args->begin(), ie = Args->end();
147 for (ArgList::const_iterator it = Args.begin(),
224 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
245 InputArgList *Args = ParseArgStrings(ArgList.slice(1));
414 for (ArgList::const_iterator it = C.getArgs().begin(), ie = C.getArgs().end();
561 void Driver::PrintOptions(const ArgList &Args) const
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 20 class ArgList;
126 Arg *ParseOneArg(const ArgList &Args, unsigned &Index) const;
Option.h 21 class ArgList;
185 Arg *accept(const ArgList &Args, unsigned &Index, unsigned ArgSize) const;
  /external/llvm/lib/Option/
Option.cpp 13 #include "llvm/Option/ArgList.h"
95 Arg *Option::accept(const ArgList &Args,
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionPrototype.cpp 143 ArgList args(exec);
144 ArgList callArgs;
RegExpConstructor.cpp 296 JSObject* constructRegExp(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args)
328 ArgList args(exec);
341 ArgList args(exec);
RegExpConstructor.h 99 JSObject* constructRegExp(ExecState*, JSGlobalObject*, const ArgList&);
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 56 ARGLIST;
410 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
411 where ARGLIST is always there even if no args exist.
450 -> ^(ARGLIST rewrite_template_arg+)
451 | -> ARGLIST
  /external/clang/include/clang/Sema/
Template.h 44 typedef std::pair<const TemplateArgument *, unsigned> ArgList;
49 SmallVector<ArgList, 4> TemplateArgumentLists;
98 TemplateArgumentLists.push_back(ArgList(TemplateArgs->data(),
106 TemplateArgumentLists.push_back(ArgList(Args, NumArgs));
110 const ArgList &getInnermost() const {
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 15 #include "clang/Driver/ArgList.h"
61 static unsigned getOptimizationLevel(ArgList &Args, InputKind IK,
83 static unsigned getOptimizationLevelSize(ArgList &Args, InputKind IK,
100 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
123 static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
276 static bool ParseMigratorArgs(MigratorOptions &Opts, ArgList &Args) {
282 static void ParseCommentArgs(CommentOptions &Opts, ArgList &Args) {
286 static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
472 ArgList &Args) {
484 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args
    [all...]
  /external/libxml2/
trio.c 1162 TRIO_ARGS5((type, format, parameters, arglist, argarray),
1166 va_list *arglist,
1201 /* One and only one of arglist and argarray must be used */
1202 assert((arglist != NULL) ^ (argarray != NULL));
4924 va_list arglist; local
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/jpeg/
jmorecfg.h 217 * Note that the arglist parameter must be parenthesized!
222 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
224 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 98 std::string argList;
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 12 #include "llvm/Option/ArgList.h"
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 219 * Note that the arglist parameter must be parenthesized!
224 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist
226 #define JMETHOD(type,methodname,arglist) type (*methodname) ()
  /external/srec/srec/include/
duk_args.h 104 int get_arginfo_flags(arg_info *arglist, int argc, char buffer[], int buflen);
  /external/webkit/Source/WebCore/bindings/js/
ScriptCallStackFactory.cpp 41 #include <runtime/ArgList.h>
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 43 class ArgList;

Completed in 1343 milliseconds

1 2 3 45 6 7 8 91011>>