Home
last modified time | relevance | path

Searched refs:addVisitorCreator (Results 1 – 17 of 17) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp52 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, Ex); in checkPreStmt()
75 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkPreStmt()
DUndefResultChecker.cpp77 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, Ex); in checkPostStmt()
80 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, B); in checkPostStmt()
DVLASizeChecker.cpp68 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, SE); in checkPreStmt()
93 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, SE); in checkPreStmt()
DCallAndMessageChecker.cpp67 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in EmitBadCall()
97 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, argEx); in PreVisitProcessArg()
232 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkPreObjCMessage()
277 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in emitNilReceiverBug()
DDereferenceChecker.cpp78 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkLocation()
165 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkLocation()
DUndefinedArraySubscriptChecker.cpp45 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkPreStmt()
DReturnUndefChecker.cpp57 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, RetE); in checkPreStmt()
DDivZeroChecker.cpp66 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in checkPreStmt()
DUndefinedAssignmentChecker.cpp80 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, ex); in checkBind()
DUndefCapturedBlockVarChecker.cpp93 R->addVisitorCreator(bugreporter::registerFindLastStore, VR); in checkPostStmt()
DUndefBranchChecker.cpp103 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, Ex); in checkBranchCondition()
DAttrNonNullChecker.cpp111 R->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, arg); in checkPreStmt()
DUnixAPIChecker.cpp209 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, in CheckMallocZero()
DIdempotentOperationChecker.cpp416 report->addVisitorCreator(bugreporter::registerVarDeclsLastStore, LHS); in checkEndAnalysis()
421 report->addVisitorCreator(bugreporter::registerVarDeclsLastStore, RHS); in checkEndAnalysis()
DBasicObjCFoundationChecks.cpp417 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, Arg); in checkPreStmt()
DCStringChecker.cpp206 report->addVisitorCreator(bugreporter::registerTrackNullOrUndefValue, S); in checkNonNull()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h261 void addVisitorCreator(VisitorCreator creator, const void *data) { in addVisitorCreator() function