OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_pod
(Results
1 - 3
of
3
) sorted by null
/external/astl/include/
type_traits.h
147
// Substitution Failure Is Not An Error used in
is_pod
.
160
struct
is_pod
: public integral_constant<bool, sizeof(test_pod_type<_T>(0)) != sizeof(sfinae_types::one)> { };
struct in namespace:std
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
185
struct
is_pod
{
struct
189
static int is_pod0[
is_pod
<X>::value? -1 : 1];
190
static int is_pod1[
is_pod
<Y>::value? 1 : -1];
322
return
is_pod
<X>::value; // expected-error{{non-const lvalue reference to type 'int' cannot bind to a value of unrelated type 'const bool'}}
/external/clang/test/SemaCXX/
type-traits.cpp
92
void
is_pod
()
function
[
all
...]
Completed in 907 milliseconds