Home
last modified time | relevance | path

Searched refs:rhsType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d440 auto rhsType = rhsP.type; in VariantN() local
442 if (rhsType == typeid(A)) in VariantN()
448 else if (rhsType == typeid(void)) in VariantN()
456 if (tryPutting(zis, rhsType, &temp.store)) in VariantN()
479 if (rhsType == typeid(null)) in VariantN()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d356 auto rhsType = rhsP.type; in VariantN() local
358 if (rhsType == typeid(A)) in VariantN()
364 else if (rhsType == typeid(void)) in VariantN()
372 if (tryPutting(zis, rhsType, &temp.store)) in VariantN()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1388 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1389 if (lhsType != rhsType && in ActOnPropertyImplDecl()
1736 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local
1737 if (lhsType != rhsType && lhsType->isArithmeticType()) in DiagnosePropertyAccessorMismatch()