Home
last modified time | relevance | path

Searched defs:StringList (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp22 StringList::StringList() : m_strings() {} in StringList() function in StringList
24 StringList::StringList(const char *str) : m_strings() { in StringList() function in StringList
29 StringList::StringList(const char **strv, int strc) : m_strings() { in StringList() function in StringList
/freebsd-src/contrib/mandoc/
H A Dcompat_stringlist.h42 } StringList; typedef
/freebsd-src/include/
H A Dstringlist.h43 } StringList; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h47 class StringList; variable
H A DFormatEntity.h28 class StringList; variable
/freebsd-src/contrib/tnftp/
H A Dtnftp.h180 } StringList; typedef
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h211 class StringList; global() variable
/freebsd-src/contrib/bmake/
H A Dmake.h419 typedef struct List StringList; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h274 SmallVector<std::string, 10> StringList; in printList() local