Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckPlacementNew.cpp43 unsigned AllocatedTAlign,
48 const Expr *P, unsigned AllocatedTAlign) const;
51 const Expr *P, unsigned AllocatedTAlign) const;
55 unsigned AllocatedTAlign) const;
153 unsigned AllocatedTAlign, in emitBadAlignReport() argument
159 StorageTAlign, AllocatedTAlign)); in emitBadAlignReport()
178 unsigned AllocatedTAlign) const { in checkElementRegionAlign()
180 AllocatedTAlign]() -> bool { in checkElementRegionAlign()
208 if (AllocatedTAlign > BaseRegionAlign) { in checkElementRegionAlign()
209 emitBadAlignReport(P, C, AllocatedTAlign, BaseRegionAlign); in checkElementRegionAlign()
[all …]