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

  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
not_constexpr_cxx11.fail.cpp 39 constexpr P U_V(42, 101); // expected-error {{must be initialized by a constant expression}}
46 constexpr P U_V(42, 101); // expected-error {{must be initialized by a constant expression}}
54 constexpr P U_V = {42, 101}; // expected-error {{must be initialized by a constant expression}}
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 44 #define U_V PIPE_BIND_VERTEX_BUFFER
50 #define U_TV U_V | U_T
51 #define U_TRV U_V | U_TR
52 #define U_TBV U_V | U_TB
53 #define U_TDV U_V | U_TD

Completed in 850 milliseconds