Lines Matching full:operator
211 // We don't like to generate the trivial copy/move assignment operator
245 // Explicit qualification with the scope operator (5.1) suppresses the
501 // No cookie is required if the operator new[] being used is the
502 // reserved placement operator new[].
606 // On overflow, produce a -1 so operator new will fail.
729 // operator new to throw.
916 /// A cleanup to call the given 'operator delete' function upon
955 // A member 'operator delete' can take an extra 'size_t' argument.
963 // Call 'operator delete'.
970 /// A cleanup to call the given 'operator delete' function upon
1012 // A member 'operator delete' can take an extra 'size_t' argument.
1024 // Call 'operator delete'.
1032 /// Enter a cleanup to call 'operator delete' if the initializer in a
1124 // operator, just "inline" it directly.
1168 // If there's an operator delete, enter a cleanup to call it if an
1201 // Deactivate the 'operator delete' cleanup if we finished
1233 // Check if we need to pass the size to the delete operator.
1257 /// Calls the given 'operator delete' on a single object.
1354 /// Calls the given 'operator delete' on an array of objects.
1538 // If the glvalue expression is obtained by applying the unary * operator to