Lines Matching defs:CE
275 void GenericTaintChecker::checkPreStmt(const CallExpr *CE, in checkPreStmt()
285 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt()
292 void GenericTaintChecker::addSourcesPre(const CallExpr *CE, in addSourcesPre()
327 bool GenericTaintChecker::propagateFromPre(const CallExpr *CE, in propagateFromPre()
368 void GenericTaintChecker::addSourcesPost(const CallExpr *CE, in addSourcesPost()
404 bool GenericTaintChecker::checkPre(const CallExpr *CE, CheckerContext &C) const{ in checkPre() argument
445 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, in process()
515 ProgramStateRef GenericTaintChecker::preFscanf(const CallExpr *CE, in preFscanf()
534 ProgramStateRef GenericTaintChecker::postSocket(const CallExpr *CE, in postSocket()
550 ProgramStateRef GenericTaintChecker::postScanf(const CallExpr *CE, in postScanf()
568 ProgramStateRef GenericTaintChecker::postRetTaint(const CallExpr *CE, in postRetTaint()
606 static bool getPrintfFormatArgumentNum(const CallExpr *CE, in getPrintfFormatArgumentNum()
653 bool GenericTaintChecker::checkUncontrolledFormatString(const CallExpr *CE, in checkUncontrolledFormatString()
665 bool GenericTaintChecker::checkSystemCall(const CallExpr *CE, in checkSystemCall()
692 bool GenericTaintChecker::checkTaintedBufferSize(const CallExpr *CE, in checkTaintedBufferSize()