Searched defs:Type1 (Results 1 - 4 of 4) 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/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp26 typedef int Type1; // should show as char typedef
27 typedef Type1 Type2; // should show as hex
88 const Type1& T1ILookChar = 11;
/external/clang/test/Parser/
H A Dcxx-decl.cpp113 typedef Class1<Class2> Type1; typedef
/external/llvm/include/llvm/Object/
H A DELF.h288 uint8_t Type1 = (Type >> 0) & 0xFF; local
293 StringRef Name = getRelocationTypeName(Type1);

Completed in 527 milliseconds