Searched refs:conditional (Results 1 – 3 of 3) sorted by relevance
42 } conditional; member
1216 mod.conditional.exprId = exprId; in ER_Set()
29 typedef typename std::conditional<sizeof(T1) >= sizeof(T2), T1, T2>::type type;