Searched refs:WantSize (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1703 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize, in isBetterThan() 1719 return HasSizeT == WantSize; in isBetterThan() 1745 Sema &S, LookupResult &R, bool WantSize, bool WantAlign, in resolveDeallocationOverload() argument 1762 if (Best.isBetterThan(Info, WantSize, WantAlign)) in resolveDeallocationOverload() 1767 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()
|