Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-documentation-fixits.cpp20 template<typename SomeTy, typename OtherTy>
21 void test4(SomeTy aaa, OtherTy bbb);
Dwarn-documentation.cpp361 template<typename SomeTy, typename OtherTy>
362 void test_tparam8(SomeTy aaa, OtherTy bbb);
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h160 template<class OtherTy, class OtherIterTy>
161 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2227 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local
2228 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()
2231 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()
/external/clang/lib/Sema/
DSemaExpr.cpp936 QualType OtherTy, in handleOtherComplexFloatConversion() argument
939 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy); in handleOtherComplexFloatConversion()
956 S.Context.getComplexType(OtherTy)); in handleOtherComplexFloatConversion()