Searched refs:Base2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1062 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local 1063 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent() 1065 Base2->getType())) { in IsStructurallyEquivalent() 1070 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent() 1071 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent() 1079 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent() 1084 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent() 1085 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LinkerScript.cpp | 261 for (BaseCommand *Base2 : Sec->SectionCommands) in declareSymbols() 262 if (auto *Cmd = dyn_cast<SymbolAssignment>(Base2)) in declareSymbols()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 402 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local 403 if (!Base1 || !Base2) in memOpsHaveSameBasePtr() 408 Base2 = GetUnderlyingObject(Base1, DL); in memOpsHaveSameBasePtr() 410 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr() 413 return Base1 == Base2; in memOpsHaveSameBasePtr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13408 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local 13410 ++Base1, ++Base2) { in isLayoutCompatibleStruct() 13411 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11088 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local 11091 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc() 11092 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 3943 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 3945 1498 000c TPMC880-12 Single 10Base2 PMC Ethernet Adapter
|