Home
last modified time | relevance | path

Searched defs:conditional (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-defaulted-functions.cpp216 struct conditional<true, X, Y> { typedef X type; }; argument
219 struct conditional<false, X, Y> { typedef Y type; }; struct
H A Dvector.cpp53 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() function
/llvm-project-15.0.7/clang/test/CXX/special/class.temporary/
H A Dp6.cpp189 void conditional(bool b) { in conditional() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp1679 ConditionalEvaluation conditional(*this); in EmitCXXNewExpr() local