Searched refs:FT1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 163 template <typename FT1, typename FT2, bool Enable> struct LargestFTImpl { 167 template <typename FT1, typename FT2> struct LargestFTImpl<FT1, FT2, true> { 168 using type = FT1; 171 template <typename FT1, typename FT2> 173 typename LargestFTImpl<FT1, FT2, (sizeof(FT1) > sizeof(FT2))>::type;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5405 const FunctionTemplateDecl *FT1, in isAtLeastAsSpecializedAs() argument 5413 FunctionDecl *FD1 = FT1->getTemplatedDecl(); in isAtLeastAsSpecializedAs() 5531 FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc, in getMoreSpecializedTemplate() argument 5536 const FunctionDecl *FD1 = FT1->getTemplatedDecl(); in getMoreSpecializedTemplate() 5603 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC, Reversed, in getMoreSpecializedTemplate() 5605 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC, Reversed, in getMoreSpecializedTemplate() 5611 return Better1 ? FT1 : FT2; in getMoreSpecializedTemplate() 5646 return FT1; in getMoreSpecializedTemplate() 5674 return FT1; in getMoreSpecializedTemplate() 5693 TemplateParameterList *TPL1 = FT1->getTemplateParameters(); in getMoreSpecializedTemplate() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 12523 FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc,
|