Searched refs:cstring (Results 1 – 25 of 120) sorted by relevance
12345
| /llvm-project-15.0.7/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() 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 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 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 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 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 D | main.cpp | 3 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 D | TestProcessAPI.py | 69 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 D | NameToDIE.cpp | 43 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 D | cstring-dedup.s | 17 .cstring 22 .cstring
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | section-order.s | 26 .cstring 30 .cstring
|
| 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
|
| /llvm-project-15.0.7/libcxx/test/libcxx/transitive_includes/ |
| H A D | expected.cstring | 1 cstring
|
| H A D | expected.coroutine | 6 cstring
|
| H A D | expected.charconv | 8 cstring
|
| H A D | expected.atomic | 8 cstring
|
| H A D | expected.latch | 8 cstring
|
| H A D | expected.semaphore | 8 cstring
|
| H A D | expected.variant | 6 cstring
|
| H A D | expected.iterator | 7 cstring
|
| H A D | expected.experimental_iterator | 7 cstring
|
| H A D | expected.memory | 10 cstring
|
| H A D | expected.barrier | 11 cstring
|
| H A D | expected.any | 11 cstring
|
| H A D | expected.scoped_allocator | 10 cstring
|
| H A D | expected.optional | 10 cstring
|
| H A D | expected.experimental_coroutine | 10 cstring
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/read-mem-cstring/ |
| H A D | Makefile | 2 EXE := read-mem-cstring
|
12345