OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NoDefault
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp
3
struct
NoDefault
{
4
NoDefault
() = delete; // expected-note {{here}}
5
NoDefault
(int);
30
NoDefault
nd1;
31
NoDefault
nd2 = 42;
39
S() {} // expected-error {{call to deleted constructor of '
NoDefault
'}} \
/frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h
38
NoDefault
= 1L << 2,
87
{ return (m_Type &
NoDefault
); }
Completed in 115 milliseconds