Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-wchar.cpp17 char32_t c32[] = U"test\0\\\"\t\a\b\234\u1234\U0010ffff"; // \ variable
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dutf_sanity_check.pass.cpp51 F32_8::intern_type c32; in main() local
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Demit_misc.py47 c32 = ComplexType.get(f32) variable
/llvm-project-15.0.7/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-15.0.7/clang/test/Analysis/
H A Dinner-pointer.cpp110 const char32_t *c32; in deref_after_scope_char32_t_data() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp636 const std::string_view c32{{nullptr}}; in field_construction() member