Searched refs:SimpleProgramPointTag (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | Checker.cpp | 30 : SimpleProgramPointTag(CheckerName, Msg) {} in CheckerProgramPointTag() 34 : SimpleProgramPointTag(Checker->getCheckName().getName(), Msg) {} in CheckerProgramPointTag()
|
| H A D | ExprEngineCallAndReturn.cpp | 280 static SimpleProgramPointTag retValBind("ExprEngine", "Bind Return Value"); in processCallExit() 545 static SimpleProgramPointTag Tag("ExprEngine", in finishArgumentConstruction()
|
| H A D | ExprEngine.cpp | 685 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 D | ExprEngineCXX.cpp | 485 static SimpleProgramPointTag T("ExprEngine", in VisitCXXConstructExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 221 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 D | ProgramPoint.h | 54 class SimpleProgramPointTag : public ProgramPointTag { 57 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg);
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 509 class CheckerProgramPointTag : public SimpleProgramPointTag {
|