| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ObjCRuntime.cpp | 50 std::size_t dash = input.rfind('-'); in tryParse() local 55 if (dash != StringRef::npos && dash + 1 != input.size() && in tryParse() 56 (input[dash+1] < '0' || input[dash+1] > '9')) { in tryParse() 57 dash = StringRef::npos; in tryParse() 62 StringRef runtimeName = input.substr(0, dash); in tryParse() 87 if (dash != StringRef::npos) { in tryParse() 88 StringRef verString = input.substr(dash + 1); in tryParse()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ |
| H A D | dash-dash.test | 14 # RUN: cp -- test-obj no-dash-dash1 15 # RUN: llvm-strip --remove-section=.test no-dash-dash1 16 # RUN: cmp -- no-dash-dash1 strip-obj1 17 # RUN: cmp -- no-dash-dash1 --strip-symbol 27 # RUN: cp -- test-obj no-dash-dash2 28 # RUN: llvm-strip no-dash-dash2 29 # RUN: cmp -- no-dash-dash2 strip-obj2 30 # RUN: cmp -- no-dash-dash2 --keep-symbol
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | cp-to-llvm.sh | 29 dash=$(echo "$I---------------------------" | cut -c -27 |\ 31 …sed -e '1s|^//=*-* .*\..* -*.*=*// *$|//===--- '"$I $dash"'-*- mode:c++;eval:(read-only-mode) -*-=…
|
| /llvm-project-15.0.7/clang-tools-extra/test/modularize/ |
| H A D | NoProblemsAssistant.modularize | 10 SubModule2/Header5-dash.dot.h 44 # CHECK-NEXT: header "SubModule2/Header5-dash.dot.h"
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 592 static const u32 dash = '-'; in __msan_set_alloca_origin4() local 594 dash + (dash << 8) + (dash << 16) + (dash << 24); in __msan_set_alloca_origin4()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | dash-before-letter.test | 1 # Test the use of dash before key letters.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | README | 19 - Use dash '-' and not underscore '_' to separate words in file names, unless
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | fuzzer-flags.test | 7 DASH_DASH: WARNING: did you mean '-max_len=100' (single dash)?
|
| /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
|
| H A D | AMDGPUAsmGFX900.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX1011.rst | 81 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX906.rst | 77 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX908.rst | 128 .. |---| unicode:: U+02014 .. em dash
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 3 // lib.exe accepts options starting with either a dash or a slash.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | emit-relocs.s | 6 ## Check single dash form.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ranlib/ |
| H A D | D-flag.test | 31 ## Check that the -D/-U option is only accepted with a single dash. This matches
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_stream.c | 1169 int dash; in isl_stream_yaml_read_end_sequence() local 1182 dash = tok->type == '-'; in isl_stream_yaml_read_end_sequence() 1185 if (indent >= get_yaml_indent(s) && dash) in isl_stream_yaml_read_end_sequence()
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 3 // For LLVM-specific options, we prefer a two-dash prefix, but accept one for
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Options.td | 21 // For options whose names are multiple letters, either one dash or
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 530 const char* const dash = strchr(p, '-'); in FilterMatchesTest() local 533 if (dash == nullptr) { in FilterMatchesTest() 537 positive = std::string(p, dash); // Everything up to the dash in FilterMatchesTest() 538 negative = std::string(dash + 1); // Everything after the dash in FilterMatchesTest()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Options.td | 3 // link.exe accepts options starting with either a dash or a slash.
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Options.td | 21 // For options whose names are multiple letters, either one dash or
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CommandLine.rst | 757 that starts with a dash. 1203 that have lots of single letter arguments, but only require a single dash.
|
| H A D | YamlIO.rst | 24 A sequence is a list of items where each item starts with a leading dash ('-').
|