Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h40 class ProgramPointTag {
43 virtual ~ProgramPointTag();
54 class SimpleProgramPointTag : public ProgramPointTag {
106 const ProgramPointTag *tag = nullptr)
120 const ProgramPointTag *tag = nullptr)
276 const ProgramPointTag *tag) in StmtPoint()
317 const ProgramPointTag *tag = nullptr)
393 const ProgramPointTag *tag = nullptr)
407 const ProgramPointTag *tag = nullptr)
421 const ProgramPointTag *tag = nullptr)
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h166 const ProgramPointTag *Tag = nullptr) {
179 const ProgramPointTag *Tag = nullptr) {
187 const ProgramPointTag *Tag = nullptr) {
199 const ProgramPointTag *Tag = nullptr) {
213 const ProgramPointTag *Tag = nullptr) {
276 const ProgramPointTag *Tag = nullptr) {
H A DCoreEngine.h347 const ProgramPointTag *Tag = nullptr) {
353 const ProgramPointTag *Tag = nullptr) {
402 const ProgramPointTag *tag = nullptr,
412 const ProgramPointTag *tag = nullptr,
H A DExprEngine.h547 static std::pair<const ProgramPointTag *, const ProgramPointTag *>
639 const ProgramPointTag *tag = nullptr,
646 const ProgramPointTag *tag = nullptr);
682 const ProgramPointTag *tag,
H A DCallEvent.h54 class ProgramPointTag; variable
374 const ProgramPointTag *Tag = nullptr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp19 ProgramPointTag::~ProgramPointTag() {} in ~ProgramPointTag()
23 const ProgramPointTag *tag){ in getProgramPoint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2769 const ProgramPointTag *tag) { in evalStore()
2794 const ProgramPointTag *tag, in evalLoad()
2861 std::pair<const ProgramPointTag *, const ProgramPointTag*>
2890 const std::pair<const ProgramPointTag *, const ProgramPointTag*> &tags = in evalEagerlyAssumeBinOpBifurcation()
3028 if (const ProgramPointTag *Tag = OtherNode->getLocation().getTag()) in getNodeLabel()
H A DBugReporterVisitors.cpp1849 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &tags = in VisitNodeImpl()
1852 const ProgramPointTag *tag = PS->getTag(); in VisitNodeImpl()
H A DCallEvent.cpp340 const ProgramPointTag *Tag) const { in getProgramPoint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h351 const ProgramPointTag *Tag, CheckerContext &Ctx,
H A DRetainCountChecker.cpp1246 const ProgramPointTag *Tag, in handleAutoreleaseCounts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h491 class CheckerBase : public ProgramPointTag {