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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1316 class opt_storage { class in namespace:llvm
1363 class opt_storage<DataType, false, true> : public DataType { class in namespace:llvm
1383 template <class DataType> class opt_storage<DataType, false, false> { class in namespace:llvm
1390 opt_storage() : Value(DataType()), Default(DataType()) {} function in class:llvm::opt_storage

Completed in 53 milliseconds