Home
last modified time | relevance | path

Searched refs:WantSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1750 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize, in isBetterThan()
1766 return HasSizeT == WantSize; in isBetterThan()
1792 Sema &S, LookupResult &R, bool WantSize, bool WantAlign, in resolveDeallocationOverload() argument
1809 if (Best.isBetterThan(Info, WantSize, WantAlign)) in resolveDeallocationOverload()
1814 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()
3291 bool WantSize, bool WantAligned) { in FindDeallocationFunction() argument
3308 resolveDeallocationOverload(*this, Found, /*WantSize*/ WantSize, in FindDeallocationFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6924 bool Diagnose = true, bool WantSize = false,