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

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

Completed in 68 milliseconds