Searched defs:Type3 (Results 1 - 3 of 3) 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/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp28 typedef Type2 Type3; // should show as char typedef
29 typedef Type3 Type4; // should show as char
90 Type3 T3ILookChar = 13;
/external/llvm/include/llvm/Object/
H A DELF.h566 uint8_t Type3 = (Type >> 16) & 0xFF; local
576 Name = getRelocationTypeName(Type3);

Completed in 132 milliseconds