/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/ |
H A D | quoted.pass.cpp | 65 void round_trip_e(const char* p, char escape) { in round_trip_e() 75 std::string quote(const char* p, char delim = '"', char escape = '\\') { in quote() 83 std::string unquote(const char* p, char delim = '"', char escape = '\\') { in unquote() 127 void round_trip_e(const wchar_t* p, wchar_t escape) { in round_trip_e() 137 std::wstring quote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in quote() 147 std::wstring unquote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in unquote()
|
/llvm-project/clang/tools/diag-build/ |
H A D | diag-build.sh | 90 escape () { function
|
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
H A D | quoted.pass.cpp | 77 void round_trip_e ( const CharT *p, char escape ) { in round_trip_e() 89 std::basic_string<CharT, Traits> quote ( const CharT *p, char delim='"', char escape='\\' ) { in quote() 100 std::basic_string<CharT, Traits> unquote ( const CharT *p, char delim='"', char escape='\\' ) { in unquote()
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macro-arg.s | 8 .macro escape a macro
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | shell.py | 60 def escape(word): function
|
H A D | report.py | 634 def escape(text): function
|
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/ |
H A D | asan-deque.cpp | 19 static void __attribute__((noinline, optnone)) escape(log_t &log) { in escape() function
|
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/ |
H A D | stress_test_is_same.sh.cpp | 51 void escape() { in escape() function
|
H A D | stress_test_metafunctions.sh.cpp | 57 void escape() { in escape() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | sanitize-metadata-nosanitize.c | 19 __attribute__((noinline, not_tail_called)) void escape(const volatile void *p) { in escape() function [all...] |
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | asan-deque.cpp | 26 static void __attribute__((noinline, optnone)) escape(deq_t &deq) { in escape() function
|
/llvm-project/compiler-rt/test/metadata/ |
H A D | covered.cpp | 13 __attribute__((noinline, not_tail_called)) void escape(const volatile void *p) { in escape() function
|
H A D | uar.cpp | 7 __attribute__((noinline, not_tail_called)) void escape(const volatile void *p) { in escape() function
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | FormatGen.cpp | 160 bool escape = false; lexString() local 285 bool escape = false; parseString() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 239 std::string Regex::escape(StringRef String) { in escape() function in Regex
|
H A D | YAMLParser.cpp | 705 std::string yaml::escape(StringRef Input, bool EscapePrintable) { escape() function in yaml
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | MarkupTests.cpp | 19 std::string escape(llvm::StringRef Text) { in escape() function
|
/llvm-project/compiler-rt/lib/hwasan/scripts/ |
H A D | hwasan_symbolize | 132 print(self, line, escape=True) global() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-constexpr-dynalloc.cpp | 83 constexpr int *escape = std::allocator<int>().allocate(3); // expected-error {{constant expression}} expected-note {{pointer to subobject of heap-allocated}} \ variable
|
/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
H A D | LoopPipelining.cpp | 413 for (auto escape : crossStageValues) { createKernelLoop() local
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 27 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { in escape() function [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-called-once.m | 45 void escape(void (^callback)(void)); function
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassRegistry.cpp | 226 for (const auto &escape : escapePairs) { in parseNextArg() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 2026 bool escape = true; in DoExecute() local
|