Lines Matching refs:MatchFinder

445   IncrementGadget(const MatchFinder::MatchResult &Result)  in IncrementGadget()
480 DecrementGadget(const MatchFinder::MatchResult &Result) in DecrementGadget()
514 ArraySubscriptGadget(const MatchFinder::MatchResult &Result) in ArraySubscriptGadget()
559 PointerArithmeticGadget(const MatchFinder::MatchResult &Result) in PointerArithmeticGadget()
609 PointerInitGadget(const MatchFinder::MatchResult &Result) in PointerInitGadget()
660 PointerAssignmentGadget(const MatchFinder::MatchResult &Result) in PointerAssignmentGadget()
707 UnsafeBufferUsageAttrGadget(const MatchFinder::MatchResult &Result) in UnsafeBufferUsageAttrGadget()
733 DataInvocationGadget(const MatchFinder::MatchResult &Result) in DataInvocationGadget()
763 ULCArraySubscriptGadget(const MatchFinder::MatchResult &Result) in ULCArraySubscriptGadget()
806 UPCStandalonePointerGadget(const MatchFinder::MatchResult &Result) in UPCStandalonePointerGadget()
841 PointerDereferenceGadget(const MatchFinder::MatchResult &Result) in PointerDereferenceGadget()
881 UPCAddressofArraySubscriptGadget(const MatchFinder::MatchResult &Result) in UPCAddressofArraySubscriptGadget()
1029 UPCPreIncrementGadget(const MatchFinder::MatchResult &Result) in UPCPreIncrementGadget()
1072 UUCAddAssignGadget(const MatchFinder::MatchResult &Result) in UUCAddAssignGadget()
1114 DerefSimplePtrArithFixableGadget(const MatchFinder::MatchResult &Result) in DerefSimplePtrArithFixableGadget()
1156 struct GadgetFinderCallback : MatchFinder::MatchCallback { in findGadgets()
1161 void run(const MatchFinder::MatchResult &Result) override { in findGadgets()
1202 MatchFinder M; in findGadgets()