HomeSort by relevance Sort by last modified time
    Searched defs:rd2 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
references.cpp 47 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 106 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} member in namespace:std_example_2

Completed in 125 milliseconds