__location__      645 third_party/talloc/libreplace/replace.h #ifndef __location__
__location__      494 third_party/talloc/libreplace/test/testsuite.c 		        __STRING(func), __location__, __STRING(func), \
__location__      502 third_party/talloc/libreplace/test/testsuite.c 		       __STRING(func), __location__, __STRING(func), \
__location__      511 third_party/talloc/libreplace/test/testsuite.c 		       __STRING(func), __location__, __STRING(func), \
__location__      933 third_party/talloc/libreplace/test/testsuite.c 		       __location__, \
__location__     1002 third_party/talloc/libreplace/test/testsuite.c 		       __location__, \
__location__      829 third_party/talloc/talloc.c 	return _talloc_free_internal(h, __location__);
__location__      866 third_party/talloc/talloc.c 		return _talloc_free_internal(ptr, __location__);
__location__      933 third_party/talloc/talloc.c 		_talloc_free_internal(ptr, __location__);
__location__     1031 third_party/talloc/talloc.c 		_talloc_free_internal(ptr, __location__);
__location__       48 third_party/talloc/talloc.h #ifndef __location__
__location__       82 third_party/talloc/talloc.h #define talloc_steal(ctx, ptr) ({ _TALLOC_TYPEOF(ptr) __talloc_steal_ret = (_TALLOC_TYPEOF(ptr))_talloc_steal_loc((ctx),(ptr), __location__); __talloc_steal_ret; })
__location__       87 third_party/talloc/talloc.h #define talloc_steal(ctx, ptr) (_TALLOC_TYPEOF(ptr))_talloc_steal_loc((ctx),(ptr), __location__)
__location__       90 third_party/talloc/talloc.h #define talloc_reference(ctx, ptr) (_TALLOC_TYPEOF(ptr))_talloc_reference_loc((ctx),(ptr), __location__)
__location__       95 third_party/talloc/talloc.h #define talloc_size(ctx, size) talloc_named_const(ctx, size, __location__)
__location__       98 third_party/talloc/talloc.h #define talloc_new(ctx) talloc_named_const(ctx, 0, "talloc_new: " __location__)
__location__      101 third_party/talloc/talloc.h #define talloc_zero_size(ctx, size) _talloc_zero(ctx, size, __location__)
__location__      105 third_party/talloc/talloc.h #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__)
__location__      110 third_party/talloc/talloc.h #define talloc_realloc_size(ctx, ptr, size) _talloc_realloc(ctx, ptr, size, __location__)
__location__      112 third_party/talloc/talloc.h #define talloc_memdup(t, p, size) _talloc_memdup(t, p, size, __location__)
__location__      116 third_party/talloc/talloc.h #define talloc_get_type_abort(ptr, type) (type *)_talloc_get_type_abort(ptr, #type, __location__)
__location__      119 third_party/talloc/talloc.h #define talloc_free(ctx) _talloc_free(ctx, __location__)
__location__       46 third_party/talloc/testsuite.c 		test, __location__, #expr, str); \
__location__       54 third_party/talloc/testsuite.c 		   test, __location__, arg1, arg2, desc); \
__location__       70 third_party/talloc/testsuite.c 		       test, __location__, #ptr, \
__location__       81 third_party/talloc/testsuite.c 		       test, __location__, #ptr, \
__location__       92 third_party/talloc/testsuite.c 		       test, __location__, #ptr, \
__location__      992 third_party/talloc/testsuite.c 	s1 = talloc_ptrtype(top, s1);location1 = __location__;
__location__     1009 third_party/talloc/testsuite.c 	s2 = talloc_array_ptrtype(top, s2, 10);location2 = __location__;
__location__     1027 third_party/talloc/testsuite.c 	s3 = talloc_array_ptrtype(top, s3, 10);location3 = __location__;
__location__     1041 third_party/talloc/testsuite.c 	s4 = talloc_array_ptrtype(top, s4, 10);location4 = __location__;