Searched defs:bvc (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp63 volatile const Base bvc, volatile const Derived dvc,
67 volatile Base &bvr3 = bvc; // expected-error{{binding of reference to type 'volatile Base' to a value of type 'const volatile Base' drops qualifiers}}
62 bind_lvalue_quals(volatile Base b, volatile Derived d, volatile const Base bvc, volatile const Derived dvc, volatile const int ivc) argument

Completed in 90 milliseconds