| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | char-escapes-delimited.c | 101 void separators(void) { in separators() function
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 49 inline const char *separators(Style style) { in separators() function 82 size_t end = path.find_first_of(separators(style), 2); in find_first_component() 91 size_t end = path.find_first_of(separators(style)); in find_first_component() 101 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos() 126 return str.find_first_of(separators(style), 2); in root_dir_start() 283 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() 436 size_t loc = component.find_first_not_of(separators(style)); in append() 731 size_t next_slash = remaining.find_first_of(separators(style)); in remove_dots() 847 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | source-interleave-prefix-non-windows.test | 4 ;; Test removal of trailing separators (only '/' on non-Windows systems).
|
| H A D | source-interleave-prefix-windows.test | 4 ;; Test removal of trailing separators (both '/' and '\' on Windows systems).
|
| H A D | source-interleave-prefix.test | 38 ;; All trailing separators on the prefix are discarded. 52 ;; Test do not skip extra separators. The --prefix-strip should take into
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx1030_waitcnt_depctr.rst | 32 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx10_waitcnt_depctr.rst | 31 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx1030_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx7_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx8_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx9_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx10_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx940_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| H A D | gfx90a_waitcnt.rst | 41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-availability-1.m | 99 …(macosx,introduced=10.3_0))); // expected-warning {{use same version number separators '_' or '.'}} 100 …(macosx,introduced=10_3.1))); // expected-warning {{use same version number separators '_' or '.'}}
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | elf-berkeley.test | 3 ## field separators).
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | clang-tidy-diff.py | 246 separators=(',', ':'))
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | ReleaseNotes.rst | 129 - Clang-tidy now consideres newlines as separators of single elements in the `Checks` section in 131 this list from each other, newline characters now also work as separators in the parsed YAML. That
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | vscode.py | 264 json_str = json.dumps(command_dict, separators=(',', ':'))
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 210 "digit separators are incompatible with C++ standards before C++14">, 213 "digit separators are incompatible with C standards before C2x">,
|
| H A D | DiagnosticParseKinds.td | 1033 "use same version number separators '_' or '.'; as in "
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | gdbremote.py | 1225 print(json.dumps(json_tree, indent=4, separators=(',', ': ')))
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestingGuide.rst | 587 character with a ``/``. This is useful to normalize path separators.
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | locale | 1507 // Stage 2 - Widen __nar while adding thousands separators 1586 // Stage 2 - Widen __nar while adding thousands separators
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PassManagement.md | 504 elements of the list may contain commas that are not treated as separators for the
|