Home
last modified time | relevance | path

Searched defs:ArgList (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DArgList.h185 ArgList() in ArgList() function
191 ArgList(ExecState* exec) in ArgList() function
197 ArgList(JSValue* args, unsigned argCount) in ArgList() function
207 ArgList(Register* args, int argCount) in ArgList() function
214 ArgList(const MarkedArgumentBuffer& args) in ArgList() function
DJSGlobalObjectFunctions.h32 class ArgList; variable
DCallData.h36 class ArgList; variable
DConstructData.h36 class ArgList; variable
/external/clang/include/clang/Driver/
DHostInfo.h18 class ArgList; variable
DTool.h19 class ArgList; variable
DArg.h20 class ArgList; variable
DToolChain.h22 class ArgList; variable
DOptTable.h37 class ArgList; variable
DDriver.h33 class ArgList; variable
DArgList.h31 class ArgList; variable
DOption.h20 class ArgList; variable
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptDebugger.h42 class ArgList; variable
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp32 clang::createInvocationFromCommandLine(llvm::ArrayRef<const char *> ArgList, in createInvocationFromCommandLine()
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.h40 class ArgList; variable
103 virtual JSValue invokeConstruct(ExecState*, const ArgList&) { return JSValue(); } in invokeConstruct()
/external/webkit/Source/WebCore/bridge/jni/
Djni_jsobject.h43 class ArgList; variable
/external/clang/include/clang/Sema/
DTemplate.h43 typedef std::pair<const TemplateArgument *, unsigned> ArgList; typedef
/external/llvm/lib/AsmParser/
DLLParser.cpp1318 bool LLParser::ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList, in ParseParameterList()
1359 bool LLParser::ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in ParseArgumentList()
1431 SmallVector<ArgInfo, 8> ArgList; in ParseFunctionType() local
2626 SmallVector<ArgInfo, 8> ArgList; in ParseFunctionHeader() local
3147 SmallVector<ParamInfo, 16> ArgList; in ParseInvoke() local
3486 SmallVector<ParamInfo, 16> ArgList; in ParseCall() local
/external/clang/lib/Lex/
DPreprocessor.cpp139 for (MacroArgs *ArgList = MacroArgCache; ArgList; ) in ~Preprocessor() local
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h48 class ArgList; variable
/external/clang/lib/Driver/
DDriver.cpp99 InputArgList *Driver::ParseArgStrings(llvm::ArrayRef<const char *> ArgList) { in ParseArgStrings()
204 Compilation *Driver::BuildCompilation(llvm::ArrayRef<const char *> ArgList) { in BuildCompilation()
DArgList.cpp39 ArgList::ArgList() { in ArgList() function in ArgList
/external/clang/lib/Serialization/
DASTReaderStmt.cpp77 ReadExplicitTemplateArgumentList(ExplicitTemplateArgumentList &ArgList, in ReadExplicitTemplateArgumentList()
DASTReaderDecl.cpp1162 TemplateArgumentList *ArgList in VisitClassTemplateSpecializationDecl() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1394 llvm::SmallVector<llvm::Value*, 4> ArgList; in ReplaceUsesOfNonProtoTypeWithRealFunction() local

12