Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp120 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern);
288 shouldIgnoreRecord(RD, Opts.IgnoredRecordsWithFieldPattern)) { in isNonUnionUninit()
500 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord() function