Home
last modified time | relevance | path

Searched refs:PtrT (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DCFTypeRefPtr.h34 template <class PtrT>
51 PtrT mRawPtr;
80 static CFTypeRefPtr<PtrT> WrapUnderCreateRule(PtrT aRawPtr) { in WrapUnderCreateRule()
86 static CFTypeRefPtr<PtrT> WrapUnderGetRule(PtrT aRawPtr) { in WrapUnderGetRule()
99 CFTypeRefPtr<PtrT>& operator=(const CFTypeRefPtr<PtrT>& aRhs) {
104 CFTypeRefPtr<PtrT>& operator=(CFTypeRefPtr<PtrT>&& aRefPtr) {
113 CFTypeRefPtr<PtrT>& AssignUnderCreateRule(PtrT aRawPtr) { in AssignUnderCreateRule()
119 CFTypeRefPtr<PtrT>& AssignUnderGetRule(PtrT aRawPtr) { in AssignUnderGetRule()
141 template <class PtrT>
147 template <class PtrT>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DCFTypeRefPtr.h34 template <class PtrT>
51 PtrT mRawPtr;
80 static CFTypeRefPtr<PtrT> WrapUnderCreateRule(PtrT aRawPtr) { in WrapUnderCreateRule()
86 static CFTypeRefPtr<PtrT> WrapUnderGetRule(PtrT aRawPtr) { in WrapUnderGetRule()
99 CFTypeRefPtr<PtrT>& operator=(const CFTypeRefPtr<PtrT>& aRhs) {
104 CFTypeRefPtr<PtrT>& operator=(CFTypeRefPtr<PtrT>&& aRefPtr) {
113 CFTypeRefPtr<PtrT>& AssignUnderCreateRule(PtrT aRawPtr) { in AssignUnderCreateRule()
119 CFTypeRefPtr<PtrT>& AssignUnderGetRule(PtrT aRawPtr) { in AssignUnderGetRule()
141 template <class PtrT>
147 template <class PtrT>
[all …]
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DCFTypeRefPtr.h34 template <class PtrT>
51 PtrT mRawPtr;
80 static CFTypeRefPtr<PtrT> WrapUnderCreateRule(PtrT aRawPtr) { in WrapUnderCreateRule()
86 static CFTypeRefPtr<PtrT> WrapUnderGetRule(PtrT aRawPtr) { in WrapUnderGetRule()
99 CFTypeRefPtr<PtrT>& operator=(const CFTypeRefPtr<PtrT>& aRhs) {
104 CFTypeRefPtr<PtrT>& operator=(CFTypeRefPtr<PtrT>&& aRefPtr) {
113 CFTypeRefPtr<PtrT>& AssignUnderCreateRule(PtrT aRawPtr) { in AssignUnderCreateRule()
119 CFTypeRefPtr<PtrT>& AssignUnderGetRule(PtrT aRawPtr) { in AssignUnderGetRule()
141 template <class PtrT>
147 template <class PtrT>
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DCFTypeRefPtr.h34 template <class PtrT>
51 PtrT mRawPtr;
80 static CFTypeRefPtr<PtrT> WrapUnderCreateRule(PtrT aRawPtr) { in WrapUnderCreateRule()
86 static CFTypeRefPtr<PtrT> WrapUnderGetRule(PtrT aRawPtr) { in WrapUnderGetRule()
99 CFTypeRefPtr<PtrT>& operator=(const CFTypeRefPtr<PtrT>& aRhs) {
104 CFTypeRefPtr<PtrT>& operator=(CFTypeRefPtr<PtrT>&& aRefPtr) {
113 CFTypeRefPtr<PtrT>& AssignUnderCreateRule(PtrT aRawPtr) { in AssignUnderCreateRule()
119 CFTypeRefPtr<PtrT>& AssignUnderGetRule(PtrT aRawPtr) { in AssignUnderGetRule()
141 template <class PtrT>
147 template <class PtrT>
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvalue_custom.h62 template <class T, class PtrT>
66 using CppType = PtrT;
148 template <class T, class PtrT>
155 template <class T, class PtrT>
157 Value_Pointer<T, PtrT>::set_(PtrT data, Glib::Object*) in set_()
164 template <class T, class PtrT>
165 inline PtrT
189 Value_Pointer<T, PtrT>::set_(PtrT data, void*) in set_()
195 inline PtrT
214 Value_Pointer<T, PtrT>::set(PtrT data) in set()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/memory/
H A Dnot_null-inl.h66 template <typename PtrT>
68 using type = PtrT;
119 template <typename PtrT>
146 typename not_null_base<PtrT>::element_type& not_null_base<PtrT>::operator*()
152 const PtrT& not_null_base<PtrT>::operator->() const noexcept {
157 not_null_base<PtrT>::operator const PtrT&() const& noexcept {
162 not_null_base<PtrT>::operator PtrT&&() && noexcept {
192 const PtrT& not_null_base<PtrT>::unwrap() const& noexcept {
200 PtrT&& not_null_base<PtrT>::unwrap() && noexcept {
208 PtrT& not_null_base<PtrT>::mutable_unwrap() noexcept {
[all …]
H A Dnot_null.h76 template <typename PtrT>
82 using pointer = PtrT;
143 operator PtrT&&() && noexcept;
170 PtrT&& unwrap() && noexcept;
182 PtrT& mutable_unwrap() noexcept;
189 PtrT ptr_;
197 template <typename PtrT>
405 template <typename PtrT>
406 void swap(not_null<PtrT>& lhs, not_null<PtrT>& rhs) noexcept;
442 template <typename PtrT>
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/CMCL/lib/Headers/cm-cl/
H A Datomic.h23 template <memory_order semantics, memory_scope scope, typename PtrT>
24 auto load(PtrT *ptr) { in load()
25 using element_type = typename cl::pointer_traits<PtrT *>::element_type; in load()
31 template <memory_order semantics, memory_scope scope, typename PtrT,
33 void store(PtrT *ptr, OpT operand) { in store()
51 typename PtrT, typename... OpT>
52 auto execute(PtrT *ptr, OpT... operands) { in execute()
61 return load<semantics, scope, PtrT>(ptr); in execute()
64 store<semantics, scope, PtrT>(ptr, operands...); in execute()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/lapack/
H A Dcuda.hpp155 template<class UL, class S, class PtrT, typename T = typename std::pointer_traits<PtrT>::element_ty…
156 void potrf(UL ul, S n, PtrT A, S incx, int& info){
172 template<class S, class PtrT, typename T = typename std::pointer_traits<PtrT>::element_type>
173 void syev(char jobz, char uplo, S n, PtrT a, S lda, PtrT w, PtrT /*work*/, S /*lwork*/, int& info){
207 …template<class UL, class S, class PtrT, typename T = typename std::pointer_traits<PtrT>::element_t…
208 auto potrf(UL ul, S n, PtrT A, S incx, int& info)
212 …template<class S, class PtrT, class P2, typename T = typename std::pointer_traits<PtrT>::element_t…
213 auto syev(char jobz, char uplo, S n, PtrT a, S lda, PtrT w, P2 work, S lwork, int& info)
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DCell.h691 template <class PtrT>
697 !std::is_base_of_v<Cell, PtrT>, in alignas()
708 PtrT* headerPtr() const { in alignas()
713 void setHeaderPtr(PtrT* newValue) { in alignas()
762 template <class BaseCell, class PtrT>
771 !std::is_pointer_v<PtrT>, in alignas()
797 PtrT* headerPtr() const { in alignas()
817 template <class PtrT>
824 !std::is_pointer_v<PtrT>, in alignas()
847 PtrT** headerPtrAddress() { in alignas()
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DCell.h679 template <class PtrT>
685 !std::is_base_of_v<Cell, PtrT>, in alignas()
696 PtrT* headerPtr() const { in alignas()
701 void setHeaderPtr(PtrT* newValue) { in alignas()
750 template <class BaseCell, class PtrT>
759 !std::is_pointer_v<PtrT>, in alignas()
785 PtrT* headerPtr() const { in alignas()
805 template <class PtrT>
812 !std::is_pointer_v<PtrT>, in alignas()
835 PtrT** headerPtrAddress() { in alignas()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DCell.h691 template <class PtrT>
697 !std::is_base_of_v<Cell, PtrT>, in alignas()
708 PtrT* headerPtr() const { in alignas()
713 void setHeaderPtr(PtrT* newValue) { in alignas()
762 template <class BaseCell, class PtrT>
771 !std::is_pointer_v<PtrT>, in alignas()
797 PtrT* headerPtr() const { in alignas()
817 template <class PtrT>
824 !std::is_pointer_v<PtrT>, in alignas()
847 PtrT** headerPtrAddress() { in alignas()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/BiF/
H A Dspirv_atomic_builtins_genx.cpp20 template <typename PtrT, atomic::operation op, memory_order OCLSemantics,
22 constexpr auto invokeConcreteAtomic(PtrT *ptr, OpT... operands) { in invokeConcreteAtomic()
33 return invokeConcreteAtomic<PtrT, operation, memory_order_seq_cst, in spirvAtomicHelperWithKnownScope()
36 return invokeConcreteAtomic<PtrT, operation, memory_order_relaxed, in spirvAtomicHelperWithKnownScope()
39 return invokeConcreteAtomic<PtrT, operation, memory_order_acquire, in spirvAtomicHelperWithKnownScope()
42 return invokeConcreteAtomic<PtrT, operation, memory_order_release, in spirvAtomicHelperWithKnownScope()
59 return spirvAtomicHelperWithKnownScope<PtrT, operation, in spirvAtomicHelper()
63 return spirvAtomicHelperWithKnownScope<PtrT, operation, in spirvAtomicHelper()
67 return spirvAtomicHelperWithKnownScope<PtrT, operation, in spirvAtomicHelper()
71 return spirvAtomicHelperWithKnownScope<PtrT, operation, in spirvAtomicHelper()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DCell.h663 template <class PtrT>
668 !std::is_base_of_v<Cell, PtrT>,
679 PtrT* ptr() const { in ptr()
689 void setPtr(PtrT* newValue) { in setPtr()
709 template <class PtrT>
715 !std::is_pointer_v<PtrT>, in staticAsserts()
728 void initPtr(PtrT* initial) { in initPtr()
735 PtrT* ptr() const { in ptr()
745 void setPtr(PtrT* newValue) { in setPtr()
748 PtrT::writeBarrierPre(ptr()); in setPtr()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anon74b43bcf0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anonf24eefa90111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anon014ddb5a0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anona06363a70111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anon0a52a15c0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anon537a7d8d0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anonba396bcf0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anon07be497a0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anonaffb17ca0111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anona83cfa070111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp37 typedef typename VectorT::value_type PtrT; typedef in __anonc61d9e790111::TinyPtrVectorTest
38 typedef typename RemovePointer<PtrT>::type ValueT;
39 using PtrTraits = PointerLikeTypeTraits<PtrT>;
45 std::vector<PtrT> TestPtrs;
49 TestPtrs.push_back(PtrT(&TestValues[i])); in TinyPtrVectorTest()
54 PtrT makePtr(ValueT *V) { return PtrT(V); } in makePtr()
56 ArrayRef<PtrT> testArray(size_t N) { in testArray()
60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues()
65 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { in setVectors()
72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()

123456789