OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkEndFunction
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp
31
void
checkEndFunction
(CheckerContext &C) const;
53
void TraversalDumper::
checkEndFunction
(CheckerContext &C) const {
StackAddrEscapeChecker.cpp
36
void
checkEndFunction
(CheckerContext &Ctx) const;
162
void StackAddrEscapeChecker::
checkEndFunction
(CheckerContext &Ctx) const {
CheckerDocumentation.cpp
161
void
checkEndFunction
(CheckerContext &Ctx) const {}
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
234
((const CHECKER *)checker)->
checkEndFunction
(C);
Completed in 62 milliseconds