Searched defs:do_mult (Results 1 – 7 of 7) sorted by relevance
45 void do_mult() { std::cout << "mult\n"; } in do_mult() function
44 auto do_mult = []{ std::cout << "mult\n"; }; in __anon19f07fbb0502() variable
93 auto do_mult = [&](std::uintmax_t val) { in TEST_CASE() local
41 void do_mult(char const*, char const*) { cout << "MULTIPLY\n"; } in do_mult() function
42 void do_mult(char const*, char const*) { cout << "MULTIPLY\n"; } in do_mult() function
868 auto do_mult = [&](uintmax_t& out, uintmax_t other) { in __space() local
1174 auto do_mult = [&](uintmax_t& out, uintmax_t other) { in __space() local