Searched refs:vrs (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.c | 453 unsigned vrs:5; member 462 emit_x(struct ppc_function *p, uint op, uint vrs, uint ra, uint rb, uint op2, in emit_x() argument 467 inst.inst.vrs = vrs; in emit_x() 475 printf(format, vrs, ra, rb); in emit_x()
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 312 constexpr const volatile S &vrs = s; // ok variable 318 …static_assert(vrs.i, ""); // expected-error {{constant expression}} expected-note {{read of volati…
|