Home
last modified time | relevance | path

Searched refs:typeA (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py68 typeA = target.FindFirstType('DerivedA')
70 self.DebugSBType(typeA)
72 self.assertTrue(typeA)
94 instanceA = tellerA.Cast(typeA.GetPointerType())
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcatchswitch.ll9 %typeA = type { i8**, i8*, [20 x i8] }
10 @globalA = external global %typeA
48 ; CHECK-NEXT: [[TMP6:%.*]] = catchpad within [[TMP5]] [%typeA* @globalA, i32 8, i8* null]
91 %6 = catchpad within %5 [%typeA* @globalA, i32 8, i8* null]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp822 const char *typeA = command.GetArgumentAtIndex(0); in DoExecute() local
823 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() local
1881 ConstString typeCS(typeA); in DoExecute()
1948 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local
1949 ConstString typeCS(typeA); in DoExecute()
2058 const char *typeA = command.GetArgumentAtIndex(i); in DoExecute() local
2059 ConstString typeCS(typeA); in DoExecute()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3820 auto typeA = op.a().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local
3824 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()
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp1309 typename T::typeA x;
1324 typename T::typeA x;