OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:untagged_ptr_old
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
307
void *
untagged_ptr_old
=
local
311
if (CheckInvalidFree(stack,
untagged_ptr_old
, tagged_ptr_old))
317
reinterpret_cast<Metadata *>(allocator.GetMetaData(
untagged_ptr_old
));
319
UntagPtr(tagged_ptr_new),
untagged_ptr_old
,
local
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
378
void *
untagged_ptr_old
= UntagPtr(tagged_ptr_old);
local
379
if (CheckInvalidFree(stack,
untagged_ptr_old
, tagged_ptr_old))
385
reinterpret_cast<Metadata *>(allocator.GetMetaData(
untagged_ptr_old
));
387
internal_memcpy(untagged_ptr_new,
untagged_ptr_old
,
Completed in 14 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026