Lines Matching defs:Result
44 static const Expr *getDestCapacityExpr(const MatchFinder::MatchResult &Result) { in getDestCapacityExpr()
63 const MatchFinder::MatchResult &Result) { in getLength()
95 static int getDestCapacity(const MatchFinder::MatchResult &Result) { in getDestCapacity()
103 static const CallExpr *getStrlenExpr(const MatchFinder::MatchResult &Result) { in getStrlenExpr()
117 static int getGivenLength(const MatchFinder::MatchResult &Result) { in getGivenLength()
140 const MatchFinder::MatchResult &Result) { in exprToStr()
151 const MatchFinder::MatchResult &Result) { in exprLocEnd()
163 static bool isInjectUL(const MatchFinder::MatchResult &Result) { in isInjectUL()
168 static bool isKnownDest(const MatchFinder::MatchResult &Result) { in isKnownDest()
174 static bool isDestBasedOnGivenLength(const MatchFinder::MatchResult &Result) { in isDestBasedOnGivenLength()
185 static bool isDestAndSrcEquals(const MatchFinder::MatchResult &Result) { in isDestAndSrcEquals()
195 static bool isStringDataAndLength(const MatchFinder::MatchResult &Result) { in isStringDataAndLength()
220 isGivenLengthEqualToSrcLength(const MatchFinder::MatchResult &Result) { in isGivenLengthEqualToSrcLength()
247 static bool isCorrectGivenLength(const MatchFinder::MatchResult &Result) { in isCorrectGivenLength()
257 static bool isDestCapacityOverflows(const MatchFinder::MatchResult &Result) { in isDestCapacityOverflows()
278 isFixedGivenLengthAndUnknownSrc(const MatchFinder::MatchResult &Result) { in isFixedGivenLengthAndUnknownSrc()
292 const MatchFinder::MatchResult &Result, in lengthExprHandle()
365 const MatchFinder::MatchResult &Result, in lengthArgHandle()
372 const MatchFinder::MatchResult &Result, in lengthArgPosHandle()
380 static bool isDestExprFix(const MatchFinder::MatchResult &Result, in isDestExprFix()
397 static bool isDestCapacityFix(const MatchFinder::MatchResult &Result, in isDestCapacityFix()
407 static void removeArg(int ArgPos, const MatchFinder::MatchResult &Result, in removeArg()
423 const MatchFinder::MatchResult &Result, in renameFunc()
438 const MatchFinder::MatchResult &Result, in renameMemcpy()
448 const MatchFinder::MatchResult &Result, in insertDestCapacityArg()
469 const MatchFinder::MatchResult &Result, in insertNullTerminatorExpr()
791 const MatchFinder::MatchResult &Result) { in check()
834 StringRef Name, const MatchFinder::MatchResult &Result) { in memoryHandlerFunctionFix()
865 StringRef Name, const MatchFinder::MatchResult &Result, in memcpyFix()
893 StringRef Name, const MatchFinder::MatchResult &Result, in memcpy_sFix()
919 StringRef Name, const MatchFinder::MatchResult &Result) { in memchrFix()
941 StringRef Name, const MatchFinder::MatchResult &Result, in memmoveFix()
954 const MatchFinder::MatchResult &Result) { in strerror_sFix()
965 StringRef Name, const MatchFinder::MatchResult &Result) { in ncmpFix()
997 StringRef Name, const MatchFinder::MatchResult &Result) { in xfrmFix()