Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp667 InputInfo *SecondII = in TEST() local
689 EXPECT_EQ(SecondII->U, Unit{0x02}); in TEST()
690 EXPECT_EQ(SecondII->Reduced, false); in TEST()
691 EXPECT_EQ(SecondII->TimeOfUnit, std::chrono::microseconds(5678)); in TEST()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9696 IdentifierInfo *SecondII = SecondField->getIdentifier(); in diagnoseOdrViolations() local
9697 if (FirstII->getName() != SecondII->getName()) { in diagnoseOdrViolations()
9699 DiagNote(FieldName) << SecondII; in diagnoseOdrViolations()
9710 DiagNote(FieldTypeName) << SecondII << SecondType; in diagnoseOdrViolations()
9718 DiagNote(FieldSingleBitField) << SecondII << IsSecondBitField; in diagnoseOdrViolations()
9729 << SecondII << SecondField->getBitWidth()->getSourceRange(); in diagnoseOdrViolations()
9741 DiagNote(FieldSingleMutable) << SecondII << IsSecondMutable; in diagnoseOdrViolations()
9752 << SecondII << (SecondInitializer != nullptr); in diagnoseOdrViolations()
9763 << SecondII << SecondInitializer->getSourceRange(); in diagnoseOdrViolations()