Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1300 Value *SecondBase = SecondGEP->getOperand(0); in isLegalToSwapOperand() local
1307 if (FirstBase->getType() != SecondBase->getType()) in isLegalToSwapOperand()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10098 auto SecondBase = SecondBases[i]; in diagnoseOdrViolations() local
10100 ComputeQualTypeODRHash(SecondBase.getType())) { in diagnoseOdrViolations()
10105 SecondBase.getSourceRange(), BaseType) in diagnoseOdrViolations()
10106 << (i + 1) << SecondBase.getType(); in diagnoseOdrViolations()
10110 if (FirstBase.isVirtual() != SecondBase.isVirtual()) { in diagnoseOdrViolations()
10115 SecondBase.getSourceRange(), BaseVirtual) in diagnoseOdrViolations()
10116 << (i + 1) << SecondBase.isVirtual() << SecondBase.getType(); in diagnoseOdrViolations()
10121 SecondBase.getAccessSpecifierAsWritten()) { in diagnoseOdrViolations()
10127 SecondBase.getSourceRange(), BaseAccess) in diagnoseOdrViolations()
10128 << (i + 1) << SecondBase.getType() in diagnoseOdrViolations()
[all …]