Home
last modified time | relevance | path

Searched defs:Fns (Results 1 – 15 of 15) sorted by relevance

/external/llvm/tools/sancov/
Dsancov.cc730 std::set<FileFn> Fns; in computeAllFunctions() local
738 std::set<FileFn> Fns; in computeCoveredFunctions() local
750 std::set<FileFn> Fns; in computeNotCoveredFunctions() local
844 for (const auto &Fns : FnLocs) { in printFunctionLocs() local
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1024 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
DCFLGraph.h321 const SmallVectorImpl<Function *> &Fns) { in tryInterproceduralAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1400 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
DCFLGraph.h374 const SmallVectorImpl<Function *> &Fns) { in tryInterproceduralAnalysis()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp977 std::set<FileFn> Fns; in computeFunctions() local
988 auto Fns = computeFunctions(Coverage.Points); in computeNotCoveredFunctions() local
1022 const std::set<FileFn> &Fns) { in resolveFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp381 std::initializer_list<Function *> Fns) { in setCoroInfo()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp448 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp432 const std::vector<Function*> &Fns) in ReduceMiscompiledBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp456 const std::vector<Function *> &Fns) in ReduceMiscompiledBlocks()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h383 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) { in setPredicateFns()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h409 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) { in setPredicateFns()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h670 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) { in setPredicateFns()
/external/clang/lib/Sema/
DSemaOverload.cpp6041 void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns, in AddFunctionCandidates()
8450 ADLResult Fns; in AddArgumentDependentLookupCandidates() local
11500 const UnresolvedSetImpl &Fns, in CreateOverloadedUnaryOp()
11686 const UnresolvedSetImpl &Fns, in CreateOverloadedBinOp()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp723 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) { in EmitCtorList()