Searched refs:TypeB (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 139 u8 TypeA, u8 TypeB) { 142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportInvalidChunkState() 156 reportDeallocTypeMismatch(AllocatorAction Action,void * Ptr,u8 TypeA,u8 TypeB) reportDeallocTypeMismatch() argument
|
H A D | report.h | 48 u8 TypeA, u8 TypeB);
|
/freebsd/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()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 473 UINT8 TypeA, TypeB; in acpi_attach() local 662 ACPI_SUCCESS(AcpiGetSleepTypeData(state, &TypeA, &TypeB))) in acpi_attach()
|
/freebsd/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,
|