Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2267 inline SizedDeallocationMode sizedDeallocationModeFromBool(bool IsSized) { in sizedDeallocationModeFromBool() argument
2268 return IsSized ? SizedDeallocationMode::Yes : SizedDeallocationMode::No; in sizedDeallocationModeFromBool()