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

  /external/clang/test/Sema/
invalid-decl.c 11 typedef void ytype(); typedef
16 ytype globals_size; // expected-error {{field 'globals_size' declared as a function}}
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 8 template<typename T, typename XType, typename YType>
10 void f(XType x, YType y) {
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 283 clang::QualType YType = mY->getType();
285 if (XType != YType) {
289 << XType.getAsString() << YType.getAsString();

Completed in 379 milliseconds