| /llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 18 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the lea… 25 def : F<"_", "Alias for --strip-underscore">, Alias<strip_underscore>; 27 def : F<"n", "Alias for --no-strip-underscore">, Alias<no_strip_underscore>;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | readability-avoid-underscore-in-googletest-name.rst | 1 .. title:: clang-tidy - google-readability-avoid-underscore-in-googletest-name 3 google-readability-avoid-underscore-in-googletest-name 33 …lob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore 34 …lob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cxxfilt/ |
| H A D | strip-underscore.test | 1 ## Show the behaviour of --[no-]strip-underscore. This test does not test 5 RUN: llvm-cxxfilt --strip-underscore __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-STRIPP… 7 RUN: llvm-cxxfilt --no-strip-underscore __ZN2ns1fE _ZSt1f _f | FileCheck %s -check-prefix CHECK-UNS…
|
| H A D | simple.test | 3 ## (alias for --no-strip-underscore) because on darwin, the default for 4 ## --strip-underscore is true, but false elsewhere.
|
| H A D | strip-underscore-default-darwin.test | 3 ## Show that on darwin, the default is to strip the leading underscore.
|
| H A D | strip-underscore-default.test | 4 ## underscore.
|
| /llvm-project-15.0.7/llvm/tools/llvm-shlib/ |
| H A D | gen-msvc-exports.py | 54 def gen_llvm_c_export(output, underscore, libs, nm): argument 64 p = _UNDERSCORE_REGEX[underscore] 112 gen_llvm_c_export(ns.output, ns.underscore, libs, ns.nm)
|
| H A D | CMakeLists.txt | 128 set(GEN_UNDERSCORE "--underscore")
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxfilt.rst | 51 .. option:: --no-strip-underscore, -n 53 Do not strip a leading underscore. This is the default for all platforms 56 .. option:: --strip-underscore, -_ 58 Strip a single leading underscore, if present, from each input name before
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | reserved-identifier.rst | 12 - identifiers that begin with an underscore followed by an uppercase letter; 13 - identifiers in the global namespace that begin with an underscore. 15 The C standard additionally reserves names beginning with a double underscore, 17 underscore occurring anywhere.
|
| /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 21 underscore '_' in its name.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.h | 36 underscore, enumerator 199 return Kind == NamedRegister || Kind == underscore || in isRegister()
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | directive_include.s | 8 .include "directive\137set.s" # "\137" is underscore "_"
|
| H A D | directive_incbin.s | 5 .incbin "incbin\137abcd" # "\137" is underscore "_"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-simplest-elf.ll | 8 ; Check source looks ELF-like: no leading underscore, comments with //
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | Fortran-parsers.cpp | 235 SignedIntLiteralConstantWithoutKind{}, maybe(underscore >> kindParam)))) 241 space >> digitString, maybe(underscore >> kindParam) / !underscore)) 281 maybe(underscore >> kindParam))) 336 kindParam / underscore, charLiteralConstantWithoutKind) || 347 logicalTRUE, maybe(underscore >> kindParam)) || 349 logicalFALSE, maybe(underscore >> kindParam)))
|
| H A D | token-parsers.h | 649 constexpr auto underscore{"_"_ch}; 657 constexpr auto otherIdChar{underscore / !"'\""_ch ||
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
| H A D | Grammar.h | 155 SymbolID underscore() const { return Underscore; }; in underscore() function
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.h | 91 underscore, enumerator
|
| H A D | Lexer.cpp | 332 .Case("_", Token::underscore) in lexIdentifier()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/ |
| H A D | LRTableBuild.cpp | 109 if (G.lookupRule(I.rule()).Target == G.underscore() && !I.hasNext()) in buildSLR()
|
| H A D | Grammar.cpp | 167 FollowSets[G.underscore()].insert(tokenSymbol(tok::eof)); in followSets()
|
| H A D | LRGraph.cpp | 235 auto RRange = G.table().Nonterminals[G.underscore()].RuleRange; in buildLR0()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/ |
| H A D | GrammarTest.cpp | 142 EXPECT_EQ(G.underscore(), id("_")); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | modularize.rst | 261 names. If a header has one of these names, an underscore ('_') will be
|