Searched defs:Fns (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DIgnoreExpr.h25 Expr *IgnoreExprNodesImpl(Expr *E, FnTy &&Fn, FnTys &&... Fns) { argument
33 template <typename... FnTys> Expr *IgnoreExprNodes(Expr *E, FnTys &&... Fns) { argument
43 const Expr *IgnoreExprNodes(const Expr *E, FnTys &&...Fns) { argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp400 static void gatherFunctions(SmallVectorImpl<Function *> &Fns, llvm::Module &M, argument
H A DCodeGenModule.cpp1655 void CodeGenModule::EmitCtorList(CtorList &Fns, const char *GlobalName) { argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1130 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { argument
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp119 auto &Fns = getFunctions(); local
273 auto &Fns = getFunctions(); local
511 auto &Fns = getFunctions(); local
[all...]
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DMiscompilation.cpp453 ReduceMiscompiledBlocks(BugDriver &bd, Expected<bool> (*F)(BugDriver &, std::unique_ptr<Module>, std::unique_ptr<Module>), const std::vector<Function *> &Fns) argument
/openbsd-current/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp928 std::set<FileFn> Fns; local
939 auto Fns = computeFunctions(Coverage.Points); local
972 resolveFunctions(const SymbolizedCoverage &Coverage, const std::set<FileFn> &Fns) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1151 setCoroInfo(Function &F, coro::Shape &Shape, ArrayRef<Function *> Fns) argument
2099 addPrepareFunction(const Module &M, SmallVectorImpl<Function *> &Fns, StringRef Name) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp453 bool runtimeFnsAvailable(ArrayRef<RuntimeFunction> Fns) { argument

Completed in 321 milliseconds