HomeSort by relevance Sort by last modified time
    Searched defs:Type1 (Results 1 - 9 of 9) 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 122 typedef Class1<Class2> Type1;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELF.h 399 uint8_t Type1 = (Type >> 0) & 0xFF;
404 StringRef Name = getRelocationTypeName(Type1);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 169 LLT Type1;
173 return Type0 == Other.Type0 && Type1 == Other.Type1 &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
RISCVCompressInstEmitter.cpp 277 DefInit *Type1 = dyn_cast<DefInit>(Arg1);
279 assert(Type1 && ("Arg1 type not found\n"));
281 return Type1->getDef() == Type2->getDef();
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 286 uint8_t Type1 = (Type >> 0) & 0xFF;
291 StringRef Name = getRelocationTypeName(Type1);
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 604 SMBIOS_TABLE_TYPE1 *Type1;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h     [all...]

Completed in 837 milliseconds