reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
218 Diag &operator<<(const Value &V);
186 << (IsSigned ? "signed" : "unsigned") << Value(Data->Type, LHS) 187 << Operator << RHS << Data->Type; 225 << Value(Data->Type, OldVal) << Data->Type; 228 << Value(Data->Type, OldVal) << Data->Type; 266 << LHSVal << Data->Type; 308 Diag(Loc, DL_Error, ET, "shift exponent %0 is negative") << RHSVal; 312 << RHSVal << Data->LHSType.getIntegerBitWidth() << Data->LHSType; 315 Diag(Loc, DL_Error, ET, "left shift of negative value %0") << LHSVal; 319 << LHSVal << RHSVal << Data->LHSType; 319 << LHSVal << RHSVal << Data->LHSType; 350 << IndexVal << Data->ArrayType; 405 << Value(Data->Type, Bound); 465 << Value(*FromType, From) << *FromType << *ToType; 496 << Value(Data->Type, Val) << Data->Type; 559 << SrcTy << Value(SrcTy, Src) << SrcTy.getIntegerBitWidth() 560 << (SrcSigned ? "" : "un") << DstTy << Value(DstTy, Dst)