Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp75 std::unique_ptr<BitfieldRunBucket> CurrentBitfieldRun; in randomizeStructureLayoutImpl() local
96 if (!CurrentBitfieldRun) in randomizeStructureLayoutImpl()
97 CurrentBitfieldRun = std::make_unique<BitfieldRunBucket>(); in randomizeStructureLayoutImpl()
101 CurrentBitfieldRun->addField(FD, /*FieldSize is irrelevant here*/ 1); in randomizeStructureLayoutImpl()
108 if (CurrentBitfieldRun) in randomizeStructureLayoutImpl()
109 Buckets.push_back(std::move(CurrentBitfieldRun)); in randomizeStructureLayoutImpl()
150 if (CurrentBitfieldRun) in randomizeStructureLayoutImpl()
151 Buckets.push_back(std::move(CurrentBitfieldRun)); in randomizeStructureLayoutImpl()