Searched defs:Type1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp4 template <short T> class Type1 {}; class
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
/external/clang/test/Parser/
H A Dcxx-decl.cpp113 typedef Class1<Class2> Type1; // expected-error {{cannot combine with previous 'class' declaration specifier}} typedef
/external/llvm/include/llvm/Object/
H A DELF.h2261 uint8_t Type1 = (type >> 0) & 0xFF; local
2266 StringRef Name = getRelocationTypeName(Type1);

Completed in 618 milliseconds