Searched refs:types2 (Results 1 – 9 of 9) sorted by relevance
2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-p…
592 VerificationType[] types2, in equalVerificationTypes() argument597 types2.length < length)) in equalVerificationTypes()604 if (!types1[index].equals(types2[index])) in equalVerificationTypes()
269 List<NamedType> types2 = _secondary.findSubtypes(a); in findSubtypes() local270 if (types1 == null || types1.isEmpty()) return types2; in findSubtypes()271 if (types2 == null || types2.isEmpty()) return types1; in findSubtypes()272 ArrayList<NamedType> result = new ArrayList<NamedType>(types1.size() + types2.size()); in findSubtypes()274 result.addAll(types2); in findSubtypes()
2 ; RUN: %p/Inputs/type-unique-dst-types2.ll \
330 CObjectVector<COpenType> types2 = types; in Extract() local364 op.types = &types2; in Extract()
1179 CObjectVector<COpenType> types2; in UpdateArchive() local1182 types2.Add(options.MethodMode.Type); in UpdateArchive()1191 op.types = &types2; in UpdateArchive()
1921 std::vector<DataType> types2{DT_FLOAT}; in TEST_F() local1925 Status status = compiler.SetDeviceToHostMetadata(key, types2, shapes2); in TEST_F()1950 std::vector<DataType> types2{DT_FLOAT}; in TEST_F() local1954 Status status = compiler.SetHostToDeviceMetadata(key, types2, shapes2); in TEST_F()