Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 25 of 1799) sorted by relevance

12345678910>>...72

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dpointeralgorithm.h51 bool anyOf(const C &container, std::nullptr_t) in anyOf()
66 int count(const C &container, std::nullptr_t) in count()
81 int allOf(const C &container, std::nullptr_t) in allOf()
96 int erase(const C &container, std::nullptr_t) in erase()
111 bool contains(const C &container, std::nullptr_t) in contains()
148 PointerType<C> findOr(const C &container, std::nullptr_t, F function) in findOr()
162 PointerType<C> findOr(const C &container, std::nullptr_t, R S::*member) in findOr()
183 PointerType<C> findOr(const C &container, std::nullptr_t, PointerType<C> p) in findOr()
190 PointerType<C> findOr(const C &container, std::nullptr_t, std::nullptr_t) in findOr()
228 PointerType<C> findOrDefault(const C &container, std::nullptr_t) in findOrDefault()
[all …]
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/
H A Dhandle.hpp44 Handle(std::nullptr_t) {} in Handle()
47 Handle& operator=(std::nullptr_t) { m_ptr.reset(); return *this; } in operator =()
68 friend bool operator==(std::nullptr_t, const Handle& other) in operator ==()
73 friend bool operator==(const Handle& other, std::nullptr_t) in operator ==()
78 friend bool operator!=(std::nullptr_t, const Handle& other) in operator !=()
83 friend bool operator!=(const Handle& other, std::nullptr_t) in operator !=()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/com/sun/star/uno/
H A DAny.h125 Any(std::nullptr_t, Type const & type): in Any()
127 Any(std::nullptr_t, typelib_TypeDescription * type): in Any()
129 Any(std::nullptr_t, typelib_TypeDescriptionReference * type): in Any()
242 void setValue(std::nullptr_t, Type const & type) in setValue()
244 void setValue(std::nullptr_t, typelib_TypeDescriptionReference * type) in setValue()
246 void setValue(std::nullptr_t, typelib_TypeDescription * type) in setValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/com/sun/star/uno/
H A DAny.h121 Any(std::nullptr_t, Type const & type): in Any()
123 Any(std::nullptr_t, typelib_TypeDescription * type): in Any()
125 Any(std::nullptr_t, typelib_TypeDescriptionReference * type): in Any()
238 void setValue(std::nullptr_t, Type const & type) in setValue()
240 void setValue(std::nullptr_t, typelib_TypeDescriptionReference * type) in setValue()
242 void setValue(std::nullptr_t, typelib_TypeDescription * type) in setValue()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C5 typedef decltype(nullptr) nullptr_t; typedef
8 void f (nullptr_t) { } in f() argument
11 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/debug/
H A Dnullptr01.C4 typedef decltype(nullptr) nullptr_t; typedef
7 void f (nullptr_t) { } in f() argument
10 template <> nullptr_t g(A<nullptr_t>) in g()

12345678910>>...72