Home
last modified time | relevance | path

Searched refs:FT2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp182 template <typename FT1, typename FT2, bool Enable> struct LargestFTImpl {
183 using type = FT2;
186 template <typename FT1, typename FT2> struct LargestFTImpl<FT1, FT2, true> {
190 template <typename FT1, typename FT2>
192 typename LargestFTImpl<FT1, FT2, (sizeof(FT1) > sizeof(FT2))>::type;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5613 FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC, in isAtLeastAsSpecializedAs() argument
5616 FunctionDecl *FD2 = FT2->getTemplatedDecl(); in isAtLeastAsSpecializedAs()
5645 TemplateParameterList *TemplateParams = FT2->getTemplateParameters(); in isAtLeastAsSpecializedAs()
5673 S, Info.getLocation(), FT2, DeducedArgs, in isAtLeastAsSpecializedAs()
5682 S, FT2, Deduced, Info, in isAtLeastAsSpecializedAs()
5823 FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc, in getMoreSpecializedTemplate() argument
5830 const FunctionDecl *FD2 = FT2->getTemplatedDecl(); in getMoreSpecializedTemplate()
5916 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC, Args1, in getMoreSpecializedTemplate()
5918 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC, Args2, in getMoreSpecializedTemplate()
5924 return Better1 ? FT1 : FT2; in getMoreSpecializedTemplate()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12779 FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc,