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

  /external/clang/test/Misc/
integer-literal-printing.cpp 4 template <short T> class Type1 {};
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: no known conversion from 'Type1<-42>' to 'Type1<-42> &' for 1st argument;}}
11 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
  /external/clang/test/Parser/
cxx-decl.cpp 111 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}}
  /external/freetype/include/freetype/
ftmoderr.h 124 FT_MODERRDEF( Type1, 0x1300, "Type 1 module" )
  /external/v8/test/cctest/
test-disasm-arm.cc 331 TEST(Type1) {

Completed in 3583 milliseconds