Searched defs:u32 (Results 1 – 6 of 6) sorted by relevance
55 auto u32 = paramType("u32")(); in TEST_F() local126 auto u32 = paramType("u32")(); in TEST_F() local
46 auto u32 = type_system.Parametric(sort["u32"])(); in TEST_F() local
49 auto u32 = type_system.Parametric(sort["u32"])(); in TEST_F() local
45 auto u32 = type_system.Parametric(sort["u32"])(); in TEST_F() local
37 uint32_t u32; in TEST() local179 uint32_t u32 = random_gen(), u32_z = 0, u32_min = std::numeric_limits<uint32_t>::min(), in TEST() local
514 IrConstructor &u32() // NOLINT(readability-identifier-naming) in u32() function