Home
last modified time | relevance | path

Searched refs:Base2 (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt10.C21 class Base2 {
23 Base2() { printf("Base2::Base2\n"); } in Base2() function
24 virtual ~Base2() { printf("Base2::~Base2\n"); } in ~Base2()
38 class B: public Base2 {
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Drtti.h29 class Base2 {
31 virtual ~Base2() { } in ~Base2()
35 class C2: public Base2 {
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dinherit1.C6 struct Base2 { int local2; }; argument
11 class Derived<1> : public Base1, public Base2 {};
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1578 Base2 = D2CXX->bases_begin(); in IsStructurallyEquivalent() local
1579 Base1 != BaseEnd1; ++Base1, ++Base2) { in IsStructurallyEquivalent()
1581 Base2->getType())) { in IsStructurallyEquivalent()
1587 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_base) in IsStructurallyEquivalent()
1588 << Base2->getType() << Base2->getSourceRange(); in IsStructurallyEquivalent()
1596 if (Base1->isVirtual() != Base2->isVirtual()) { in IsStructurallyEquivalent()
1602 Context.Diag2(Base2->getBeginLoc(), diag::note_odr_virtual_base) in IsStructurallyEquivalent()
1603 << Base2->isVirtual() << Base2->getSourceRange(); in IsStructurallyEquivalent()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp469 auto Base2 = MO2->getValue(); in memOpsHaveSameBasePtr() local
470 if (!Base1 || !Base2) in memOpsHaveSameBasePtr()
473 Base2 = getUnderlyingObject(Base2); in memOpsHaveSameBasePtr()
475 if (isa<UndefValue>(Base1) || isa<UndefValue>(Base2)) in memOpsHaveSameBasePtr()
478 return Base1 == Base2; in memOpsHaveSameBasePtr()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2536 Base2
2547 , Base2
2557 Base2
2566 Base2
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2943 const MachineOperand *Base1 = nullptr, *Base2 = nullptr; in shouldClusterMemOps() local
2945 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps()
2949 assert(Base1 == &BaseOp1 && Base2 == &BaseOp2 && in shouldClusterMemOps()
H A DPPCISelLowering.cpp13316 SDValue Base1 = Loc, Base2 = BaseLoc; in isConsecutiveLSLoc() local
13319 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc()
13320 if (Base1 == Base2 && Offset1 == (Offset2 + Dist * Bytes)) in isConsecutiveLSLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17283 Base2 = D2CXX->bases_begin(); in isLayoutCompatibleStruct() local
17285 ++Base1, ++Base2) { in isLayoutCompatibleStruct()
17286 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst6183 Offset2)`` if either ``(BaseTy1, Offset1)`` is reachable from ``(Base2,