Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp93 std::vector<std::unique_ptr<ClassLayout>> Filtered; in filterAndSortClassDefs() local
95 Filtered.reserve(UnfilteredCount); in filterAndSortClassDefs()
132 Filtered.push_back(std::move(Layout)); in filterAndSortClassDefs()
136 llvm::sort(Filtered, Comp); in filterAndSortClassDefs()
137 return Filtered; in filterAndSortClassDefs()
232 std::vector<LayoutPtr> Filtered; in start() local
235 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start()
237 Shown = Filtered.size(); in start()
249 for (auto &Class : Filtered) in start()
/openbsd/gnu/llvm/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, [](const Multilib &a, const Multilib &b) -> bool { in select()
274 if (Filtered[0].priority() > Filtered[1].priority()) { in select()
275 M = Filtered[0]; in select()
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dmaxattr.test2.ok2 S = Stale, E = Error, F = Filtered
23 S = Stale, E = Error, F = Filtered
H A Dmaxattr.test1.ok2 S = Stale, E = Error, F = Filtered
23 S = Stale, E = Error, F = Filtered
H A Dexabgp.med_2.ok2 S = Stale, E = Error, F = Filtered
H A Dexabgp.med.ok2 S = Stale, E = Error, F = Filtered
H A Dmaxcomm.ok2 S = Stale, E = Error, F = Filtered
H A Dexabgp.attr.ok2 S = Stale, E = Error, F = Filtered
H A Dlladdr.rdomain1.ok2 S = Stale, E = Error, F = Filtered
H A Dlladdr.rdomain2.ok2 S = Stale, E = Error, F = Filtered
/openbsd/gnu/usr.bin/perl/lib/DBM_Filter/t/
H A D02core.t625 #diag "Test Set: Filtered & Filter_Pop";
633 ok ! $db->Filtered, "not filtered" ;
641 ok $db->Filtered, "is filtered" ;
646 ok $db->Filtered, "is filtered" ;
651 ok $db->Filtered, "is filtered" ;
658 ok $db->Filtered, "is filtered" ;
666 ok $db->Filtered, "is filtered" ;
674 ok ! $db->Filtered, "not filtered" ;
/openbsd/gnu/usr.bin/perl/lib/
H A DDBM_Filter.pm38 sub Filtered subroutine
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1027 auto Filtered = make_filter_range(PHIOperands, [&](const ValPair &P) { in createPHIExpression() local
1041 std::transform(Filtered.begin(), Filtered.end(), op_inserter(E), in createPHIExpression()
1737 auto Filtered = make_filter_range(E->operands(), [&](Value *Arg) { in performSymbolicPHIEvaluation() local
1749 if (Filtered.empty()) { in performSymbolicPHIEvaluation()
1769 Value *AllSameValue = *(Filtered.begin()); in performSymbolicPHIEvaluation()
1770 ++Filtered.begin(); in performSymbolicPHIEvaluation()
3037 auto Filtered = make_filter_range(MP->operands(), [&](const Use &U) { in valueNumberMemoryPhi() local
3045 if (Filtered.begin() == Filtered.end()) { in valueNumberMemoryPhi()
3056 auto MappedBegin = map_iterator(Filtered.begin(), LookupFunc); in valueNumberMemoryPhi()
3057 auto MappedEnd = map_iterator(Filtered.end(), LookupFunc); in valueNumberMemoryPhi()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h133 auto Filtered = make_filter_range(L->blocks(), Pred); in getUniqueExitBlocksHelper() local
134 for (BlockT *BB : Filtered) in getUniqueExitBlocksHelper()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1092 bool Filtered = PositionFiltered(i); in getIslands() local
1097 if (Filtered || Val == -1) in getIslands()
1107 if (Filtered || Val == -1) { in getIslands()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/InterceptResult/
H A DEvent.t608 "Filtered to only specific fields"
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4424 SmallVector<TreeEntry *> Filtered; in reorderBottomToTop() local
4435 Filtered.push_back(TE); in reorderBottomToTop()
4449 for_each(Filtered, in reorderBottomToTop()