/external/llvm/tools/sancov/ |
D | sancov.cc | 730 std::set<FileFn> Fns; in computeAllFunctions() local 732 Fns.insert(FileFn{AI.FileName, AI.FunctionName}); in computeAllFunctions() 734 return Fns; in computeAllFunctions() 738 std::set<FileFn> Fns; in computeCoveredFunctions() local 744 Fns.insert(P.first); in computeCoveredFunctions() 746 return Fns; in computeCoveredFunctions() 750 std::set<FileFn> Fns; in computeNotCoveredFunctions() local 761 Fns.insert(P.first); in computeNotCoveredFunctions() 764 return Fns; in computeNotCoveredFunctions() 788 FunctionLocs resolveFunctions(const std::set<FileFn> &Fns) const { in resolveFunctions() [all …]
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 321 const SmallVectorImpl<Function *> &Fns) { in tryInterproceduralAnalysis() argument 322 assert(Fns.size() > 0); in tryInterproceduralAnalysis() 328 for (auto *Fn : Fns) { in tryInterproceduralAnalysis() 337 for (auto *Fn : Fns) { in tryInterproceduralAnalysis()
|
D | TargetLibraryInfo.cpp | 1024 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions() argument 1025 VectorDescs.insert(VectorDescs.end(), Fns.begin(), Fns.end()); in addVectorizableFunctions() 1028 ScalarDescs.insert(ScalarDescs.end(), Fns.begin(), Fns.end()); in addVectorizableFunctions()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 383 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) { in setPredicateFns() argument 385 PredicateFns = Fns; in setPredicateFns()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 409 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) { in setPredicateFns() argument 411 PredicateFns = Fns; in setPredicateFns()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 154 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | Miscompilation.cpp | 432 const std::vector<Function*> &Fns) in ReduceMiscompiledBlocks() argument 433 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6041 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates() argument 6047 for (UnresolvedSetIterator F = Fns.begin(), E = Fns.end(); F != E; ++F) { in AddFunctionCandidates() 8450 ADLResult Fns; in AddArgumentDependentLookupCandidates() local 8460 ArgumentDependentLookup(Name, Loc, Args, Fns); in AddArgumentDependentLookupCandidates() 8467 Fns.erase(Cand->Function); in AddArgumentDependentLookupCandidates() 8469 Fns.erase(FunTmpl); in AddArgumentDependentLookupCandidates() 8474 for (ADLResult::iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) { in AddArgumentDependentLookupCandidates() 11500 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp() argument 11527 if (Fns.empty()) in CreateOverloadedUnaryOp() 11535 /*ADL*/ true, IsOverloaded(Fns), in CreateOverloadedUnaryOp() [all …]
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 448 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks() argument 449 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {} in ReduceMiscompiledBlocks()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 1208 void EmitCtorList(const CtorList &Fns, const char *GlobalName);
|
D | CodeGenModule.cpp | 723 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { in EmitCtorList() argument 734 for (const auto &I : Fns) { in EmitCtorList()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2633 const UnresolvedSetImpl &Fns, 2638 const UnresolvedSetImpl &Fns,
|