clang  5.0.0
Functions
ConversionChecker.cpp File Reference
#include "ClangSACheckers.h"
#include "clang/AST/ParentMap.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
Include dependency graph for ConversionChecker.cpp:

Go to the source code of this file.

Functions

static bool isGreaterEqual (CheckerContext &C, const Expr *E, unsigned long long Val)
 
static bool isNegative (CheckerContext &C, const Expr *E)
 

Function Documentation

static bool isGreaterEqual ( CheckerContext C,
const Expr E,
unsigned long long  Val 
)
static
static bool isNegative ( CheckerContext C,
const Expr E 
)
static