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/
DMachineInstrBundleIterator.h45 template <class OtherTy>
46 MachineInstrBundleIterator(const MachineInstrBundleIterator<OtherTy> &I) in MachineInstrBundleIterator()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2084 Type *OtherTy = OtherPtrTy->getElementType(); in RewriteMemIntrinUserOfAlloca() local
2085 if (StructType *ST = dyn_cast<StructType>(OtherTy)) { in RewriteMemIntrinUserOfAlloca()
2088 Type *EltTy = cast<SequentialType>(OtherTy)->getElementType(); in RewriteMemIntrinUserOfAlloca()