Home
last modified time | relevance | path

Searched defs:LPVOID (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item_report.cpp8 DWORD CALLBACK work_item(LPVOID) { in work_item() argument
H A Dqueue_user_work_item.cpp31 DWORD CALLBACK work_item(LPVOID) { in work_item() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp30 typedef void *LPVOID; typedef
224 INTERCEPTOR_WINAPI(LPVOID,HeapAlloc,HANDLE hHeap,DWORD dwFlags,size_t dwBytes) INTERCEPTOR_WINAPI() argument
389 INTERCEPTOR_WINAPI(LPVOID,HeapReAlloc,HANDLE hHeap,DWORD dwFlags,LPVOID lpMem,size_t dwBytes) INTERCEPTOR_WINAPI() argument
[all...]