Searched defs:c32 (Results 1 – 9 of 9) sorted by relevance
17 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
56 auto c32 = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local
49 F32_8::intern_type c32; in main() local
87 c32 = c31 + 246 enumerator
50 c32 = ComplexType.get(f32) variable
81 constexpr char32_t c32 = get(U"test\0\\\"\t\a\b\234\u1234\U0010ffff"); // \ variable
148 char32_t c32 = 0; // expected-warning {{'char32_t' type specifier is incompatible with C++98}} variable
110 const char32_t *c32; in deref_after_scope_char32_t_data() local
636 const std::string_view c32{{nullptr}}; in field_construction() member