Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRandstruct.cpp77 std::unique_ptr<BitfieldRunBucket> CurrentBitfieldRun; in randomizeStructureLayoutImpl() local
98 if (!CurrentBitfieldRun) in randomizeStructureLayoutImpl()
99 CurrentBitfieldRun = std::make_unique<BitfieldRunBucket>(); in randomizeStructureLayoutImpl()
103 CurrentBitfieldRun->addField(FD, /*FieldSize is irrelevant here*/ 1); in randomizeStructureLayoutImpl()
110 if (CurrentBitfieldRun) in randomizeStructureLayoutImpl()
111 Buckets.push_back(std::move(CurrentBitfieldRun)); in randomizeStructureLayoutImpl()
152 if (CurrentBitfieldRun) in randomizeStructureLayoutImpl()
153 Buckets.push_back(std::move(CurrentBitfieldRun)); in randomizeStructureLayoutImpl()