Searched defs:Type3 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct
71 struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type3Helper<(boolTy)false>::Ty' (aka 'boolTy')}}
/external/llvm/include/llvm/Object/
H A DELF.h2263 uint8_t Type3 = (type >> 16) & 0xFF; local
2273 Name = getRelocationTypeName(Type3);

Completed in 149 milliseconds