Searched refs:typeA (Results 1 – 5 of 5) sorted by relevance
68 typeA = target.FindFirstType('DerivedA')70 self.DebugSBType(typeA)72 self.assertTrue(typeA)94 instanceA = tellerA.Cast(typeA.GetPointerType())
9 %typeA = type { i8**, i8*, [20 x i8] }10 @globalA = external global %typeA48 ; CHECK-NEXT: [[TMP6:%.*]] = catchpad within [[TMP5]] [%typeA* @globalA, i32 8, i8* null]91 %6 = catchpad within %5 [%typeA* @globalA, i32 8, i8* null]
822 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute() local823 ConstString typeCS(typeA); in DoExecute()863 result.AppendErrorWithFormat("no custom formatter for %s.\n", typeA); in DoExecute()1880 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local1881 ConstString typeCS(typeA); in DoExecute()1948 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local1949 ConstString typeCS(typeA); in DoExecute()2058 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local2059 ConstString typeCS(typeA); in DoExecute()
3820 auto typeA = op.a().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local3824 if (typeA.getRows() != typeR.getRows() || in verifyCoopMatrixMulAdd()3825 typeA.getColumns() != typeB.getRows() || in verifyCoopMatrixMulAdd()3828 if (typeR.getScope() != typeA.getScope() || in verifyCoopMatrixMulAdd()3832 if (typeA.getElementType() != typeB.getElementType() || in verifyCoopMatrixMulAdd()
1309 typename T::typeA x;1324 typename T::typeA x;