Searched defs:u16 (Results 1 – 6 of 6) sorted by relevance
54 auto u16 = paramType("u16")(); in TEST_F() local125 auto u16 = paramType("u16")(); in TEST_F() local
45 auto u16 = type_system.Parametric(sort["u16"])(); in TEST_F() local
48 auto u16 = type_system.Parametric(sort["u16"])(); in TEST_F() local
44 auto u16 = type_system.Parametric(sort["u16"])(); in TEST_F() local
35 uint16_t u16; in TEST() local177 uint16_t u16 = random_gen(), u16_z = 0, u16_min = std::numeric_limits<uint16_t>::min(), in TEST() local
509 IrConstructor &u16() // NOLINT(readability-identifier-naming) in u16() function