Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp117 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern);
285 shouldIgnoreRecord(RD, Opts.IgnoredRecordsWithFieldPattern)) { in isNonUnionUninit()
499 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord() function