/llvm-project/lldb/include/lldb/Core/ |
H A D | UniqueCStringMap.h | 29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() 31 ConstString cstring; member 63 return m_map[idx].cstring; in GetCStringAtIndexUnchecked() 77 return ((idx < m_map.size()) ? m_map[idx].cstring : ConstString()); in GetCStringAtIndex() 88 if (pos != m_map.end() && pos->cstring == unique_cstr) in Find() 100 if (pos != m_map.end() && pos->cstring == unique_cstr) in FindFirstValueForName() 117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName() 140 if (regex.Execute(pos->cstring.GetCString())) in GetValues() 177 int result = c.ThreeWay(lhs.cstring, rhs.cstring); in Sort() 211 return operator()(lhs.cstring, rhs.cstring); in operator() [all …]
|
/llvm-project/libcxx/test/libcxx/transitive_includes/ |
H A D | cxx23.csv | 5 algorithm cstring 17 any cstring 33 atomic cstring 40 barrier cstring 53 bitset cstring 76 ccomplex cstring 112 chrono cstring 145 codecvt cstring 171 complex cstring 195 condition_variable cstring [all...] |
H A D | cxx26.csv | 5 algorithm cstring 17 any cstring 33 atomic cstring 40 barrier cstring 53 bitset cstring 76 ccomplex cstring 112 chrono cstring 145 codecvt cstring 171 complex cstring 195 condition_variable cstring [all...] |
H A D | cxx03.csv | 12 algorithm cstring 49 any cstring 92 array cstring 118 atomic cstring 132 barrier cstring 167 bitset cstring 207 ccomplex cstring 250 charconv cstring 272 chrono cstring 322 codecvt cstring [all...] |
H A D | cxx20.csv | 12 algorithm cstring 42 any cstring 73 array cstring 99 atomic cstring 115 barrier cstring 152 bitset cstring 192 ccomplex cstring 236 charconv cstring 261 chrono cstring 319 codecvt cstring [all...] |
H A D | cxx11.csv | 12 algorithm cstring 49 any cstring 92 array cstring 118 atomic cstring 132 barrier cstring 167 bitset cstring 207 ccomplex cstring 250 charconv cstring 272 chrono cstring 322 codecvt cstring [all...] |
H A D | cxx14.csv | 12 algorithm cstring 50 any cstring 94 array cstring 121 atomic cstring 135 barrier cstring 170 bitset cstring 211 ccomplex cstring 255 charconv cstring 277 chrono cstring 328 codecvt cstring [all...] |
H A D | cxx17.csv | 12 algorithm cstring 49 any cstring 92 array cstring 118 atomic cstring 132 barrier cstring 167 bitset cstring 207 ccomplex cstring 251 charconv cstring 274 chrono cstring 324 codecvt cstring [all...] |
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/ |
H A D | unix.cstring.BadSizeArg.rst | 1 .. title:: clang-tidy - clang-analyzer-unix.cstring.BadSizeArg 3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-badsize… 5 clang-analyzer-unix.cstring.BadSizeArg 11 The `clang-analyzer-unix.cstring.BadSizeArg` check is an alias, please see 13 <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-badsizearg>`_
|
H A D | unix.cstring.NullArg.rst | 1 .. title:: clang-tidy - clang-analyzer-unix.cstring.NullArg 3 … :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-nullarg 5 clang-analyzer-unix.cstring.NullArg 10 The `clang-analyzer-unix.cstring.NullArg` check is an alias, please see 12 <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-nullarg>`_
|
/llvm-project/lldb/test/API/python_api/process/ |
H A D | TestProcessAPI.py | 76 cstring = process.ReadCStringFromMemory(val.GetValueAsUnsigned(), 256, error) 80 print("cstring read is:", cstring) 83 cstring, 97 cstring = process.ReadCStringFromMemory( 103 print("cstring read is:", cstring) 106 cstring, 208 cstring = process.ReadCStringFromMemory( 214 self.assertEqual(cstring, message)
|
/llvm-project/lldb/test/API/functionalities/data-formatter/builtin-formats/ |
H A D | main.cpp | 3 const char cstring[15] = " \033\a\b\f\n\r\t\vaA09\0"; variable 7 int use = *cstring; in main()
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | NameToDIE.cpp | 45 if (regex.Execute(entry.cstring.GetCString())) { in Find() 133 assert((bool)entry.cstring); in Encode() 134 encoder.AppendU32(strtab.Add(entry.cstring)); in Encode()
|
/llvm-project/lld/test/MachO/invalid/ |
H A D | cstring-dedup.s | 17 .cstring 22 .cstring
|
H A D | cfstring.s | 7 .cstring
|
/llvm-project/lld/test/MachO/ |
H A D | cstring-align.s | 12 ## not by section alignment but by the number of trailing zeros of the cstring's 95 ## file's .cstring section. This makes the test cases more interesting since LLD
|
H A D | objc-methname.s | 18 # CSTRING-NEXT: existing-cstring 27 .cstring
|
H A D | section-order.s | 49 .cstring 53 .cstring
|
H A D | cstring-dedup.s | 60 .cstring 101 .cstring
|
/llvm-project/lldb/test/API/python_api/process/read-mem-cstring/ |
H A D | Makefile | 2 EXE := read-mem-cstring
|
/llvm-project/llvm/test/MC/MachO/ |
H A D | x86_64-sections.s | 8 .cstring
|
H A D | x86_32-sections.s | 8 .cstring
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | hello.s | 25 .cstring
|
/llvm-project/libcxx/include/ |
H A D | cstring | 14 cstring synopsis 60 # include <__cxx03/cstring> 69 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
|
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2186 SYMBOL(memchr, std::, <cstring>) 2187 SYMBOL(memchr, None, <cstring>) 2189 SYMBOL(memcmp, std::, <cstring>) 2190 SYMBOL(memcmp, None, <cstring>) 2192 SYMBOL(memcpy, std::, <cstring>) 2193 SYMBOL(memcpy, None, <cstring>) 2195 SYMBOL(memmove, std::, <cstring>) 2196 SYMBOL(memmove, None, <cstring>) 2205 SYMBOL(memset, std::, <cstring>) 2206 SYMBOL(memset, None, <cstring>) [all...] |