Searched refs:RandFields (Results 1 – 1 of 1) sorted by relevance
160 llvm::SmallVectorImpl<FieldDecl *> &RandFields = B->fields(); in randomizeStructureLayoutImpl() local162 std::shuffle(std::begin(RandFields), std::end(RandFields), RNG); in randomizeStructureLayoutImpl()164 FinalOrder.insert(FinalOrder.end(), RandFields.begin(), RandFields.end()); in randomizeStructureLayoutImpl()