Searched refs:NewDelete (Results 1 – 4 of 4) 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.
128 // new/delete oparators are subjects of cplusplus.NewDelete.162 // Check for intersection with cplusplus.NewDelete bounded with
443 namespace NewDelete { namespace
183 def NewDeleteChecker : Checker<"NewDelete">,