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

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

Completed in 98 milliseconds