Home
last modified time | relevance | path

Searched refs:__asan_realloc (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dlocalreplacement.ll52 ; 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
Dglobalreplacement.ll41 ; DUMP-SAME: ptrtoint (i32 (i32, i32)* @__asan_realloc to i32)
61 ; DUMP-SAME: ptrtoint (i32 (i32, i32)* @__asan_realloc to i32)
Dinstrumentmalloc.ll26 ; DUMP-NEXT: %ptr3 = call i32 @__asan_realloc(i32 0, i32 100)
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c101 void *__asan_realloc(char *, size_t);
228 void *__asan_realloc(char *ptr, size_t size) { in __asan_realloc() function