Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp160 llvm::SmallVectorImpl<FieldDecl *> &RandFields = B->fields(); in randomizeStructureLayoutImpl() local
162 std::shuffle(std::begin(RandFields), std::end(RandFields), RNG); in randomizeStructureLayoutImpl()
164 FinalOrder.insert(FinalOrder.end(), RandFields.begin(), RandFields.end()); in randomizeStructureLayoutImpl()