reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  567     shuffle(_RAIter, _RAIter, _UGenerator&&);

References

lib/Transforms/Scalar/SROA.cpp
 1075     std::shuffle(Slices.begin(), Slices.end(), MT);
tools/bugpoint/FindBugs.cpp
   44     std::shuffle(PassesToRun.begin(), PassesToRun.end(), randomness);
tools/bugpoint/ListReducer.h
   95         std::shuffle(ShuffledList.begin(), ShuffledList.end(), randomness);
tools/clang/tools/extra/clangd/index/Background.cpp
  174     std::shuffle(NeedsReIndexing.begin(), NeedsReIndexing.end(),
tools/llvm-exegesis/lib/Latency.cpp
   48   std::shuffle(Opcodes.begin(), Opcodes.end(), randomGenerator());
tools/llvm-stress/llvm-stress.cpp
  714   std::shuffle(BoolInst.begin(), BoolInst.end(), R);
unittests/ADT/TinyPtrVectorTest.cpp
   51     std::shuffle(TestPtrs.begin(), TestPtrs.end(), std::mt19937{});
unittests/IR/DominatorTreeBatchUpdatesTest.cpp
  239     std::shuffle(Updates.begin(), Updates.end(), Generator);
unittests/IR/DominatorTreeTest.cpp
  942     std::shuffle(Updates.begin(), Updates.end(), Generator);