Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DProgram.cpp83 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local
85 if (!Quote && !Escape) { in printArg()
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-if-else/
H A Dtest.txt28 # Escape line breaks for multi-line expressions
45 # Escape %if. Without %if..%else context '%{' and '%}' are treated
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-recovery.cpp257 using Escape = decltype([] { return undef(); }()); in __anonb5846cf10202() typedef
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dmetadata.ll32 ;; Escape the first character when printing text IR, since it's a digit
/llvm-project-15.0.7/llvm/unittests/Support/
H A DGlobPatternTest.cpp42 TEST_F(GlobPatternTest, Escape) { in TEST_F() argument
H A DRegexTest.cpp129 TEST_F(RegexTest, Escape) { in TEST_F() argument
/llvm-project-15.0.7/llvm/unittests/TableGen/
H A DCodeExpanderTest.cpp94 TEST(CodeExpander, Escape) { in TEST() argument
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCrossCompile.cmake49 # Escape semicolons in the targets list so that cmake doesn't expand
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProgram.inc364 // The entire remainder of the argument is backslashes. Escape all of
372 // This is an embedded quote. Escape all preceding backslashes, then
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-strip.rst125 ``\`` Escape the next character ``\``
H A Dllvm-objcopy.rst242 ``\`` Escape the next character ``\``
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst5 "Escape symbols when creating std::initializer_list".
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3346 Value *Escape = in fixupIVUsers() local
3348 Escape->setName("ind.escape"); in fixupIVUsers()
3349 MissingVals[UI] = Escape; in fixupIVUsers()