OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Satisfied
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp
43
DeleteBugVisitor() :
Satisfied
(false) {}
53
bool
Satisfied
;
110
if (
Satisfied
)
138
Satisfied
= true;
ObjCSuperDeallocChecker.cpp
66
bool
Satisfied
;
70
: ReceiverSymbol(ReceiverSymbol),
Satisfied
(false) {}
250
if (
Satisfied
)
264
Satisfied
= true;
TestAfterDivZeroChecker.cpp
61
bool
Satisfied
;
65
: ZeroSymbol(ZeroSymbol), SFC(SFC),
Satisfied
(false) {}
98
if (
Satisfied
)
117
Satisfied
= true;
LocalizationChecker.cpp
118
bool
Satisfied
;
122
: NonLocalizedString(NonLocalizedString),
Satisfied
(false) {
1004
if (
Satisfied
)
1019
Satisfied
= true;
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h
128
bool
Satisfied
= false;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
913
Satisfied
962
// If that is
satisfied
we found our statement as an inlined call.
974
// If that is
satisfied
we found our statement.
1047
Mode =
Satisfied
;
1164
Mode =
Satisfied
;
1206
case
Satisfied
:
1401
if (
Satisfied
)
1484
Satisfied
= true;
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026