OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:markInteresting
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp
123
void
markInteresting
(BugReport *R, const AllocationPair &AP) const {
124
R->
markInteresting
(AP.first);
125
R->
markInteresting
(AP.second->Region);
274
markInteresting
(Report, AP);
315
Report->
markInteresting
(AS->Region);
368
Report->
markInteresting
(AS->Region);
434
Report->
markInteresting
(AS->Region);
543
markInteresting
(Report, AP);
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
[
all
...]
Completed in 178 milliseconds