Home
last modified time | relevance | path

Searched refs:PtrBaseGCType (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DTracer.h79 struct PtrBaseGCType { struct
83 struct PtrBaseGCType<T*> { argument
89 typename PtrBaseGCType<T>::type* ConvertToBase(T* thingp) {
90 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp);
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DTracer.h65 struct PtrBaseGCType { struct
69 struct PtrBaseGCType<T*> { argument
75 typename PtrBaseGCType<T>::type* ConvertToBase(T* thingp) {
76 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp);
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DTracer.h65 struct PtrBaseGCType { struct
69 struct PtrBaseGCType<T*> { argument
75 typename PtrBaseGCType<T>::type* ConvertToBase(T* thingp) {
76 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DTracer.h65 struct PtrBaseGCType { struct
69 struct PtrBaseGCType<T*> { argument
75 typename PtrBaseGCType<T>::type* ConvertToBase(T* thingp) {
76 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DMarking.cpp388 template <typename T> struct PtrBaseGCType { typedef T type; }; argument
389 template <typename T> struct PtrBaseGCType<T*> { typedef typename BaseGCType<T>::type* type; }; struct
392 typename PtrBaseGCType<T>::type*
395 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp); in ConvertToBase()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMarking.cpp401 template <typename T> struct PtrBaseGCType { typedef T type; };
402 template <typename T> struct PtrBaseGCType<T*> { typedef typename BaseGCType<T>::type* type; };
405 typename PtrBaseGCType<T>::type*
408 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DMarking.cpp393 struct PtrBaseGCType { struct
397 struct PtrBaseGCType<T*> { struct
402 typename PtrBaseGCType<T>::type* ConvertToBase(T* thingp) { in ConvertToBase() argument
403 return reinterpret_cast<typename PtrBaseGCType<T>::type*>(thingp); in ConvertToBase()