Searched defs:two (Results 1 – 14 of 14) 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
225 uint16_t two; in HELPER() local
2069 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro