Searched refs:emitUndef (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp31 void emitUndef(CheckerContext &C, const Expr *RetE) const;
68 emitUndef(C, RetE);
95 void ReturnUndefChecker::emitUndef(CheckerContext &C, const Expr *RetE) const { function in class:ReturnUndefChecker

Completed in 810 milliseconds