HomeSort by: relevance | last modified time | path
    Searched defs:MinBytesNearLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 253 const unsigned MinBytesNearLoc = 4;
254 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
255 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc);
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 266 const unsigned MinBytesNearLoc = 4;
267 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
268 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 260 const unsigned MinBytesNearLoc = 4;
261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc);
262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc);

Completed in 41 milliseconds