HomeSort by relevance Sort by last modified time
    Searched refs:opt_storage (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
constructor-convert.cpp 12 struct opt_storage { struct
18 void f(opt_storage<int> o) {
  /external/llvm/include/llvm/Support/
CommandLine.h 1061 class opt_storage { class in namespace:llvm::cl
1071 opt_storage() : Location(nullptr) {} function in class:llvm::cl::opt_storage
1102 class opt_storage<DataType,false,true> : public DataType { class in namespace:llvm::cl
1124 class opt_storage<DataType, false, false> { class in namespace:llvm::cl
1131 opt_storage() : Value(DataType()), Default(DataType()) {} function in class:llvm::cl::opt_storage
    [all...]

Completed in 138 milliseconds