HomeSort by relevance Sort by last modified time
    Searched defs:TInt (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
ms-class-specialization-duplicate.cpp 6 typedef int TInt;
9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored as a Microsoft extension}}
  /external/clang/test/Parser/
typeof.c 3 typedef int TInt;
11 typeof(TInt) anInt;
12 short TInt eee; // expected-error{{expected ';' at end of declaration}}
  /external/clang/test/Sema/
array-init.c 19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}}

Completed in 694 milliseconds