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 753 QualType RHSType = S.Context.getCanonicalType(Property->getType());
759 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
762 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
    [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 164 milliseconds