Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
DNewDelete-intersections.mm1 // 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.
DMismatchedDeallocator-checker-test.mm128 // new/delete oparators are subjects of cplusplus.NewDelete.
162 // Check for intersection with cplusplus.NewDelete bounded with
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp443 namespace NewDelete { namespace
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td183 def NewDeleteChecker : Checker<"NewDelete">,