Searched refs:performCheck (Results 1 – 1 of 1) sorted by relevance
55 void performCheck(const Expr *E, CheckerContext &C) const;66 performCheck(E, C); in checkPostStmt()70 performCheck(E, C); in checkPostStmt()74 performCheck(E->getBase(), C); in checkPostStmt()321 void ArrayBoundCheckerV2::performCheck(const Expr *E, CheckerContext &C) const { in performCheck() function in ArrayBoundCheckerV2