Searched refs:OtherTy (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-documentation-fixits.cpp19 /// \tparam OtherTy Bbb
20 template<typename SomeTy, typename OtherTy>
21 void test4(SomeTy aaa, OtherTy bbb);
H A Dwarn-documentation.cpp443 /// \tparam OtherTy Bbb
444 template<typename SomeTy, typename OtherTy>
445 void test_tparam8(SomeTy aaa, OtherTy bbb);
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h160 template<class OtherTy, class OtherIterTy>
161 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2224 Type *OtherTy = OtherPtrTy->getElementType(); local
2225 if (StructType *ST = dyn_cast<StructType>(OtherTy)) {
2228 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType();
/external/clang/lib/Sema/
H A DSemaExpr.cpp963 QualType OtherTy,
966 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy);
983 S.Context.getComplexType(OtherTy));
959 handleOtherComplexFloatConversion(Sema &S, ExprResult &ComplexExpr, ExprResult &OtherExpr, QualType ComplexTy, QualType OtherTy, bool ConvertComplexExpr, bool ConvertOtherExpr) argument

Completed in 182 milliseconds