Home
last modified time | relevance | path

Searched refs:FuncPtr (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dcxa_thread_atexit_test.cpp28 typedef void(*FuncPtr)(void*); typedef
159 FuncPtr fn = nullptr; in HWTEST_F()
162 fn= reinterpret_cast<FuncPtr>(dlsym(handle, "ThreadFunc")); in HWTEST_F()
179 FuncPtr fn = nullptr; in TestDlcloseSo()
182 fn= reinterpret_cast<FuncPtr>(dlsym(handle, "ThreadFunc")); in TestDlcloseSo()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Danalyze.py5 FuncPtr,
124 typedecl = FuncPtr(vartype)
294 elif isinstance(mtype, FuncPtr):
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp186 Type (*FuncPtr)(bool, volatile Type *, Type); member
204 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py1093 class FuncPtr(TypeDeclaration): class
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h3842 typedef T FuncPtr; typedef in upb::Handler
3849 FuncPtr handler() const { return handler_; } in handler()
3856 FuncPtr handler_;

Completed in 20 milliseconds