Home
last modified time | relevance | path

Searched refs:FunctionPtrID (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.pass.cpp56 return FunctionPtrID<void*&(), freeFunction03>::setUncheckedCall(); in freeFunction03()
60 return FunctionPtrID<void*&(...), freeFunction03>::setUncheckedCall(); in freeFunction03()
65 return FunctionPtrID<void*&(A0&), freeFunction03>::setUncheckedCall(); in freeFunction03()
71 return FunctionPtrID<void*&(A0&, ...), freeFunction03>::setUncheckedCall(); in freeFunction03()
76 return FunctionPtrID<void*&(A0&, A1&), freeFunction03>::setUncheckedCall(); in freeFunction03()
82 return FunctionPtrID<void*&(A0&, A1&, ...), freeFunction03>::setUncheckedCall(); in freeFunction03()
87 return FunctionPtrID<void*&(A0&, A1&, A2&), freeFunction03>::setUncheckedCall(); in freeFunction03()
92 return FunctionPtrID<void*&(A0&, A1&, A2&, ...), freeFunction03>::setUncheckedCall(); in freeFunction03()
125 return FunctionPtrID<void*&(Args&&...), freeFunction11>::setUncheckedCall(); in freeFunction11()
130 return FunctionPtrID<void*&(Args&&...,...), freeFunction11>::setUncheckedCall(); in freeFunction11()
[all …]
Dinvoke_helpers.h180 struct FunctionPtrID { struct
198 template <class T, T* Ptr> int FunctionPtrID<T, Ptr>::dummy = 0; argument
199 template <class T, T* Ptr> void* FunctionPtrID<T, Ptr>::id = (void*)&FunctionPtrID<T, Ptr>::dummy;
200 template <class T, T* Ptr> bool FunctionPtrID<T, Ptr>::unchecked_call = false;