Home
last modified time | relevance | path

Searched refs:typeB (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py69 typeB = target.FindFirstType('DerivedB')
71 self.DebugSBType(typeB)
73 self.assertTrue(typeB)
123 instanceB = tellerB.Cast(typeB.GetPointerType())
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3821 auto typeB = op.b().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local
3825 typeA.getColumns() != typeB.getRows() || in verifyCoopMatrixMulAdd()
3826 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()
3829 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()
3832 if (typeA.getElementType() != typeB.getElementType() || in verifyCoopMatrixMulAdd()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp1314 typename T::typeB x;