Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp36 mutable int64_t AllowedPad; member in __anon329161bc0111::PaddingChecker
43 AllowedPad = in checkASTDecl()
45 assert(AllowedPad >= 0 && "AllowedPad option should be non-negative"); in checkASTDecl()
88 if (DiffPad.getQuantity() <= AllowedPad) { in visitRecord()