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 1023 class opt_storage { class in namespace:llvm::cl
1033 opt_storage() : Location(0) {} function in class:llvm::cl::opt_storage
1064 class opt_storage<DataType,false,true> : public DataType { class in namespace:llvm::cl
1086 class opt_storage<DataType, false, false> { class in namespace:llvm::cl
1093 opt_storage() : Value(DataType()), Default(DataType()) {} function in class:llvm::cl::opt_storage
    [all...]

Completed in 429 milliseconds