Searched refs:RandFields (Results 1 – 1 of 1) sorted by relevance
158 llvm::SmallVectorImpl<FieldDecl *> &RandFields = B->fields(); in randomizeStructureLayoutImpl() local160 std::shuffle(std::begin(RandFields), std::end(RandFields), RNG); in randomizeStructureLayoutImpl()162 llvm::append_range(FinalOrder, RandFields); in randomizeStructureLayoutImpl()