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

/external/llvm/include/llvm/Support/
H A DCommandLine.h1499 // bits_storage class
1505 template <class DataType, class StorageClass> class bits_storage { class in namespace:llvm
1516 bits_storage() : Location(nullptr) {}
1541 template <class DataType> class bits_storage<DataType, bool> {
1564 class bits : public Option, public bits_storage<DataType, Storage> {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h1415 // bits_storage class
1422 class bits_storage { class in namespace:llvm::cl
1434 bits_storage() : Location(0) {}
1463 class bits_storage<DataType, bool> {
1494 class bits : public Option, public bits_storage<DataType, Storage> {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1517 // bits_storage class
1523 template <class DataType, class StorageClass> class bits_storage { class in namespace:llvm
1534 bits_storage() = default;
1559 template <class DataType> class bits_storage<DataType, bool> {
1582 class bits : public Option, public bits_storage<DataType, Storage> {

Completed in 114 milliseconds