Home
last modified time | relevance | path

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

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