Searched refs:__asan_realloc (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | localreplacement.ll | 52 ; DUMP-NEXT: store i32 @__asan_realloc, i32* %store_loc, align 1 57 ; DUMP-NEXT: call void @__asan_check_load(i32 @__asan_realloc, i32 4) 58 ; DUMP-NEXT: %local_realloc = load i32, i32* @__asan_realloc, align 1
|
D | globalreplacement.ll | 41 ; DUMP-SAME: ptrtoint (i32 (i32, i32)* @__asan_realloc to i32) 61 ; DUMP-SAME: ptrtoint (i32 (i32, i32)* @__asan_realloc to i32)
|
D | instrumentmalloc.ll | 26 ; DUMP-NEXT: %ptr3 = call i32 @__asan_realloc(i32 0, i32 100)
|
/external/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 101 void *__asan_realloc(char *, size_t); 228 void *__asan_realloc(char *ptr, size_t size) { in __asan_realloc() function
|