clang
17.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "llvm/ADT/SmallVector.h"
#include <optional>
Go to the source code of this file.
Functions | |
static std::string | getName (const CallEvent &Call) |
static std::optional< bool > | isInvariantBreak (bool ExpectedValue, SVal ReturnV, CheckerContext &C) |
|
static |
Definition at line 61 of file ReturnValueChecker.cpp.
References string().
Referenced by clang::Sema::ActOnGCCAsmStmt(), clang::CodeGen::CGOpenMPRuntime::emitUDMapperArrayInitOrDel(), clang::serialization::DeclarationNameKey::getHash(), clang::DiagnosticIDs::getWarningOptionForGroup(), isBetterMultiversionCandidate(), clang::IdentifierInfo::isEditorPlaceholder(), clang::IdentifierInfo::operator<(), and clang::CodeGen::CGOpenMPRuntime::registerTargetGlobalVariable().
|
static |
Definition at line 73 of file ReturnValueChecker.cpp.