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 656 QualType RHSType,
658 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
663 LHS = S.ImpCastExprToType(LHS.take(), RHSType, CK_FloatingComplexCast);
664 return RHSType;
717 QualType RHSType,
720 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
723 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
725 return RHSType;
739 bool RHSComplexFloat = RHSType->isComplexType();
744 LHSType, RHSType,
    [all...]
SemaObjCProperty.cpp     [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 142 milliseconds