OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemberType
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
base_from_member.hpp
65
template < typename
MemberType
, int UniqueID = 0 >
69
MemberType
member;
/external/clang/test/CXX/basic/basic.types/
p10.cpp
119
struct
MemberType
{
120
T t; // expected-note {{'
MemberType
<NonLiteral>' is not literal because it has data member 't' of non-literal type 'NonLiteral'}}
121
constexpr
MemberType
();
123
constexpr int f(
MemberType
<int>) { return 0; }
124
constexpr int f(
MemberType
<NonLiteral>) { return 0; } // expected-error {{not a literal type}}
/external/clang/lib/Sema/
SemaExprMember.cpp
[
all
...]
Completed in 322 milliseconds