Home
last modified time | relevance | path

Searched refs:opt_storage (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Dconstructor-convert.cpp12 struct opt_storage { struct
18 void f(opt_storage<int> o) { in f() argument
/external/llvm/include/llvm/Support/
DCommandLine.h1090 class opt_storage {
1101 opt_storage() : Location(nullptr) {}
1137 class opt_storage<DataType, false, true> : public DataType {
1157 template <class DataType> class opt_storage<DataType, false, false> {
1164 opt_storage() : Value(DataType()), Default(DataType()) {}
1188 public opt_storage<DataType, ExternalStorage,