Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp9.cpp33 struct pixel { struct
36 constexpr pixel ur = { 1294, 1024 }; // ok argument
H A Dp1.cpp133 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct
136 constexpr pixel(int); argument
139 constexpr pixel::pixel(int a) in pixel() function in pixel