Searched refs:emitBadAlignReport (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckPlacementNew.cpp | 42 void emitBadAlignReport(const Expr *P, CheckerContext &C, 152 void PlacementNewChecker::emitBadAlignReport(const Expr *P, CheckerContext &C, in emitBadAlignReport() function in PlacementNewChecker 209 emitBadAlignReport(P, C, AllocatedTAlign, BaseRegionAlign); in checkElementRegionAlign() 225 emitBadAlignReport(P, C, AllocatedTAlign, AddressAlign); in checkElementRegionAlign() 255 emitBadAlignReport(P, C, AllocatedTAlign, AddressAlign); in checkFieldRegionAlign() 266 emitBadAlignReport(P, C, AllocatedTAlign, StorageTAlign); in isVarRegionAlignedProperly()
|