/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 159 ArgEntry(llvm::StringRef str,char quote) ArgEntry() argument 217 char quote = m_entries[i].quote; GetCommandString() local 253 char quote; SetCommandString() local 364 char quote = SetArguments() local 640 char quote; SetFromString() local [all...] |
/llvm-project/lld/Common/ |
H A D | Reproduce.cpp | 45 std::string lld::quote(StringRef s) { in quote() function in lld
|
/llvm-project/clang/utils/ |
H A D | module-deps-to-rsp.py | 44 def quote(str): function
|
H A D | FuzzTest | 98 def quote(str): function
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.nonmem/ |
H A D | quoted.pass.cpp | 75 std::string quote(const char* p, char delim = '"', char escape = '\\') { in quote() function 137 std::wstring quote(const wchar_t* p, wchar_t delim = '"', wchar_t escape = '\\') { in quote() function
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Args.h | 40 char quote = '\0'; member
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 68 def quote(self, token): member in BooleanExpression
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Types.cpp | 98 std::string Include::quote() const { quote() function in clang::include_cleaner::Include
|
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
H A D | quoted.pass.cpp | 89 std::basic_string<CharT, Traits> quote ( const CharT *p, char delim='"', char escape='\\' ) { in quote() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cpp | 100 char quote = buf_[pos_++]; in parse_flag() local
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 792 char quote{*at_}; QuotedCharacterLiteral() local 1028 char quote{*p}; FortranInclude() local [all...] |
H A D | token-parsers.h | 307 char quote = **at; Parse() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Trace.cpp | 239 std::string quote(llvm::StringRef Text) { in quote() function in clang::clangd::trace::__anondc7550a90111::CSVMetricTracer
|
/llvm-project/flang/runtime/ |
H A D | namelist.cpp | 425 char32_t quote{*ch}; in SkipNamelistGroup() local
|
/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 724 static void quote(llvm::raw_ostream &OS, llvm::StringRef S) { in quote() function
|
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1380 static std::string quote(ArrayRef<StringRef> args) { quote() function
|