Searched refs:TypeA (Results 1 – 4 of 4) 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/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, 280 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
|