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.cpp781 const CXXBaseSpecifier SecondBase = SecondBases[I]; in diagnoseMismatch() local
783 computeODRHash(SecondBase.getType())) { in diagnoseMismatch()
787 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
789 << (I + 1) << SecondBase.getType(); in diagnoseMismatch()
793 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseMismatch()
797 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
799 << (I + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseMismatch()
804 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseMismatch()
809 DiagBaseNote(SecondRecord->getLocation(), SecondBase.getSourceRange(), in diagnoseMismatch()
811 << (I + 1) << SecondBase.getType() in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1317 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local
1324 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()