OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rd3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
references.cpp
49
double&
rd3
= i; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a value of unrelated type 'int'}}
local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp
108
double&
rd3
= i; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a value of unrelated type 'int'}}
member in namespace:std_example_2
Completed in 70 milliseconds