Searched refs:constexpr (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c206 static bool constexpr; /* constant #if expression */ variable
822 * We reset the constexpr flag in the last two cases.
880 constexpr = false;
898 constexpr = false;
958 constexpr = killconsts ? false : true;
961 return (constexpr ? LT_IF : ret == LT_ERROR ? LT_IF : ret);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx.xml.h9381 template<chip CHIP> constexpr inline uint16_t CMD_REGS[] = {};
9382 template<chip CHIP> constexpr inline uint16_t RP_BLIT_REGS[] = {};
9383 template<> constexpr inline uint16_t CMD_REGS<A6XX>[] = {
9544 template<> constexpr inline uint16_t CMD_REGS<A7XX>[] = {
9758 template<> constexpr inline uint16_t RP_BLIT_REGS<A6XX>[] = {
10838 template<> constexpr inline uint16_t RP_BLIT_REGS<A7XX>[] = {

Completed in 196 milliseconds