Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h29 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 Dcxx23.csv5 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 Dcxx26.csv5 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 Dcxx03.csv12 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 Dcxx20.csv12 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 Dcxx11.csv12 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 Dcxx14.csv12 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 Dcxx17.csv12 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 Dunix.cstring.BadSizeArg.rst1 .. 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 Dunix.cstring.NullArg.rst1 .. 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 DTestProcessAPI.py76 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 Dmain.cpp3 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 DNameToDIE.cpp45 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 Dcstring-dedup.s17 .cstring
22 .cstring
H A Dcfstring.s7 .cstring
/llvm-project/lld/test/MachO/
H A Dcstring-align.s12 ## 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 Dobjc-methname.s18 # CSTRING-NEXT: existing-cstring
27 .cstring
H A Dsection-order.s49 .cstring
53 .cstring
H A Dcstring-dedup.s60 .cstring
101 .cstring
/llvm-project/lldb/test/API/python_api/process/read-mem-cstring/
H A DMakefile2 EXE := read-mem-cstring
/llvm-project/llvm/test/MC/MachO/
H A Dx86_64-sections.s8 .cstring
H A Dx86_32-sections.s8 .cstring
/llvm-project/llvm/test/MC/AsmParser/
H A Dhello.s25 .cstring
/llvm-project/libcxx/include/
H A Dcstring14 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 DStdSymbolMap.inc2186 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...]

123