Searched refs:count_if (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h74 using std::count_if;
139 using __gnu_cxx::count_if; // Extension returning void
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h75 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) {
81 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp128 std::count_if(m_bytes.begin(), m_bytes.end(), isprint);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp396 const auto NGlobalPreds = std::count_if(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h543 return count_if(make_range(idx_begin(), idx_end()), [](const Use& use) {
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1151 return (std::count_if(m_events.begin(), m_events.end(),
1158 return (std::count_if(m_events.begin(), m_events.end(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp670 unsigned TotalNotePieces = std::count_if(
674 unsigned PopUpPieceCount = std::count_if(
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h432 additional += llvm::count_if(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1253 /// Wrapper function around std::count_if to count the number of times an
1256 auto count_if(R &&Range, UnaryPredicate P) ->
1258 return std::count_if(adl_begin(Range), adl_end(Range), P);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp545 unsigned T = std::count_if(B->begin(), B->getFirstTerminator(),
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp1021 size_t numLibs = std::count_if(elements.begin(), elements.end(), isLibrary);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp357 assert(count_if(RegisteredOptionCategories,
367 assert(count_if(RegisteredSubCommands,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2481 llvm::count_if(successors(&TI), [&L](BasicBlock *SuccBB) {
2503 int NonExitingSuccessors = llvm::count_if(
H A DLoopInterchange.cpp1330 llvm::count_if(successors(BI),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp543 NumUnresolved = count_if(operands(), isOperandUnresolved);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1458 T.PredTerm.size() - count_if(T.PredTerm, IsTruePredicate);
H A DCodeGenSchedule.cpp1073 count_if(*OrigInstDefs, [&](Record *OIDef) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h448 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9338 count_if(BV->op_values(), [](SDValue V) { return !V.isUndef(); });
13009 count_if(Mask, [Size](int M) { return M >= 0 && M % Size < Size / 2; });
13011 count_if(Mask, [Size](int M) { return M % Size >= Size / 2; });
13298 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13387 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13490 int NumV2Elements = count_if(Mask, [](int M) { return M >= 4; });
13494 if (count_if(Mask, [](int M) { return M >= 0 && M < 4; }) > 1) {
14076 assert(count_if(LoMask, [](int M) { return M >= 4; }) == 0 &&
14078 assert(count_if(HiMask, [](int M) { return M >= 0 && M < 4; }) == 0 &&
14176 int NumV2Inputs = count_if(Mas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19894 count_if(N0->ops(), [](SDValue V) { return !V.isUndef(); }) == 1 &&
19895 count_if(N1->ops(), [](SDValue V) { return !V.isUndef(); }) == 1) {
H A DSelectionDAGBuilder.cpp10339 return std::count_if(First, Last + 1, [&](const CaseCluster &X) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1344 std::count_if(RD->field_begin(), RD->field_end(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2118 count_if(GV->users(), [&BB](const User *U) {

Completed in 566 milliseconds