Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp2870 bool isPlacementNew = !PlaceArgs.empty() || OperatorNew->param_size() != 1 || in FindAllocationFunctions() local
2873 if (isPlacementNew) { in FindAllocationFunctions()
2962 if (getLangOpts().CPlusPlus11 && isPlacementNew && in FindAllocationFunctions()