Searched defs:Type2 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp7 template <unsigned short T> class Type2 {}; class
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp27 typedef Type1 Type2; // should show as hex typedef
28 typedef Type2 Type3; // should show as char
89 Type2 T2ILookHex = 12;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp205 struct Type2 {}; struct
/external/llvm/include/llvm/Object/
H A DELF.h565 uint8_t Type2 = (Type >> 8) & 0xFF; local
572 Name = getRelocationTypeName(Type2);

Completed in 125 milliseconds