Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp779 const CXXBaseSpecifier SecondBase = SecondBases[I]; in diagnoseMismatch() local
781 computeODRHash(SecondBase.getType())) { in diagnoseMismatch()
785 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
787 << (I + 1) << SecondBase.getType(); in diagnoseMismatch()
791 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseMismatch()
795 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
797 << (I + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseMismatch()
802 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseMismatch()
807 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
809 << (I + 1) << SecondBase.getType() in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1378 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local
1385 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()