OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Uncopyable
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
undefined-internal.cpp
114
struct
Uncopyable
{
115
Uncopyable
() {}
117
Uncopyable
(const
Uncopyable
&); // expected-note {{declared private here}}
120
void f(const
Uncopyable
&) {}
122
f(
Uncopyable
()); // expected-warning {{C++98 requires an accessible copy constructor}}
/external/chromium_org/testing/gtest/test/
gtest_unittest.cc
[
all
...]
/external/gtest/test/
gtest_unittest.cc
[
all
...]
Completed in 143 milliseconds