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

  /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 167 struct Type2 {};
  /external/llvm/include/llvm/Object/
ELF.h     [all...]

Completed in 158 milliseconds