Searched refs:checkFormatSpecifiers (Results 1 – 2 of 2) sorted by relevance
72 bool checkFormatSpecifiers(const std::string& fmt, clang::SourceLocation loc);
914 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