Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef MsgProvider, in SimpleProgramPointTag() function in SimpleProgramPointTag
50 StringRef SimpleProgramPointTag::getTagDescription() const { in getTagDescription()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDChecker.cpp28 : SimpleProgramPointTag(CheckerName, Msg) {} in CheckerProgramPointTag()
32 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} in CheckerProgramPointTag()
HDExprEngine.cpp380 static SimpleProgramPointTag cleanupTag(TagProviderName, "Clean Node"); in removeDead()
1384 static SimpleProgramPointTag tag(TagProviderName, "Block count exceeded"); in processCFGBlockEntrance()
2221 static SimpleProgramPointTag in evalLoad()
2305 static SimpleProgramPointTag tag(TagProviderName, "Location"); in evalLocation()
2316 static SimpleProgramPointTag in geteagerlyAssumeBinOpBifurcationTags()
HDExprEngineCallAndReturn.cpp285 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value"); in processCallExit()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h663 class SimpleProgramPointTag : public ProgramPointTag {
666 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h469 class CheckerProgramPointTag : public SimpleProgramPointTag {