Home
last modified time | relevance | path

Searched defs:new_len (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp62 size_t new_len = range.GetByteSize() + align_down_amount; in ExpandToGranule() local
/llvm-project/clang/test/Sema/
H A Duninit-variables.c385 int new_len; // expected-note{{initialize the variable 'new_len' to silence this warning}} in PR10379_f() local
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h615 #define __sanitizer_syscall_pre_mremap(addr, old_len, new_len, flags, \ argument
620 #define __sanitizer_syscall_post_mremap(res, addr, old_len, new_len, flags, \ argument