Searched refs:SecondII (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp171 IdentifierInfo *SecondII = SecondField->getIdentifier(); local
172 if (FirstII->getName() != SecondII->getName()) {
174 DiagNote(FieldName) << SecondII;
182 DiagNote(FieldTypeName) << SecondII << SecondType;
193 DiagNote(FieldSingleBitField) << SecondII << IsSecondBitField;
204 << SecondII << SecondField->getBitWidth()->getSourceRange();
216 DiagNote(FieldSingleMutable) << SecondII << IsSecondMutable;
227 << SecondII << (SecondInitializer != nullptr);
238 << SecondII << SecondInitializer->getSourceRange();
527 IdentifierInfo *SecondII local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp667 InputInfo *SecondII = local
688 // SecondII should not be replaced.
689 EXPECT_EQ(SecondII->U, Unit{0x02});
690 EXPECT_EQ(SecondII->Reduced, false);
691 EXPECT_EQ(SecondII->TimeOfUnit, std::chrono::microseconds(5678));

Completed in 125 milliseconds