Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 24 of 24) sorted by relevance

/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/
H A Dquoted.pass.cpp65 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 Ddiag-build.sh90 escape () { function
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp77 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 Dmacro-arg.s8 .macro escape a macro
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py60 def escape(word): function
H A Dreport.py634 def escape(text): function
/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dasan-deque.cpp19 static void __attribute__((noinline, optnone)) escape(log_t &log) { in escape() function
/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_is_same.sh.cpp51 void escape() { in escape() function
H A Dstress_test_metafunctions.sh.cpp57 void escape() { in escape() function
/llvm-project/clang/test/CodeGen/
H A Dsanitize-metadata-nosanitize.c19 __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 Dasan-deque.cpp26 static void __attribute__((noinline, optnone)) escape(deq_t &deq) { in escape() function
/llvm-project/compiler-rt/test/metadata/
H A Dcovered.cpp13 __attribute__((noinline, not_tail_called)) void escape(const volatile void *p) { in escape() function
H A Duar.cpp7 __attribute__((noinline, not_tail_called)) void escape(const volatile void *p) { in escape() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp160 bool escape = false; lexString() local
285 bool escape = false; parseString() local
/llvm-project/llvm/lib/Support/
H A DRegex.cpp239 std::string Regex::escape(StringRef String) { in escape() function in Regex
H A DYAMLParser.cpp705 std::string yaml::escape(StringRef Input, bool EscapePrintable) { escape() function in yaml
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DMarkupTests.cpp19 std::string escape(llvm::StringRef Text) { in escape() function
/llvm-project/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize132 print(self, line, escape=True) global() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-constexpr-dynalloc.cpp83 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 DLoopPipelining.cpp413 for (auto escape : crossStageValues) { createKernelLoop() local
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp27 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { in escape() function
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dwarn-called-once.m45 void escape(void (^callback)(void)); function
/llvm-project/mlir/lib/Pass/
H A DPassRegistry.cpp226 for (const auto &escape : escapePairs) { in parseNextArg() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2026 bool escape = true; in DoExecute() local