Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h66 auto async(Function &&F, Args &&...ArgList) { in async()
74 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
235 inline auto async(Function &&F, Args &&...ArgList) { in async()
H A DThreading.h87 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptionUtils.h24 class ArgList; variable
H A DTool.h16 class ArgList; variable
H A DToolChain.h39 class ArgList; variable
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.h63 codeview::ArgListRecord ArgList; variable
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp30 clang::createInvocation(ArrayRef<const char *> ArgList, in createInvocation()
/openbsd/gnu/llvm/llvm/include/llvm/Option/
H A DArg.h28 class ArgList; variable
H A DOption.h27 class ArgList; variable
H A DOptTable.h29 class ArgList; variable
H A DArgList.h155 ArgList(ArgList &&RHS) in ArgList() function
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp604 const Function &F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
741 unsigned F, const DIArgList *ArgList) { in EnumerateFunctionLocalListMetadata()
1075 } else if (auto *ArgList = dyn_cast<DIArgList>(MD->getMetadata())) { in incorporateFunction() local
1103 for (const DIArgList *ArgList : ArgListMDVector) in incorporateFunction() local
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h34 class ArgList; variable
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticOptions.h20 class ArgList; variable
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp143 llvm::opt::InputArgList ArgList; in TransferableCommand() local
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp2703 bool LLParser::parseParameterList(SmallVectorImpl<ParamInfo> &ArgList, in parseParameterList()
2836 bool LLParser::parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in parseArgumentList()
2927 SmallVector<ArgInfo, 8> ArgList; in parseFunctionType() local
5927 SmallVector<ArgInfo, 8> ArgList; in parseFunctionHeader() local
6650 const SmallVector<ParamInfo, 16> &ArgList, in resolveFunctionType()
6680 SmallVector<ParamInfo, 16> ArgList; in parseInvoke() local
6977 SmallVector<ParamInfo, 16> ArgList; in parseCallBr() local
7383 SmallVector<ParamInfo, 16> ArgList; in parseCall() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp176 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h79 using ArgList = ArrayRef<TemplateArgument>; variable
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2374 TemplateArgumentList *ArgList in VisitClassTemplateSpecializationDeclImpl() local
2487 TemplateArgumentList *ArgList = TemplateArgumentList::CreateCopy( in VisitVarTemplateSpecializationDeclImpl() local
/openbsd/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp1186 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { in BuildCompilation()
1630 llvm::opt::ArgStringList ArgList = NewLLDInvocation.getArguments(); in generateCompilationDiagnostics() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2442 const TemplateArgumentList &ArgList, in DeduceTemplateArguments()
H A DSemaLookup.cpp773 SmallVector<QualType, 5> ArgList; in GetOpenCLBuiltinFctOverloads() local
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2500 if (const DIArgList *ArgList = dyn_cast<DIArgList>(MD)) { in WriteAsOperandInternal() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp8102 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local

12