OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smartptr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtr.h
1
//===
SmartPtr
.h - Tracking smart pointer state. -------------------*- C++ -*-//
21
namespace
smartptr
{
namespace in namespace:clang::ento
31
} // namespace
smartptr
SmartPtrChecker.cpp
13
#include "
SmartPtr
.h"
38
BugType NullDereferenceBugType{this, "Null
SmartPtr
dereference",
52
namespace
smartptr
{
namespace in namespace:clang::ento
56
} // namespace
smartptr
62
if (!
smartptr
::isStdSmartPtrCall(Call))
74
if (
smartptr
::isNullSmartPtr(State, ThisRegion))
SmartPtrModeling.cpp
15
#include "
SmartPtr
.h"
87
namespace
smartptr
{
namespace in namespace:clang::ento
109
} // namespace
smartptr
181
if (!
smartptr
::isStdSmartPtrCall(Call))
232
if (&BR.getBugType() !=
smartptr
::getNullDereferenceBugType() ||
249
if (&BR.getBugType() !=
smartptr
::getNullDereferenceBugType() ||
298
if (
smartptr
::isNullSmartPtr(State, I.first))
351
if (&BR.getBugType() !=
smartptr
::getNullDereferenceBugType() ||
386
if (&BR.getBugType() !=
smartptr
::getNullDereferenceBugType() ||
426
if (&BR.getBugType() !=
smartptr
::getNullDereferenceBugType() |
[
all
...]
Completed in 35 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026