Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h78 auto async(Function &&F, Args &&...ArgList) { in async()
86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
275 inline auto async(Function &&F, Args &&...ArgList) { in async()
H A DThreading.h87 call_once(once_flag & flag,Function && F,Args &&...ArgList) call_once() argument
/llvm-project/clang/include/clang/Driver/
H A DOptionUtils.h24 class ArgList; variable
H A DTool.h16 class ArgList; variable
/llvm-project/libc/src/__support/
H A Darg_list.h25 LIBC_INLINE ArgList(va_list vlist) { va_copy(this->vlist, vlist); } ArgList() function
26 LIBC_INLINE ArgList(ArgList &other) { va_copy(this->vlist, other.vlist); } ArgList() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h63 codeview::ArgListRecord ArgList; variable
/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp30 createInvocation(ArrayRef<const char * > ArgList,CreateInvocationOptions Opts) createInvocation() argument
/llvm-project/llvm/include/llvm/Option/
H A DArg.h28 class ArgList; variable
H A DOption.h26 class ArgList; variable
H A DArgList.h155 ArgList(ArgList &&RHS) in ArgList() function
H A DOptTable.h29 class ArgList; global() variable
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp37 TypeIndex ArgList) { in createProcedureRecord()
H A DTypeIndexDiscoveryTest.cpp198 } ArgList; variable
349 TEST_F(TypeIndexIteratorTest, ArgList) { in TEST_F() argument
/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h28 class ArgList; variable
H A DDiagnosticOptions.h20 class ArgList; variable
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp608 const Function &F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
746 unsigned F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
1077 } else if (auto *ArgList = dyn_cast<DIArgList>(MD->getMetadata())) { in incorporateFunction() local
1105 for (const DIArgList *ArgList : ArgListMDVector) in incorporateFunction() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp51 DerefFuncDeleteExprVisitor(const TemplateArgumentList &ArgList, in DerefFuncDeleteExprVisitor() argument
119 const TemplateArgumentList *ArgList{nullptr}; global() member in __anon600375360111::DerefFuncDeleteExprVisitor
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp641 const Function &F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
778 unsigned F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
1110 } else if (auto *ArgList = dyn_cast<DIArgList>(MD)) { in incorporateFunction() local
1155 for (const DIArgList *ArgList : ArgListMDVector) in incorporateFunction() local
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h35 class ArgList; variable
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h131 using ArgList = std::vector<std::string>; global() member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestIndex.cpp90 Symbol macro(llvm::StringRef Name, llvm::StringRef ArgList) { in macro()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUImageIntrinsicOptimizer.cpp115 Value *ArgList = IIList.front()->getArgOperand(I); in addInstToMergeableList() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp129 SmallVector<llvm::Type*, 8> ArgList, IntArgList; HandleAggregates() local
[all...]
/llvm-project/clang/unittests/AST/
H A DTypePrinterTest.cpp202 auto const &ArgList = CTSD->getTemplateArgs(); in TEST() local
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp107 const Array *ArgList = KV.getSecond().getAsArray(); getArgListFromJSON() local
727 llvm::opt::InputArgList ArgList = Options() local

12