Searched defs:conditional (Results 1 – 4 of 4) sorted by relevance
216 struct conditional<true, X, Y> { typedef X type; }; argument219 struct conditional<false, X, Y> { typedef Y type; }; struct
53 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() function
189 void conditional(bool b) { in conditional() function
1679 ConditionalEvaluation conditional(*this); in EmitCXXNewExpr() local