Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDStringList.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-14-stable/contrib/mandoc/
HDcompat_stringlist.h42 } StringList; typedef
/freebsd-14-stable/include/
HDstringlist.h43 } StringList; typedef
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDPluginManager.h47 class StringList; variable
HDFormatEntity.h28 class StringList; variable
/freebsd-14-stable/contrib/tnftp/
HDtnftp.h180 } StringList; typedef
/freebsd-14-stable/contrib/bmake/
HDmake.h406 typedef struct List StringList; typedef
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h215 class StringList; variable
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScopedPrinter.h274 SmallVector<std::string, 10> StringList; in printList() local