Home
last modified time | relevance | path

Searched refs:end_value (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h98 const unsigned char *end_value = in handle_map() local
100 if (!end_value) { in handle_map()
103 cb_map_elements({start_key, end_key}, {start_value, end_value}); in handle_map()
104 bytes.start = end_value; in handle_map()
H A Dmsgpack.cpp249 const unsigned char *end_value = in dump() local
252 if (!end_value) { in dump()
257 bytes.start = end_value; in dump()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp297 s8 end_value = *shadow_end; in PoisonAlignedStackMemory() local
301 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory()
306 if (end_value != 0) in PoisonAlignedStackMemory()
307 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()