/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 66 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 D | Threading.h | 87 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { in call_once()
|
/openbsd/gnu/llvm/clang/include/clang/Driver/ |
H A D | OptionUtils.h | 24 class ArgList; variable
|
H A D | Tool.h | 16 class ArgList; variable
|
H A D | ToolChain.h | 39 class ArgList; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.h | 63 codeview::ArgListRecord ArgList; variable
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | CreateInvocationFromCommandLine.cpp | 30 clang::createInvocation(ArrayRef<const char *> ArgList, in createInvocation()
|
/openbsd/gnu/llvm/llvm/include/llvm/Option/ |
H A D | Arg.h | 28 class ArgList; variable
|
H A D | Option.h | 27 class ArgList; variable
|
H A D | OptTable.h | 29 class ArgList; variable
|
H A D | ArgList.h | 155 ArgList(ArgList &&RHS) in ArgList() function
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 604 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 D | CompilerInvocation.h | 34 class ArgList; variable
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 20 class ArgList; variable
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 143 llvm::opt::InputArgList ArgList; in TransferableCommand() local
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2703 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 D | Preprocessor.cpp | 176 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor() local
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Template.h | 79 using ArgList = ArrayRef<TemplateArgument>; variable
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2374 TemplateArgumentList *ArgList in VisitClassTemplateSpecializationDeclImpl() local 2487 TemplateArgumentList *ArgList = TemplateArgumentList::CreateCopy( in VisitVarTemplateSpecializationDeclImpl() local
|
/openbsd/gnu/llvm/clang/lib/Driver/ |
H A D | Driver.cpp | 1186 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 D | SemaTemplateDeduction.cpp | 2442 const TemplateArgumentList &ArgList, in DeduceTemplateArguments()
|
H A D | SemaLookup.cpp | 773 SmallVector<QualType, 5> ArgList; in GetOpenCLBuiltinFctOverloads() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2500 if (const DIArgList *ArgList = dyn_cast<DIArgList>(MD)) { in WriteAsOperandInternal() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 8102 SmallVector<llvm::Type*, 8> ArgList, IntArgList; in HandleAggregates() local
|