Searched refs:performCheck (Results 1 – 1 of 1) sorted by relevance
132 void performCheck(const Expr *E, CheckerContext &C) const;151 performCheck(E, C); in checkPostStmt()155 performCheck(E, C); in checkPostStmt()159 performCheck(E->getBase(), C); in checkPostStmt()550 void ArrayBoundCheckerV2::performCheck(const Expr *E, CheckerContext &C) const { in performCheck() function in ArrayBoundCheckerV2