Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dfunction_types.h60 int FreeFunction() { return 42; } in FreeFunction() function
61 int FreeFunction(int i) {return i;} in FreeFunction() function
62 int FreeFunction(int i, int) { return i; } in FreeFunction() function
63 int FreeFunction(int i, int, int) { return i; } in FreeFunction() function
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp60 FuncType* target = &FreeFunction; in test_FreeFunction()
H A Dalloc_F.pass.cpp68 FuncType* target = &FreeFunction; in test_FreeFunction()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp273 using FreeFunction = BOOL(WINAPI *)(HANDLE, DWORD, LPVOID); typedef
276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc()