Home
last modified time | relevance | path

Searched defs:char32_t (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libc/include/llvm-libc-types/
H A Dchar32_t.h14 typedef uint_least32_t char32_t; typedef
/llvm-project/clang/test/Lexer/
H A Dunicode-strings.c8 typedef __CHAR32_TYPE__ char32_t; typedef
/llvm-project/clang/test/CodeGen/
H A Dstring-literal.c11 typedef __CHAR32_TYPE__ char32_t; typedef
/llvm-project/clang/test/Sema/
H A Dstring-init.c6 typedef unsigned int char32_t; typedef
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A Dmain.c17 int char32_t = 1; in main() local
/llvm-project/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp36 #define char32_t macro
/llvm-project/clang/test/Analysis/
H A Dinner-pointer.cpp33 void consume(const char32_t *) {} in consume()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-printers.cc225 static const char* GetCharWidthPrefix(char32_t) { return "U"; } in GetCharWidthPrefix() argument