Home
last modified time | relevance | path

Searched refs:Type2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/kyua/store/
H A Ddbtypes_test.cpp56 template< typename Type1, typename Type2, typename Type3 >
59 Type2 value, in do_ok_test()
82 template< typename Type1, typename Type2 >
85 Type2 (*column)(sqlite::statement&, const char*), in do_invalid_test()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslload.c1043 ACPI_OBJECT_TYPE Type2) in LdMatchExternType() argument
1046 BOOLEAN Type2IsLocal = Type2 > ACPI_TYPE_EXTERNAL_MAX; in LdMatchExternType()
1061 ExternalType = Type2; in LdMatchExternType()
1065 LocalType = Type2; in LdMatchExternType()
1070 return (Type1 == Type2); in LdMatchExternType()
H A Daslprepkg.c169 UINT8 Type2,
619 UINT8 Type2, in ApCheckPackageElements() argument
642 ApCheckObjectType (PredefinedName, Op, Type2, (i + Count1)); in ApCheckPackageElements()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsprepkg.c177 UINT8 Type2,
866 UINT8 Type2, in AcpiNsCheckPackageElements() argument
897 Type2, (i + Count1 + StartIndex)); in AcpiNsCheckPackageElements()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1835 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1839 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType()
1843 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1848 ELFYAML::ELF_REL Type2; member
1979 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1323 const SPIRVType *Type2) const { in isBitcastCompatible()
1324 if (!Type1 || !Type2) in isBitcastCompatible()
1326 auto Op1 = Type1->getOpcode(), Op2 = Type2->getOpcode(); in isBitcastCompatible()
1331 (Op2 == SPIRV::OpTypePointer || retrieveScalarOrVectorIntType(Type2))) in isBitcastCompatible()
1337 Bits2 = getNumScalarOrVectorTotalBitWidth(Type2); in isBitcastCompatible()
H A DSPIRVGlobalRegistry.h419 const SPIRVType *Type2) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h700 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
707 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h278 typeTupleInSet(unsigned TypeIdx0, unsigned TypeIdx1, unsigned Type2,
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt3489 Subspace Type2" (Headers, Disassembler, and data table compiler).