OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_placeholder
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp
225
template<typename T> struct
is_placeholder
{
struct
275
inline typename safe_tuple_element<
is_placeholder
<Bound>::value -1,
278
return get<
is_placeholder
<Bound>::value-1>(args);
312
&& !
is_placeholder
<Bound>::value
334
struct
is_placeholder
<placeholder<N>> {
struct
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional
816
struct
is_placeholder
820
const int
is_placeholder
<_Tp>::value;
869
* Partial specialization of
is_placeholder
that provides the placeholder
873
struct
is_placeholder
<_Placeholder<_Num> >
877
const int
is_placeholder
<_Placeholder<_Num> >::value;
953
bool _IsPlaceholder = (
is_placeholder
<_Arg>::value > 0)>
1034
typedef typename _Safe_tuple_element<(
is_placeholder
<_Arg>::value
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional
816
struct
is_placeholder
820
const int
is_placeholder
<_Tp>::value;
869
* Partial specialization of
is_placeholder
that provides the placeholder
873
struct
is_placeholder
<_Placeholder<_Num> >
877
const int
is_placeholder
<_Placeholder<_Num> >::value;
953
bool _IsPlaceholder = (
is_placeholder
<_Arg>::value > 0)>
1034
typedef typename _Safe_tuple_element<(
is_placeholder
<_Arg>::value
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional
816
struct
is_placeholder
820
const int
is_placeholder
<_Tp>::value;
869
* Partial specialization of
is_placeholder
that provides the placeholder
873
struct
is_placeholder
<_Placeholder<_Num> >
877
const int
is_placeholder
<_Placeholder<_Num> >::value;
953
bool _IsPlaceholder = (
is_placeholder
<_Arg>::value > 0)>
1034
typedef typename _Safe_tuple_element<(
is_placeholder
<_Arg>::value
[
all
...]
Completed in 2109 milliseconds