Searched refs:NewDelete (Results 1 – 5 of 5) sorted by relevance
1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify …2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,cplusplus.NewDeleteLeaks -st…13 // checkers bounded with cplusplus.NewDelete.
135 // new/delete oparators are subjects of cplusplus.NewDelete.169 // Check for intersection with cplusplus.NewDelete bounded with
12 TEST(SimpleBufferAllocatorTest, NewDelete) { in TEST() argument
443 namespace NewDelete { namespace
242 def NewDeleteChecker : Checker<"NewDelete">,