Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc797 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG); in Par()
821 ReportUnsafe(parent, DEAD_VAR_MSG); in Use()
842 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitArguments()
869 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG); in VisitCallExpr()
1194 void ReportUnsafe(const clang::Expr* expr, const std::string& msg) { in ReportUnsafe() function in __anon85d096280111::FunctionAnalyzer