Searched refs:__GET_CALLER (Results 1 – 3 of 3) sorted by relevance
| /system/ulib/fbl/ |
| A D | alloc_checker.cpp | 80 return fbl::checked(size, ac, operator new(size, __GET_CALLER(), std::nothrow_t())); in operator new() 85 return fbl::checked(size, ac, operator new[](size, __GET_CALLER(), std::nothrow_t())); in operator new[]()
|
| /system/ulib/lockdep/include/lockdep/ |
| A D | thread_lock_state.h | 182 __GET_CALLER(0), in Report() 191 __GET_CALLER(0), __GET_FRAME(0), result); in Report()
|
| /system/public/zircon/ |
| A D | compiler.h | 28 #define __GET_CALLER(x) __builtin_return_address(0) macro
|
Completed in 6 milliseconds