Home
last modified time | relevance | path

Searched refs:OtherTy (Results 1 – 4 of 4) 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.cpp444 template<typename SomeTy, typename OtherTy>
445 void test_tparam8(SomeTy aaa, OtherTy bbb);
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h179 template<class OtherTy, class OtherIterTy>
180 bundle_iterator(const bundle_iterator<OtherTy, OtherIterTy> &I)
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2248 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local
2249 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()
2252 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()