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 655 ExprResult &RHS, QualType LHSType,
658 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
668 RHS = S.ImpCastExprToType(RHS.take(), LHSType, CK_FloatingComplexCast);
669 return LHSType;
716 ExprResult &RHS, QualType LHSType,
720 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType,
722 return LHSType;
723 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType,
738 bool LHSComplexFloat = LHSType->isComplexType();
744 LHSType, RHSType
    [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaObjCProperty.cpp     [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 70 milliseconds