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

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 163 Value LHSVal(Data->LHSType, LHS);
167 else if (RHSVal.getPositiveIntValue() >= Data->LHSType.getIntegerBitWidth())
170 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType;
176 << LHSVal << RHSVal << Data->LHSType;
ubsan_handlers.h 61 const TypeDescriptor &LHSType;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
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...]
  /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 83 milliseconds