Searched refs:emitUndef (Results 1 – 1 of 1) sorted by relevance
31 void emitUndef(CheckerContext &C, const Expr *RetE) const;68 emitUndef(C, RetE); in checkPreStmt()95 void ReturnUndefChecker::emitUndef(CheckerContext &C, const Expr *RetE) const { in emitUndef() function in ReturnUndefChecker