Searched refs:TypeB (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument 142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
|
| H A D | report.h | 48 u8 TypeA, u8 TypeB);
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 806 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local 807 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
|
| /src/sys/dev/acpica/ |
| H A D | acpi.c | 645 UINT8 TypeA, TypeB; in acpi_attach() local 647 if (ACPI_SUCCESS(AcpiGetSleepTypeData(state, &TypeA, &TypeB))) { in acpi_attach()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 275 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC. 276 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB, 281 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
|