Home | History | Annotate | Download | only in gdb

Lines Matching refs:nullary_t

16753       using nullary_t = decltype(nullary);
16755 const auto higher1st = [](nullary_t f){ return f(); };
16756 const auto higher2nd = [unary](nullary_t f1){
17570 using nullary_t = decltype(nullary);
17572 const auto higher1st = [](nullary_t f){ return f(); };
17573 const auto higher2nd = [unary](nullary_t f1){
18402 using nullary_t = decltype(nullary);
18404 const auto higher1st = [](nullary_t f){ return f(); };
18405 const auto higher2nd = [unary](nullary_t f1){