OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotOwned
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h
55
NotOwned
, // Reference is not owned by still valid (not freed).
157
return getKind() ==
NotOwned
;
181
return RefVal(
NotOwned
, o, /*Count=*/0, 0, t, IvarAccessHistory::None);
RetainCountChecker.cpp
59
case
NotOwned
: {
60
Out << "
NotOwned
";
419
} else if (RE.
notOwned
()) {
690
if (RE.
notOwned
()) {
757
case RefVal::
NotOwned
:
766
V = V ^ RefVal::
NotOwned
;
789
case RefVal::
NotOwned
:
809
V = V ^ RefVal::
NotOwned
;
819
case RefVal::
NotOwned
:
1007
case RefVal::
NotOwned
:
[
all
...]
RetainCountDiagnostics.cpp
120
case RefVal::
NotOwned
:
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026