OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unrelated
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p3-cxx0x.cpp
27
struct
Unrelated
{
42
using
Unrelated
::foo; // expected-error {{not a base class}}
p4.cpp
191
struct
Unrelated
{
206
using
Unrelated
::foo; // expected-error {{not a base class}}
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp
58
struct
Unrelated
{
69
Unrelated
::foo(); // expected-error {{call to non-static member function without an object argument}}
/external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp
176
struct
Unrelated
{
191
Unrelated
::foo; // expected-error {{not a base class}} expected-warning {{access declarations are deprecated}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp
5
struct
Unrelated
{ };
54
Derived &dr2 = b; // expected-error{{non-const lvalue reference to type 'Derived' cannot bind to a value of
unrelated
type 'Base'}}
59
long &lr = i; // expected-error{{non-const lvalue reference to type 'long' cannot bind to a value of
unrelated
type 'int'}}
85
void bind_lvalue_to_unrelated(
Unrelated
ur) {
86
Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a value of
unrelated
type '
Unrelated
'}}
87
const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatile Base' cannot bind to a value of
unrelated
type '
Unrelated
'}}
/external/clang/test/Analysis/
inline.cpp
356
struct
Unrelated
{};
374
void testUnrelated(
Unrelated
*b) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py
[
all
...]
Completed in 300 milliseconds