HomeSort by relevance Sort by last modified time
    Searched refs:RHSType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaExpr.cpp 640 QualType RHSType,
642 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
647 LHS = S.ImpCastExprToType(LHS.take(), RHSType, CK_FloatingComplexCast);
648 return RHSType;
701 QualType RHSType,
704 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
707 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
709 return RHSType;
723 bool RHSComplexFloat = RHSType->isComplexType();
728 LHSType, RHSType,
    [all...]
SemaObjCProperty.cpp 714 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
715 if (lhsType != rhsType &&
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 32 Type *RHSType = RHSVal->getType();
50 I->getOperand(1)->getType() != RHSType)
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 84 milliseconds