/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 78 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 D | Threading.h | 87 call_once(once_flag & flag,Function && F,Args &&...ArgList) call_once() argument
|
/llvm-project/clang/include/clang/Driver/ |
H A D | OptionUtils.h | 24 class ArgList; variable
|
H A D | Tool.h | 16 class ArgList; variable
|
/llvm-project/libc/src/__support/ |
H A D | arg_list.h | 25 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 D | NativeTypeFunctionSig.h | 63 codeview::ArgListRecord ArgList; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CreateInvocationFromCommandLine.cpp | 30 createInvocation(ArrayRef<const char * > ArgList,CreateInvocationOptions Opts) createInvocation() argument
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | Arg.h | 28 class ArgList; variable
|
H A D | Option.h | 26 class ArgList; variable
|
H A D | ArgList.h | 155 ArgList(ArgList &&RHS) in ArgList() function
|
H A D | OptTable.h | 29 class ArgList; global() variable
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeHashingTest.cpp | 37 TypeIndex ArgList) { in createProcedureRecord()
|
H A D | TypeIndexDiscoveryTest.cpp | 198 } ArgList; variable 349 TEST_F(TypeIndexIteratorTest, ArgList) { in TEST_F() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.h | 28 class ArgList; variable
|
H A D | DiagnosticOptions.h | 20 class ArgList; variable
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 608 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 D | RefCntblBaseVirtualDtorChecker.cpp | 51 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 D | ValueEnumerator.cpp | 641 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 D | CompilerInvocation.h | 35 class ArgList; variable
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyOptions.h | 131 using ArgList = std::vector<std::string>; global() member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TestIndex.cpp | 90 Symbol macro(llvm::StringRef Name, llvm::StringRef ArgList) { in macro()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUImageIntrinsicOptimizer.cpp | 115 Value *ArgList = IIList.front()->getArgOperand(I); in addInstToMergeableList() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 129 SmallVector<llvm::Type*, 8> ArgList, IntArgList; HandleAggregates() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | TypePrinterTest.cpp | 202 auto const &ArgList = CTSD->getTemplateArgs(); in TEST() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | Options.cpp | 107 const Array *ArgList = KV.getSecond().getAsArray(); getArgListFromJSON() local 727 llvm::opt::InputArgList ArgList = Options() local
|