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 772 QualType LHSType = S.Context.getCanonicalType(Prop->getType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 33 Type *LHSType = LHSVal->getType();
51 I->getOperand(0)->getType() != LHSType ||
85 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 192 milliseconds