• Home
  • Raw
  • Download

Lines Matching refs:MatchFinder

45 static const Expr *getDestCapacityExpr(const MatchFinder::MatchResult &Result) {  in getDestCapacityExpr()
64 const MatchFinder::MatchResult &Result) { in getLength()
96 static int getDestCapacity(const MatchFinder::MatchResult &Result) { in getDestCapacity()
104 static const CallExpr *getStrlenExpr(const MatchFinder::MatchResult &Result) { in getStrlenExpr()
118 static int getGivenLength(const MatchFinder::MatchResult &Result) { in getGivenLength()
141 const MatchFinder::MatchResult &Result) { in exprToStr()
152 const MatchFinder::MatchResult &Result) { in exprLocEnd()
164 static bool isInjectUL(const MatchFinder::MatchResult &Result) { in isInjectUL()
169 static bool isKnownDest(const MatchFinder::MatchResult &Result) { in isKnownDest()
175 static bool isDestBasedOnGivenLength(const MatchFinder::MatchResult &Result) { in isDestBasedOnGivenLength()
186 static bool isDestAndSrcEquals(const MatchFinder::MatchResult &Result) { in isDestAndSrcEquals()
196 static bool isStringDataAndLength(const MatchFinder::MatchResult &Result) { in isStringDataAndLength()
221 isGivenLengthEqualToSrcLength(const MatchFinder::MatchResult &Result) { in isGivenLengthEqualToSrcLength()
248 static bool isCorrectGivenLength(const MatchFinder::MatchResult &Result) { in isCorrectGivenLength()
258 static bool isDestCapacityOverflows(const MatchFinder::MatchResult &Result) { in isDestCapacityOverflows()
279 isFixedGivenLengthAndUnknownSrc(const MatchFinder::MatchResult &Result) { in isFixedGivenLengthAndUnknownSrc()
293 const MatchFinder::MatchResult &Result, in lengthExprHandle()
366 const MatchFinder::MatchResult &Result, in lengthArgHandle()
373 const MatchFinder::MatchResult &Result, in lengthArgPosHandle()
381 static bool isDestExprFix(const MatchFinder::MatchResult &Result, in isDestExprFix()
398 static bool isDestCapacityFix(const MatchFinder::MatchResult &Result, in isDestCapacityFix()
408 static void removeArg(int ArgPos, const MatchFinder::MatchResult &Result, in removeArg()
424 const MatchFinder::MatchResult &Result, in renameFunc()
439 const MatchFinder::MatchResult &Result, in renameMemcpy()
449 const MatchFinder::MatchResult &Result, in insertDestCapacityArg()
470 const MatchFinder::MatchResult &Result, in insertNullTerminatorExpr()
544 void NotNullTerminatedResultCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
793 const MatchFinder::MatchResult &Result) { in check()
836 StringRef Name, const MatchFinder::MatchResult &Result) { in memoryHandlerFunctionFix()
867 StringRef Name, const MatchFinder::MatchResult &Result, in memcpyFix()
895 StringRef Name, const MatchFinder::MatchResult &Result, in memcpy_sFix()
921 StringRef Name, const MatchFinder::MatchResult &Result) { in memchrFix()
943 StringRef Name, const MatchFinder::MatchResult &Result, in memmoveFix()
956 const MatchFinder::MatchResult &Result) { in strerror_sFix()
967 StringRef Name, const MatchFinder::MatchResult &Result) { in ncmpFix()
999 StringRef Name, const MatchFinder::MatchResult &Result) { in xfrmFix()