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/llvm/lib/Object/
H A DELFYAML.cpp752 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)),
756 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF),
760 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24;
765 ELFYAML::ELF_REL Type2; member in struct:llvm::yaml::__anon11950::NormalizedMips64RelType
784 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp215 struct Type2 {}; struct
/external/llvm/include/llvm/Object/
H A DELF.h289 uint8_t Type2 = (Type >> 8) & 0xFF; local
296 Name = getRelocationTypeName(Type2);

Completed in 6915 milliseconds