Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3131 unsigned NonPlacementNewArgCount = 1; // size parameter in FindAllocationFunctions() local
3133 NonPlacementNewArgCount = in FindAllocationFunctions()
3136 OperatorNew->param_size() != NonPlacementNewArgCount || in FindAllocationFunctions()