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

  /external/clang/test/Misc/
integer-literal-printing.cpp 4 template <short T> class Type1 {};
5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
68 Function1(Type1<-42>()); // expected-error{{no matching function for call to 'Function1'}}
  /external/clang/test/Parser/
cxx-decl.cpp 113 typedef Class1<Class2> Type1;
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
main.cpp 26 typedef int Type1; // should show as char
27 typedef Type1 Type2; // should show as hex
88 const Type1& T1ILookChar = 11;
  /external/llvm/include/llvm/Object/
ELF.h 564 uint8_t Type1 = (Type >> 0) & 0xFF;
569 StringRef Name = getRelocationTypeName(Type1);
    [all...]

Completed in 94 milliseconds