Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp39 enum VLASize_Kind { VLA_Garbage, VLA_Zero, VLA_Negative, VLA_Overflow }; enum in __anonc77b23810111::VLASizeChecker
52 void reportBug(VLASize_Kind Kind, const Expr *SizeE, ProgramStateRef State,
231 void VLASizeChecker::reportBug(VLASize_Kind Kind, const Expr *SizeE, in reportBug()