Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp30 : SimpleProgramPointTag(CheckerName, Msg) {} in CheckerProgramPointTag()
34 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} in CheckerProgramPointTag()
H A DExprEngineCallAndReturn.cpp280 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value"); in processCallExit()
545 static SimpleProgramPointTag Tag("ExprEngine", in finishArgumentConstruction()
H A DExprEngine.cpp685 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node"); in removeDead()
1896 static SimpleProgramPointTag tag(TagProviderName, "Block count exceeded"); in processCFGBlockEntrance()
2852 static SimpleProgramPointTag tag(TagProviderName, "Location"); in evalLocation()
2863 static SimpleProgramPointTag in geteagerlyAssumeBinOpBifurcationTags()
H A DExprEngineCXX.cpp485 static SimpleProgramPointTag T("ExprEngine", in VisitCXXConstructExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp221 SimpleProgramPointTag::SimpleProgramPointTag(StringRef MsgProvider, in SimpleProgramPointTag() function in SimpleProgramPointTag
225 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h54 class SimpleProgramPointTag : public ProgramPointTag {
57 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h509 class CheckerProgramPointTag : public SimpleProgramPointTag {