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.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-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h153 template <class OtherTy>
155 const MachineInstrBundleIterator<OtherTy, IsReverse> &I,
156 typename std::enable_if<std::is_convertible<OtherTy *, Ty *>::value,
/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()