Searched defs:StringList (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/mandoc/
H A Dcompat_stringlist.h39 } StringList; typedef in typeref:struct:_stringlist
/freebsd-13-stable/include/
H A Dstringlist.h45 } StringList; typedef in typeref:struct:_stringlist
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h25 class StringList { class in namespace:lldb_private
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp22 StringList::StringList() : m_strings() {} function in class:StringList
24 StringList::StringList(const char *str) : m_strings() { function in class:StringList
29 StringList::StringList(const char **strv, int strc) : m_strings() { function in class:StringList
[all...]
/freebsd-13-stable/contrib/tnftp/
H A Dtnftp.h180 } StringList; typedef in typeref:struct:_stringlist
/freebsd-13-stable/contrib/bmake/
H A Dmake.h372 typedef struct List StringList; typedef in typeref:struct:List
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp168 template <class T> void init(const T &StringList) { argument

Completed in 133 milliseconds