Home
last modified time | relevance | path

Searched refs:TypeB (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp139 u8 TypeA, u8 TypeB) { in reportDeallocTypeMismatch() argument
142 stringifyAction(Action), Ptr, TypeA, TypeB); in reportDeallocTypeMismatch()
H A Dreport.h45 u8 TypeA, u8 TypeB);
/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-dependent-source.cpp181 typedef typename OtherUsing<T>::Type TypeB; typedef
202 typename UsingB<T>::TypeB value1; in test()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td281 // TypeB and TypeD may be empty if it must match that of TypeA or TypeC.
282 class MMA_OPS<list<GEOM> Geom, list<string> TypeA, list<string> TypeB,
287 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3,
/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp620 const uint8_t TypeB = XCOFF::RelocationType::R_NEG; in recordRelocation() local
621 XCOFFRelocation RelocB = {IndexB, FixupOffsetInCsect, SignAndSize, TypeB}; in recordRelocation()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format.td295 def TypeB : TestType<"TestD"> {
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td278 // 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,