Searched refs:ReportUnsafe (Results 1 – 1 of 1) sorted by relevance
765 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG); in Par()789 ReportUnsafe(parent, DEAD_VAR_MSG); in Use()810 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitArguments()837 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitCallExpr()1162 void ReportUnsafe(const clang::Expr* expr, const std::string& msg) { in ReportUnsafe() function in __anond932a49f0111::FunctionAnalyzer