HomeSort by: relevance | last modified time | path
    Searched refs:checkEndFunction (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 32 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
58 void TraversalDumper::checkEndFunction(const ReturnStmt *RS,
ReturnValueChecker.cpp 32 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
96 // If the invariant is broken it is reported by 'checkEndFunction()'.
117 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS,
CheckerDocumentation.cpp 194 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const {}
StackAddrEscapeChecker.cpp 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
294 void StackAddrEscapeChecker::checkEndFunction(const ReturnStmt *RS,
VirtualCallChecker.cpp 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
93 void VirtualCallChecker::checkEndFunction(const ReturnStmt *RS,
TestAfterDivZeroChecker.cpp 86 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
181 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *,
AnalysisOrderChecker.cpp 158 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const {
MIGChecker.cpp 95 // HACK: We're making two attempts to find the bug: checkEndFunction
104 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const {
CheckObjCDealloc.cpp 128 void checkEndFunction(const ReturnStmt *RS, CheckerContext &Ctx) const;
391 void ObjCDeallocChecker::checkEndFunction(
MoveChecker.cpp 52 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
MallocChecker.cpp 327 void checkEndFunction(const ReturnStmt *S, CheckerContext &C) const;
668 // Implementation of the checkPreStmt and checkEndFunction callbacks.
2713 void MallocChecker::checkEndFunction(const ReturnStmt *S,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 50 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
138 void UninitializedObjectChecker::checkEndFunction(
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 332 void checkEndFunction(const ReturnStmt *RS, CheckerContext &C) const;
RetainCountChecker.cpp 1367 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 259 ((const CHECKER *)checker)->checkEndFunction(RS, C);

Completed in 41 milliseconds