Searched defs:BT_call_few_args (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp55 mutable std::unique_ptr<BugType> BT_call_few_args; member in class:__anon18163::CallAndMessageChecker
395 LazyInit_BT("Function call with too few arguments", BT_call_few_args);
403 BugReport *R = new BugReport(*BT_call_few_args, os.str(), N);

Completed in 151 milliseconds