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

  /external/clang/lib/Sema/
SemaExpr.cpp 639 ExprResult &RHS, QualType LHSType,
642 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
652 RHS = S.ImpCastExprToType(RHS.take(), LHSType, CK_FloatingComplexCast);
653 return LHSType;
700 ExprResult &RHS, QualType LHSType,
704 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
706 return LHSType;
707 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
722 bool LHSComplexFloat = LHSType->isComplexType();
728 LHSType, RHSType
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaObjCProperty.cpp 713 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
715 if (lhsType != rhsType &&
716 lhsType->isArithmeticType()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 31 Type *LHSType = LHSVal->getType();
49 I->getOperand(0)->getType() != LHSType ||
83 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 738 milliseconds