reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/ubsan/ubsan_value.h
  172   SIntMax getSIntValue() const;

References

projects/compiler-rt/lib/ubsan/ubsan_diag.cpp
  126     AddArg(V.getSIntValue());
projects/compiler-rt/lib/ubsan/ubsan_value.cpp
   62   SIntMax Val = getSIntValue();
projects/compiler-rt/lib/ubsan/ubsan_value.h
  182     return getType().isSignedIntegerTy() && getSIntValue() == -1;
  187     return getType().isSignedIntegerTy() && getSIntValue() < 0;