Searched defs:two (Results 1 – 4 of 4) sorted by relevance
32 static auto two(bool& executed) -> task<> in TEST() function58 static auto two(bool& caught) -> task<> in TEST() function
43 std::string two = "2"; in TEST() local
15 two enumerator
2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro