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

  /external/llvm/lib/Object/
ELFYAML.cpp 573 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)),
577 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF),
581 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24;
586 ELFYAML::ELF_REL Type2;
605 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/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 27 typedef Type1 Type2; // should show as hex
28 typedef Type2 Type3; // should show as char
89 Type2 T2ILookHex = 12;
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 215 struct Type2 {};
  /external/llvm/include/llvm/Object/
ELF.h 565 uint8_t Type2 = (Type >> 8) & 0xFF;
572 Name = getRelocationTypeName(Type2);
    [all...]

Completed in 784 milliseconds