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

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 61 const TypeDescriptor &LHSType;
  /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/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp 782 ExprResult &RHS, QualType LHSType,
785 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
795 RHS = S.ImpCastExprToType(RHS.take(), LHSType, CK_FloatingComplexCast);
796 return LHSType;
    [all...]

Completed in 85 milliseconds