Home
last modified time | relevance | path

Searched refs:emitUndef (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp31 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