Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h72 bool checkFormatSpecifiers(const std::string& fmt, clang::SourceLocation loc);
Db_frontend_action.cc914 checkFormatSpecifiers(args[0], GET_BEGINLOC(Call->getArg(0))); in VisitCallExpr()
959 bool BTypeVisitor::checkFormatSpecifiers(const string& fmt, SourceLocation loc) { in checkFormatSpecifiers() function in ebpf::BTypeVisitor