Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrChecker.cpp33 static const BugType *NullDereferenceBugTypePtr; variable
54 const BugType *getNullDereferenceBugType() { return NullDereferenceBugTypePtr; } in getNullDereferenceBugType()
102 NullDereferenceBugTypePtr = &Checker->NullDereferenceBugType; in registerSmartPtrChecker()