|
clang
5.0.0
|
#include "ClangSACheckers.h"#include "clang/AST/EvaluatedExprVisitor.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "llvm/ADT/APSInt.h"#include "llvm/ADT/SmallVector.h"#include <utility>Go to the source code of this file.
Functions | |
| static bool | EvaluatesToZero (APSInt &Val, BinaryOperatorKind op) |
|
inlinestatic |
Definition at line 61 of file MallocOverflowSecurityChecker.cpp.
1.8.6