Searched refs:OtherTy (Results 1 – 5 of 5) sorted by relevance
20 template<typename SomeTy, typename OtherTy>21 void test4(SomeTy aaa, OtherTy bbb);
361 template<typename SomeTy, typename OtherTy>362 void test_tparam8(SomeTy aaa, OtherTy bbb);
160 template<class OtherTy, class OtherIterTy>161 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
2227 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local2228 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()2231 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()
936 QualType OtherTy, in handleOtherComplexFloatConversion() argument939 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy); in handleOtherComplexFloatConversion()956 S.Context.getComplexType(OtherTy)); in handleOtherComplexFloatConversion()