OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_convertible
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/unittests/
array-view-selftests.c
39
/* Wrapper around std::
is_convertible
to make the code using it a bit
44
is_convertible
()
function
46
return std::
is_convertible
<From, To>::value;
59
&&
is_convertible
<const T (&) [1], array_view<const T>> ()
60
&&
is_convertible
<T (&) [1], array_view<const T>> ()
61
&&
is_convertible
<const T, array_view<const T>> ()
62
&&
is_convertible
<T, array_view<const T>> ()
65
&&
is_convertible
<T (&) [1], array_view<T>> ()
66
&& !
is_convertible
<const T (&) [1], array_view<T>> ()
67
&&
is_convertible
<T, array_view<T>> (
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/unittests/
array-view-selftests.c
39
/* Wrapper around std::
is_convertible
to make the code using it a bit
44
is_convertible
()
function
46
return std::
is_convertible
<From, To>::value;
59
&&
is_convertible
<const T (&) [1], array_view<const T>> ()
60
&&
is_convertible
<T (&) [1], array_view<const T>> ()
61
&&
is_convertible
<const T, array_view<const T>> ()
62
&&
is_convertible
<T, array_view<const T>> ()
65
&&
is_convertible
<T (&) [1], array_view<T>> ()
66
&& !
is_convertible
<const T (&) [1], array_view<T>> ()
67
&&
is_convertible
<T, array_view<T>> (
[
all
...]
Completed in 73 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026