Searched defs:u8 (Results 1 – 6 of 6) sorted by relevance
53 auto u8 = paramType("u8")(); in TEST_F() local124 auto u8 = paramType("u8")(); in TEST_F() local
44 auto u8 = type_system.Parametric(sort["u8"])(); in TEST_F() local
47 auto u8 = type_system.Parametric(sort["u8"])(); in TEST_F() local
43 auto u8 = type_system.Parametric(sort["u8"])(); in TEST_F() local
33 uint8_t u8; in TEST() local175 uint8_t u8 = random_gen(), u8_z = 0, u8_min = std::numeric_limits<uint8_t>::min(), in TEST() local
504 IrConstructor &u8() // NOLINT(readability-identifier-naming) in u8() function