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

  /external/llvm/lib/Object/
ELFYAML.cpp 752 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;
784 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
  /external/clang/test/Misc/
integer-literal-printing.cpp 7 template <unsigned short T> class Type2 {};
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/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 215 struct Type2 {};
  /external/llvm/include/llvm/Object/
ELF.h 289 uint8_t Type2 = (Type >> 8) & 0xFF;
296 Name = getRelocationTypeName(Type2);

Completed in 671 milliseconds