Home
last modified time | relevance | path

Searched refs:underscore (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/
H A DOpts.td18 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 Dreadability-avoid-underscore-in-googletest-name.rst1 .. 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 Dstrip-underscore.test1 ## 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 Dsimple.test3 ## (alias for --no-strip-underscore) because on darwin, the default for
4 ## --strip-underscore is true, but false elsewhere.
H A Dstrip-underscore-default-darwin.test3 ## Show that on darwin, the default is to strip the leading underscore.
H A Dstrip-underscore-default.test4 ## underscore.
/llvm-project-15.0.7/llvm/tools/llvm-shlib/
H A Dgen-msvc-exports.py54 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 DCMakeLists.txt128 set(GEN_UNDERSCORE "--underscore")
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-cxxfilt.rst51 .. 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 Dreserved-identifier.rst12 - 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 DREADME19 - 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 DMILexer.h36 underscore, enumerator
199 return Kind == NamedRegister || Kind == underscore || in isRegister()
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_include.s8 .include "directive\137set.s" # "\137" is underscore "_"
H A Ddirective_incbin.s5 .incbin "incbin\137abcd" # "\137" is underscore "_"
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-simplest-elf.ll8 ; Check source looks ELF-like: no leading underscore, comments with //
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp235 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 Dtoken-parsers.h649 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 DGrammar.h155 SymbolID underscore() const { return Underscore; }; in underscore() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h91 underscore, enumerator
H A DLexer.cpp332 .Case("_", Token::underscore) in lexIdentifier()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp109 if (G.lookupRule(I.rule()).Target == G.underscore() && !I.hasNext()) in buildSLR()
H A DGrammar.cpp167 FollowSets[G.underscore()].insert(tokenSymbol(tok::eof)); in followSets()
H A DLRGraph.cpp235 auto RRange = G.table().Nonterminals[G.underscore()].RuleRange; in buildLR0()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DGrammarTest.cpp142 EXPECT_EQ(G.underscore(), id("_")); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dmodularize.rst261 names. If a header has one of these names, an underscore ('_') will be

12