Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Basic/
H A DObjCRuntime.cpp50 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 Ddash-dash.test14 # 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 Dcp-to-llvm.sh29 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 DNoProblemsAssistant.modularize10 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 Dmsan.cpp592 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 Ddash-before-letter.test1 # Test the use of dash before key letters.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A DREADME19 - Use dash '-' and not underscore '_' to separate words in file names, unless
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfuzzer-flags.test7 DASH_DASH: WARNING: did you mean '-max_len=100' (single dash)?
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX1013.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX904.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX900.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX1011.rst81 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX906.rst77 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX908.rst128 .. |---| unicode:: U+02014 .. em dash
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/
H A DOptions.td3 // lib.exe accepts options starting with either a dash or a slash.
/llvm-project-15.0.7/lld/test/ELF/
H A Demit-relocs.s6 ## Check single dash form.
/llvm-project-15.0.7/llvm/test/tools/llvm-ranlib/
H A DD-flag.test31 ## 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 Disl_stream.c1169 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 DOpts.td3 // For LLVM-specific options, we prefer a two-dash prefix, but accept one for
/llvm-project-15.0.7/lld/wasm/
H A DOptions.td21 // For options whose names are multiple letters, either one dash or
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc530 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 DOptions.td3 // link.exe accepts options starting with either a dash or a slash.
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td21 // For options whose names are multiple letters, either one dash or
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst757 that starts with a dash.
1203 that have lots of single letter arguments, but only require a single dash.
H A DYamlIO.rst24 A sequence is a list of items where each item starts with a leading dash ('-').

12