| /llvm-project-15.0.7/llvm/test/tools/opt-viewer/ |
| H A D | unicode-function-name.test | 1 RUN: %opt-viewer -s %p/Inputs/unicode-function-name -o %t %p/Inputs/unicode-function-name/s.opt.yam… 2 RUN: diff %p/Outputs/unicode-function-name/index.html %t/index.html 3 RUN: diff %p/Outputs/unicode-function-name/s.swift.html %t/s.swift.html 7 RUN: %opt-viewer -s %p/Inputs/unicode-function-name -o %t.unused %p/Inputs/unicode-function-name/s.…
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-filepath.cc | 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 209 delete [] unicode; in FileOrDirectoryExists() 231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() 233 delete [] unicode; in DirectoryExists() 321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local 322 int result = CreateDirectory(unicode, nullptr) ? 0 : -1; in CreateFolder() 323 delete [] unicode; in CreateFolder()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Locale.cpp | 10 return llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth() 14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
| H A D | FormattedStream.cpp | 31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() 32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
|
| H A D | UnicodeNameToCodepointGenerated.cpp | 70 namespace unicode { namespace
|
| H A D | Unicode.cpp | 20 namespace unicode { namespace
|
| H A D | DJB.cpp | 57 return sys::unicode::foldCharSimple(C); in foldCharDwarf()
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/ |
| H A D | sarif-multi-diagnostic-test.c | 33 int unicode(void) { in unicode() function 43 unicode(); in main()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFString.py | 178 if self.explicit and self.unicode: 216 "unicode", str(int(self.unicode))) 237 self.unicode == False and self.special == False and \ 240 elif self.unicode: 349 self.unicode = self.is_unicode()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/six/ |
| H A D | six.py | 52 text_type = unicode 666 return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape") 753 isinstance(data, unicode) and 763 if isinstance(sep, unicode): 769 if isinstance(end, unicode): 777 if isinstance(arg, unicode): 781 newline = unicode("\n") 782 space = unicode(" ")
|
| /llvm-project-15.0.7/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 50 .. |sect| unicode:: U+00A7 51 .. |hellip| unicode:: U+2026
|
| /llvm-project-15.0.7/openmp/runtime/doc/doxygen/ |
| H A D | header.tex | 21 unicode 28 unicode
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | rm-unicode-0.txt | 1 # Check removing unicode
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | format-binary.test | 45 # RUN: ld.lld d/£.o --format=binary d/£.o -o unicode 46 # RUN: llvm-nm -p unicode | FileCheck --check-prefix=UNICODE %s
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Unicode.h | 25 namespace unicode {
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | misleading-bidirectional.rst | 6 Warn about unterminated bidirectional unicode sequence, detecting potential attack
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A"
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | mri-nonascii.test | 7 ## decode it to unicode. The filename in the redirection below will then
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Encoding.h | 47 int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX1013.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX904.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | DiagnosticDocs.inc | 51 .. |nbsp| unicode:: 0xA0
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | debug-vars-dwarf4.s | 38 ## between unicode and ascii output (with unicode being the default). 39 # RUN: llvm-objdump %t.o -d --debug-vars=unicode | \
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_clang.py | 51 string_type = unicode if sys.version_info < (3,) else str
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 58 .. |nbsp| unicode:: 0xA0
|