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
124
void
markInteresting
(BugReport *R, const AllocationPair &AP) const {
125
R->
markInteresting
(AP.first);
126
R->
markInteresting
(AP.second->Region);
275
markInteresting
(Report, AP);
316
Report->
markInteresting
(AS->Region);
369
Report->
markInteresting
(AS->Region);
435
Report->
markInteresting
(AS->Region);
544
markInteresting
(Report, AP);
/external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
[
all
...]
Completed in 2280 milliseconds