Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp122 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern);
290 shouldIgnoreRecord(RD, Opts.IgnoredRecordsWithFieldPattern)) { in isNonUnionUninit()
502 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord() function