HomeSort by: relevance | last modified time | path
    Searched refs:getSIntValue (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc 23 SIntMax Value::getSIntValue() const {
63 SIntMax Val = getSIntValue();
ubsan_value.h 173 SIntMax getSIntValue() const;
183 return getType().isSignedIntegerTy() && getSIntValue() == -1;
188 return getType().isSignedIntegerTy() && getSIntValue() < 0;
ubsan_diag.cc 119 AddArg(V.getSIntValue());
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h 175 SIntMax getSIntValue() const;
185 return getType().isSignedIntegerTy() && getSIntValue() == -1;
190 return getType().isSignedIntegerTy() && getSIntValue() < 0;
ubsan_value.cpp 70 SIntMax Value::getSIntValue() const {
110 SIntMax Val = getSIntValue();
ubsan_diag.cpp 126 AddArg(V.getSIntValue());

Completed in 26 milliseconds