Searched refs:TypeA (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 70 bool WebAssemblyAsmTypeCheck::match(StackType TypeA, StackType TypeB) { in match() argument 72 assert(!std::get_if<Polymorphic>(&TypeA) && in match() 75 if (TypeA == TypeB) in match() 77 if (std::get_if<Any>(&TypeA) || std::get_if<Any>(&TypeB)) in match() 81 std::swap(TypeA, TypeB); in match() 83 if (std::get_if<Ref>(&TypeA) && in match()
|
| H A D | WebAssemblyAsmTypeCheck.h | 67 bool match(StackType TypeA, StackType TypeB);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 148 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument 151 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
|
| H A D | report.h | 47 u8 TypeA, u8 TypeB);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 409 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC. 410 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB, 414 !foldl([]<list<WMMA_REGS>>, TypeA, t2, type_a, !listconcat(t2,
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi.c | 641 UINT8 TypeA, TypeB; in acpi_attach() 643 if (ACPI_SUCCESS(AcpiGetSleepTypeData(state, &TypeA, &TypeB))) { in acpi_attach() 645 UINT8 TypeA, TypeB; acpi_attach() local
|