Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
DTestCppValueCast.py71 typeB = target.FindFirstType('DerivedB')
73 self.DebugSBType(typeB)
75 self.assertTrue(typeB)
125 instanceB = tellerB.Cast(typeB.GetPointerType())
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DNullHandlingTest.java195 String typeB = in testPolymorphicDataNull() local
197 RootData typeBData = MAPPER.readValue(typeB, RootData.class); in testPolymorphicDataNull()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp3088 auto typeB = op.b().getType().cast<spirv::CooperativeMatrixNVType>(); in verifyCoopMatrixMulAdd() local
3092 typeA.getColumns() != typeB.getRows() || in verifyCoopMatrixMulAdd()
3093 typeB.getColumns() != typeR.getColumns()) in verifyCoopMatrixMulAdd()
3096 typeR.getScope() != typeB.getScope() || in verifyCoopMatrixMulAdd()
3099 if (typeA.getElementType() != typeB.getElementType() || in verifyCoopMatrixMulAdd()
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp1188 auto typeB = in TEST_FUNC() local
1194 auto f = makeFunction("memref_vector_matmul_test", {}, {typeA, typeB, typeC}); in TEST_FUNC()
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp1314 typename T::typeB x;
/external/libxml2/
Dxmlschemas.c16127 xmlSchemaTypePtr typeB) in xmlSchemaAreEqualTypes() argument
16133 if ((typeA == NULL) || (typeB == NULL)) in xmlSchemaAreEqualTypes()
16135 return (typeA == typeB); in xmlSchemaAreEqualTypes()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...