Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/include/clang/Driver/
DOptionUtils.h24 class ArgList; variable
DTool.h16 class ArgList; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h66 codeview::ArgListRecord ArgList; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.h66 codeview::ArgListRecord ArgList; variable
/external/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp34 clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList, in createInvocationFromCommandLine()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async()
DThreading.h118 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/external/llvm/include/llvm/Support/
DThreading.h91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
DThreadPool.h78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { in async()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h91 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/external/llvm-project/clang/lib/Frontend/
DCreateInvocationFromCommandLine.cpp28 ArrayRef<const char *> ArgList, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, in createInvocationFromCommandLine()
/external/llvm-project/llvm/include/llvm/Support/
DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { in async()
DThreading.h119 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/external/llvm/include/llvm/Option/
DArgList.h27 class ArgList; variable
116 ArgList(ArgList &&RHS) : Args(std::move(RHS.Args)) { RHS.Args.clear(); } in ArgList() function
DArg.h25 class ArgList; variable
DOption.h21 class ArgList; variable
DOptTable.h21 class ArgList; variable
/external/clang/include/clang/Driver/
DTool.h18 class ArgList; variable
/external/llvm-project/llvm/include/llvm/Option/
DArg.h28 class ArgList; variable
DOption.h27 class ArgList; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArg.h28 class ArgList; variable
DOption.h27 class ArgList; variable
/external/clang/include/clang/Frontend/
DCompilerInvocation.h34 class ArgList; variable
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp37 TypeIndex ArgList) { in createProcedureRecord()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h34 class ArgList; variable

123