Home
last modified time | relevance | path

Searched refs:Filtered (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DMultilib.cpp252 multilib_list Filtered = filterCopy([&FlagSet](const Multilib &M) { in select() local
262 if (Filtered.empty()) in select()
264 if (Filtered.size() == 1) { in select()
265 M = Filtered[0]; in select()
270 llvm::sort(Filtered.begin(), Filtered.end(), in select()
275 if (Filtered[0].priority() > Filtered[1].priority()) { in select()
276 M = Filtered[0]; in select()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp91 std::vector<std::unique_ptr<ClassLayout>> Filtered; in filterAndSortClassDefs() local
93 Filtered.reserve(UnfilteredCount); in filterAndSortClassDefs()
130 Filtered.push_back(std::move(Layout)); in filterAndSortClassDefs()
134 llvm::sort(Filtered, Comp); in filterAndSortClassDefs()
135 return Filtered; in filterAndSortClassDefs()
230 std::vector<LayoutPtr> Filtered; in start() local
233 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start()
235 Shown = Filtered.size(); in start()
247 for (auto &Class : Filtered) in start()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib.ads119 Filtered : constant Strategy_Type; constant
307 Filtered : constant Strategy_Type := 1; constant
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib.ads119 Filtered : constant Strategy_Type; constant
307 Filtered : constant Strategy_Type := 1; constant
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib.ads119 Filtered : constant Strategy_Type; constant
307 Filtered : constant Strategy_Type := 1; constant
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1028 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local
1042 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression()
1722 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local
1730 if (Filtered.empty()) { in performSymbolicPHIEvaluation()
1744 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation()
1745 ++Filtered.begin(); in performSymbolicPHIEvaluation()
1747 if (llvm::all_of(Filtered, [&](Value *Arg) { return Arg == AllSameValue; })) { in performSymbolicPHIEvaluation()
3007 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local
3015 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi()
3026 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h113 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local
114 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-proto-html129 Filtered Filtered
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1071 bool Filtered = PositionFiltered(i); in getIslands() local
1076 if (Filtered || Val == -1) in getIslands()
1086 if (Filtered || Val == -1) { in getIslands()
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.test138 echo "Filtered:"
/netbsd-src/external/bsd/libevent/dist/
H A Dwhatsnew-2.0.txt466 5.3. Filtered bufferevent IO
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Dwhatsnew-2.0.txt466 5.3. Filtered bufferevent IO
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git149689 Filtered output cleanup in expression dumping