OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Apr 10 00:22:58 UTC 2026