Home
last modified time | relevance | path

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

12345

/llvm-project-15.0.7/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()
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()
215 return operator()(lhs.cstring, rhs); in operator()
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
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
8 The clang-analyzer-unix.cstring.NullArg check is an alias, please see
9 …yzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-nullarg>`_
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
8 The clang-analyzer-unix.cstring.BadSizeArg check is an alias, please see
9 …r Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#unix-cstring-badsizearg>`_
/llvm-project-15.0.7/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
6 int use = *cstring; in main()
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py69 cstring = process.ReadCStringFromMemory(
74 print("cstring read is:", cstring)
77 cstring,
90 cstring = process.ReadCStringFromMemory(
95 print("cstring read is:", cstring)
98 cstring,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp43 if (regex.Execute(entry.cstring.GetCString())) { in Find()
132 assert((bool)entry.cstring); in Encode()
133 encoder.AppendU32(strtab.Add(entry.cstring)); in Encode()
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dcstring-dedup.s17 .cstring
22 .cstring
/llvm-project-15.0.7/lld/test/MachO/
H A Dsection-order.s26 .cstring
30 .cstring
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
/llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/
H A Dexpected.cstring1 cstring
H A Dexpected.coroutine6 cstring
H A Dexpected.charconv8 cstring
H A Dexpected.atomic8 cstring
H A Dexpected.latch8 cstring
H A Dexpected.semaphore8 cstring
H A Dexpected.variant6 cstring
H A Dexpected.iterator7 cstring
H A Dexpected.experimental_iterator7 cstring
H A Dexpected.memory10 cstring
H A Dexpected.barrier11 cstring
H A Dexpected.any11 cstring
H A Dexpected.scoped_allocator10 cstring
H A Dexpected.optional10 cstring
H A Dexpected.experimental_coroutine10 cstring
/llvm-project-15.0.7/lldb/test/API/python_api/process/read-mem-cstring/
H A DMakefile2 EXE := read-mem-cstring

12345