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/llvm/include/llvm/Object/
ELF.h 288 uint8_t Type1 = (Type >> 0) & 0xFF;
293 StringRef Name = getRelocationTypeName(Type1);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 442 milliseconds