Home
last modified time | relevance | path

Searched defs:c32 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-wchar.cpp17 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DShuffleRewriter.cpp56 auto c32 = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dutf_sanity_check.pass.cpp49 F32_8::intern_type c32; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Denum-size.cpp87 c32 = c31 + 246 enumerator
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Demit_misc.py50 c32 = ComplexType.get(f32) variable
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp81 constexpr char32_t c32 = get(U"test\0\\\"\t\a\b\234\u1234\U0010ffff"); // \ variable
H A Dcxx98-compat.cpp148 char32_t c32 = 0; // expected-warning {{'char32_t' type specifier is incompatible with C++98}} variable
/llvm-project/clang/test/Analysis/
H A Dinner-pointer.cpp110 const char32_t *c32; in deref_after_scope_char32_t_data() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp636 const std::string_view c32{{nullptr}}; in field_construction() member