Searched refs:TypeB (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 151 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument 154 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
|
| H A D | report.h | 47 u8 TypeA, u8 TypeB);
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 701 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local 702 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 278 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC. 279 class MMA_OPS<list<string> Geom, list<string> TypeA, list<string> TypeB, 284 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
|