OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:retaincountchecker
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.h
9
// This file defines diagnostics for
RetainCountChecker
, which implements
25
namespace
retaincountchecker
{
namespace in namespace:clang::ento
99
} // end namespace
retaincountchecker
RetainCountChecker.h
1
//==---
RetainCountChecker
.h - Checks for leaks and other issues -*- C++ -*--//
9
// This file defines the methods for
RetainCountChecker
, which implements
48
namespace
retaincountchecker
{
namespace in namespace:clang::ento
238
class
RetainCountChecker
278
RetainCountChecker
() {};
392
} // end namespace
retaincountchecker
RetainCountDiagnostics.cpp
9
// This file defines diagnostics for
RetainCountChecker
, which implements
15
#include "
RetainCountChecker
.h"
21
using namespace
retaincountchecker
;
316
namespace
retaincountchecker
{
namespace in namespace:clang::ento
353
} // end namespace
retaincountchecker
553
if (Tag == &
RetainCountChecker
::getCastFailTag()) {
557
if (Tag == &
RetainCountChecker
::getDeallocSentTag()) {
RetainCountChecker.cpp
1
//==--
RetainCountChecker
.cpp - Checks for leaks and other issues -*- C++ -*--//
9
// This file defines the methods for
RetainCountChecker
, which implements
14
#include "
RetainCountChecker
.h"
20
using namespace
retaincountchecker
;
26
namespace
retaincountchecker
{
namespace in namespace:clang::ento
32
} // end namespace
retaincountchecker
146
void
RetainCountChecker
::checkPostStmt(const BlockExpr *BE,
182
void
RetainCountChecker
::checkPostStmt(const CastExpr *CE,
229
void
RetainCountChecker
::processObjCLiterals(CheckerContext &C,
259
void
RetainCountChecker
::checkPostStmt(const ObjCArrayLiteral *AL
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026