Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1300 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local
1307 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10109 const CXXBaseSpecifier SecondBase = SecondBases[I]; in diagnoseOdrViolations() local
10111 computeODRHash(SecondBase.getType())) { in diagnoseOdrViolations()
10116 SecondBase.getSourceRange(), BaseType) in diagnoseOdrViolations()
10117 << (I + 1) << SecondBase.getType(); in diagnoseOdrViolations()
10121 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseOdrViolations()
10126 SecondBase.getSourceRange(), BaseVirtual) in diagnoseOdrViolations()
10127 << (I + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseOdrViolations()
10132 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseOdrViolations()
10138 SecondBase.getSourceRange(), BaseAccess) in diagnoseOdrViolations()
10139 << (I + 1) << SecondBase.getType() in diagnoseOdrViolations()
[all …]