Searched refs:list_storage (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1512 // list_storage class
1518 template <class DataType, class StorageClass> class list_storage { class in namespace:llvm
1522 list_storage() = default;
1543 // of this list_storage specialization implements the minimum subset of the
1548 template <class DataType> class list_storage<DataType, bool> { class in namespace:llvm
1621 class list : public Option, public list_storage<DataType, StorageClass> {
1639 list_storage<DataType, StorageClass>::addValue(Val);
1661 list_storage<DataType, StorageClass>::clear();

Completed in 139 milliseconds