Home
last modified time | relevance | path

Searched defs:user_end (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DValue.h344 user_iterator user_end() { return user_iterator(); } in user_end() function
345 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc394 uptr user_end = user_beg + size; in Allocate() local