Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/test/Lexer/
H A Dchar-escapes-delimited.c101 void separators(void) { in separators() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp49 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 Dsource-interleave-prefix-non-windows.test4 ;; Test removal of trailing separators (only '/' on non-Windows systems).
H A Dsource-interleave-prefix-windows.test4 ;; Test removal of trailing separators (both '/' and '\' on Windows systems).
H A Dsource-interleave-prefix.test38 ;; 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 Dgfx1030_waitcnt_depctr.rst32 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx10_waitcnt_depctr.rst31 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx1030_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx7_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx8_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx9_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx10_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx940_waitcnt.rst41 …es may be specified in any order. Spaces, ampersands and commas may be used as optional separators.
H A Dgfx90a_waitcnt.rst41 …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 Dattr-availability-1.m99 …(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 Delf-berkeley.test3 ## field separators).
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Dclang-tidy-diff.py246 separators=(',', ':'))
/llvm-project-15.0.7/clang-tools-extra/docs/
H A DReleaseNotes.rst129 - 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 Dvscode.py264 json_str = json.dumps(command_dict, separators=(',', ':'))
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td210 "digit separators are incompatible with C++ standards before C++14">,
213 "digit separators are incompatible with C standards before C2x">,
H A DDiagnosticParseKinds.td1033 "use same version number separators '_' or '.'; as in "
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py1225 print(json.dumps(json_tree, indent=4, separators=(',', ': ')))
/llvm-project-15.0.7/llvm/docs/
H A DTestingGuide.rst587 character with a ``/``. This is useful to normalize path separators.
/llvm-project-15.0.7/libcxx/include/
H A Dlocale1507 // 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 DPassManagement.md504 elements of the list may contain commas that are not treated as separators for the

12