Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2659 bool isPlacementNew = !PlaceArgs.empty() || OperatorNew->param_size() != 1 || in FindAllocationFunctions() local
2662 if (isPlacementNew) { in FindAllocationFunctions()
2750 if (getLangOpts().CPlusPlus11 && isPlacementNew && in FindAllocationFunctions()
/external/clang/lib/Sema/
DSemaExprCXX.cpp2065 bool isPlacementNew = (!PlaceArgs.empty() || OperatorNew->param_size() != 1); in FindAllocationFunctions() local
2067 if (isPlacementNew) { in FindAllocationFunctions()