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

  /external/clang/test/Parser/
cxx-class.cpp 78 Ctor(UnknownType *); // expected-error{{unknown type name 'UnknownType'}}
79 void operator+(UnknownType*); // expected-error{{unknown type name 'UnknownType'}}
85 Ctor::Ctor(UnknownType *) {} // \
86 // expected-error{{unknown type name 'UnknownType'}}
87 void Ctor::operator+(UnknownType*) {} // \
88 // expected-error{{unknown type name 'UnknownType'}}
  /external/clang/test/SemaCXX/
unknown-type-name.cpp 83 int *test(UnknownType *fool) { return 0; } // expected-error{{unknown type name 'UnknownType'}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqloledb.h 179 #define V_SS_UNKNOWN(X) V_SS_UNION(X,UnknownType)
238 } UnknownType;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]

Completed in 339 milliseconds