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 758 QualType LHSType = S.Context.getCanonicalType(Prop->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 60 milliseconds