/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, in createInvocationFromCommandLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ThreadPool.h | 55 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async()
|
D | Threading.h | 99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
|
/external/llvm/include/llvm/Support/ |
D | ThreadPool.h | 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { in async()
|
D | Threading.h | 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Threading.h | 91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 27 class ArgList; variable 116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear(); } in ArgList() function
|
D | Arg.h | 25 class ArgList; variable
|
D | Option.h | 21 class ArgList; variable
|
D | OptTable.h | 21 class ArgList; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | Arg.h | 29 class ArgList; variable
|
D | Option.h | 28 class ArgList; variable
|
D | OptTable.h | 28 class ArgList; variable
|
D | ArgList.h | 156 ArgList(ArgList &&RHS) in ArgList() function
|
/external/clang/include/clang/Driver/ |
D | Tool.h | 18 class ArgList; variable
|
D | ToolChain.h | 28 class ArgList; variable
|
D | Driver.h | 32 class ArgList; variable
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 34 class ArgList; variable
|
D | Utils.h | 30 class ArgList; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 37 TypeIndex ArgList) { in createProcedureRecord()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 183 ArgListType ArgList; variable
|
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 54 def ArgList(args, lparen=LParen(), rparen=RParen()): function
|
/external/python/cpython3/Lib/lib2to3/ |
D | fixer_util.py | 52 def ArgList(args, lparen=LParen(), rparen=RParen()): function
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 1347 bool LLParser::ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList, in ParseParameterList() 1388 bool LLParser::ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in ParseArgumentList() 1460 SmallVector<ArgInfo, 8> ArgList; in ParseFunctionType() local 2650 SmallVector<ArgInfo, 8> ArgList; in ParseFunctionHeader() local 3177 SmallVector<ParamInfo, 16> ArgList; in ParseInvoke() local 3576 SmallVector<ParamInfo, 16> ArgList; in ParseCall() local
|
/external/vixl/tools/ |
D | test.py | 87 def ArgList(self, to_test): member in TestOption
|