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

  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 8 template<typename T, typename XType, typename YType>
10 void f(XType x, YType y) {
  /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 1367 milliseconds