Lines Matching full:behavior
139 /* Undefined Behavior specific defines and structures */
365 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represen… in HandleOverflow()
383 …Report(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\… in HandleNegateOverflow()
399 Report(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n", in HandleBuiltinUnreachable()
417 Report(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n", in HandleTypeMismatch()
420 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requi… in HandleTypeMismatch()
423 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an obj… in HandleTypeMismatch()
442 Report(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n", in HandleVlaBoundNotPositive()
460 Report(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n", in HandleOutOfBounds()
481 Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n", in HandleShiftOutOfBounds()
484 …Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is too large for %zu-bit type … in HandleShiftOutOfBounds()
487 Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of negative value %s\n", in HandleShiftOutOfBounds()
490 …Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of %s by %s places cannot be represen… in HandleShiftOutOfBounds()
508 …Report(isFatal, "UBSan: Undefined Behavior in %s, load of value %s is not a valid value for type %… in HandleLoadInvalidValue()
524 …Report(isFatal, "UBSan: Undefined Behavior in %s, passing zero to %s, which is not a valid argumen… in HandleInvalidBuiltin()
550 …Report(isFatal, "UBSan: Undefined Behavior in %s, call to function %#lx through pointer to incorre… in HandleFunctionTypeMismatch()
572 …Report(isFatal, "UBSan: Undefined Behavior in %s, control flow integrity check for type %s failed … in HandleCFIBadType()
575 …Report(isFatal || FromUnrecoverableHandler, "UBSan: Undefined Behavior in %s, control flow integri… in HandleCFIBadType()
602 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %#lx which might not point to an obje… in HandleDynamicTypeCacheMiss()
621 …Report(isFatal, "UBSan: Undefined Behavior in %s, %s (of type %s) is outside the range of represen… in HandleFloatCastOverflow()
637 …Report(isFatal, "UBSan: Undefined Behavior in %s, execution reached the end of a value-returning f… in HandleMissingReturn()
658 …Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer passed as argument %d, which is dec… in HandleNonnullArg()
680 …Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer returned from function declared to … in HandleNonnullReturn()
696 …Report(isFatal, "UBSan: Undefined Behavior in %s, pointer expression with base %#lx overflowed to … in HandlePointerOverflow()
719 …Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (o… in HandleAlignmentAssumption()
723 …Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (o… in HandleAlignmentAssumption()