Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1300 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local
1307 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10069 auto SecondBase = SecondBases[i]; in diagnoseOdrViolations() local
10071 ComputeQualTypeODRHash(SecondBase.getType())) { in diagnoseOdrViolations()
10076 SecondBase.getSourceRange(), BaseType) in diagnoseOdrViolations()
10077 << (i + 1) << SecondBase.getType(); in diagnoseOdrViolations()
10081 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseOdrViolations()
10086 SecondBase.getSourceRange(), BaseVirtual) in diagnoseOdrViolations()
10087 << (i + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseOdrViolations()
10092 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseOdrViolations()
10098 SecondBase.getSourceRange(), BaseAccess) in diagnoseOdrViolations()
10099 << (i + 1) << SecondBase.getType() in diagnoseOdrViolations()
[all …]