OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rhsType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
variant.d
440
auto
rhsType
= rhsP.type;
442
if (
rhsType
== typeid(A))
448
else if (
rhsType
== typeid(void))
456
if (tryPutting(zis,
rhsType
, &temp.store))
479
if (
rhsType
== typeid(null))
481
// if
rhsType
is typeof(null), then we're comparing with 'null'
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
878
QualType
RHSType
= S.Context.getCanonicalType(Property->getType());
944
if (!S.Context.propertyTypesAreCompatible(LHSType,
RHSType
)) {
947
if (!S.isObjCPointerConversion(
RHSType
, LHSType, ConvertedType, IncompatibleObjC)
1388
QualType
rhsType
=Context.getCanonicalType(IvarType).getUnqualifiedType();
1389
if (lhsType !=
rhsType
&&
1692
QualType
RHSType
=
1695
if (!Context.propertyTypesAreCompatible(LHSType,
RHSType
)) {
1700
if (!isObjCPointerConversion(
RHSType
, LHSType,
1736
QualType
rhsType
=Context.getCanonicalType(GetterType).getUnqualifiedType();
1737
if (lhsType !=
rhsType
&& lhsType->isArithmeticType()
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026