Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1796 bool isBetterThan(const UsualDeallocFnInfo &Other, bool WantSize, in isBetterThan()
1812 return HasSizeT == WantSize; in isBetterThan()
1838 Sema &S, LookupResult &R, bool WantSize, bool WantAlign, in resolveDeallocationOverload() argument
1855 if (Best.isBetterThan(Info, WantSize, WantAlign)) in resolveDeallocationOverload()
1860 if (BestFns && Info.isBetterThan(Best, WantSize, WantAlign)) in resolveDeallocationOverload()
3293 bool WantSize, bool WantAligned) { in FindDeallocationFunction() argument
3310 resolveDeallocationOverload(*this, Found, /*WantSize*/ WantSize, in FindDeallocationFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8223 bool Diagnose = true, bool WantSize = false,