Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDUniqueCStringMap.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 …]
/freebsd-14-stable/tests/sys/geom/class/eli/
HDgentestvect.py9 def cstring(s, encoding='ascii'): function
37 print '\t{ %s, %d, %s, %d, %s, %d },' % (cstring(salt), len(salt),
38 cstring(passwd), itr, cstring(hmacout), len(hmacout))
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDNameToDIE.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()
/freebsd-14-stable/contrib/elftoolchain/libelftc/
HDlibelftc_dem_arm.c56 struct cstring { struct
63 struct cstring array_str; argument
74 static void dest_cstring(struct cstring *);
76 static bool init_cstring(struct cstring *, size_t);
251 dest_cstring(struct cstring *s) in dest_cstring()
275 init_cstring(struct cstring *s, size_t len) in init_cstring()
HDlibelftc_dem_gnu2.c54 struct cstring { struct
61 struct cstring array_str; argument
72 static void dest_cstring(struct cstring *);
74 static bool init_cstring(struct cstring *, size_t);
335 dest_cstring(struct cstring *s) in dest_cstring()
359 init_cstring(struct cstring *s, size_t len) in init_cstring()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDcstring14 cstring synopsis
65 # error <cstring> tried including <string.h> but didn't find libc++'s <string.h> header. \
HDthread123 # include <cstring>
HDcharconv109 # include <cstring>
HDsystem_error166 # include <cstring>
HD__std_clang_module73 #include <cstring>
HDformat239 # include <cstring>
HDcondition_variable359 # include <cstring>
HDmutex505 # include <cstring>
HDversion112 __cpp_lib_freestanding_cstring 202306L <cstring>
HDscoped_allocator563 # include <cstring>
HDcodecvt586 # include <cstring>
HDfilesystem571 # include <cstring>
HDios878 # include <cstring>
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2142 SYMBOL(memchr, std::, <cstring>)
2143 SYMBOL(memchr, None, <cstring>)
2145 SYMBOL(memcmp, std::, <cstring>)
2146 SYMBOL(memcmp, None, <cstring>)
2148 SYMBOL(memcpy, std::, <cstring>)
2149 SYMBOL(memcpy, None, <cstring>)
2151 SYMBOL(memmove, std::, <cstring>)
2152 SYMBOL(memmove, None, <cstring>)
2161 SYMBOL(memset, std::, <cstring>)
2162 SYMBOL(memset, None, <cstring>)
[all …]
HDStdSpecialSymbolMap.inc20 SYMBOL(size_t, std::, <cstring>)
27 SYMBOL(size_t, None, <cstring>)
419 SYMBOL(NULL, None, <cstring>)
/freebsd-14-stable/contrib/llvm-project/libcxx/include/ext/
HD__hash16 #include <cstring>
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/
HDstd.compat.cppm.in38 #include <cstring>
HDstd.cppm.in59 #include <cstring>
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymtab.cpp1207 assert((bool)entry.cstring); in EncodeCStrMap()
1208 encoder.AppendU32(strtab.Add(entry.cstring)); in EncodeCStrMap()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td87 def CString : Package<"cstring">, ParentPackage<Unix>;
88 def CStringAlpha : Package<"cstring">, ParentPackage<UnixAlpha>;
480 } // end "unix.cstring"
504 } // end "alpha.unix.cstring"

12