Searched refs:Chk (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h28 llvm::Optional<T> getConfiguration(CheckerManager &Mgr, Checker *Chk, argument
38 Mgr.reportInvalidCheckerOptionValue(Chk, Option,
49 Mgr.reportInvalidCheckerOptionValue(Chk, Option,
H A DVirtualCallChecker.cpp209 auto *Chk = Mgr.getChecker<VirtualCallChecker>(); local
210 Chk->BT_Pure = std::make_unique<BugType>(Mgr.getCurrentCheckerName(),
216 auto *Chk = Mgr.getChecker<VirtualCallChecker>(); local
219 Chk->BT_Impure = std::make_unique<BugType>(
222 Chk->ShowFixIts = Mgr.getAnalyzerOptions().getCheckerBooleanOption(
H A DDirectIvarAssignment.cpp222 auto Chk = mgr.registerChecker<DirectIvarAssignment>(); local
223 if (mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk,
225 Chk->ShouldSkipMethod = &AttrFilter;
H A DMoveChecker.cpp159 MovedBugVisitor(const MoveChecker &Chk, const MemRegion *R, argument
161 : Chk(Chk), Region(R), RD(RD), MK(MK), Found(false) {}
178 const MoveChecker &Chk; member in class:__anon1009::MoveChecker::MovedBugVisitor
301 ObjectKind OK = Chk.classifyObject(Region, RD);
306 Chk.explainObject(OS, Region, RD, MK);
317 Chk.explainObject(OS, Region, RD, MK);
322 Chk.explainObject(OS, Region, RD, MK);
H A DDeadStoresChecker.cpp560 auto *Chk = Mgr.registerChecker<DeadStoresChecker>();
563 Chk->WarnForDeadNestedAssignments =
564 AnOpts.getCheckerBooleanOption(Chk, "WarnForDeadNestedAssignments");
565 Chk->ShowFixIts =
566 AnOpts.getCheckerBooleanOption(Chk, "ShowFixIts");
H A DNumberObjectConversionChecker.cpp346 NumberObjectConversionChecker *Chk = local
348 Chk->Pedantic =
349 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, "Pedantic");
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp606 auto Chk = Mgr.registerChecker<UninitializedObjectChecker>(); local
609 UninitObjCheckerOptions &ChOpts = Chk->Opts;
611 ChOpts.IsPedantic = AnOpts.getCheckerBooleanOption(Chk, "Pedantic");
613 Chk, "NotesAsWarnings");
615 Chk, "CheckPointeeInitialization");
617 std::string(AnOpts.getCheckerStringOption(Chk, "IgnoreRecordsWithField"));
619 AnOpts.getCheckerBooleanOption(Chk, "IgnoreGuardedFields");
623 Mgr.reportInvalidCheckerOptionValue(Chk, "IgnoreRecordsWithField",
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1480 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); local
1481 Chk->DeallocSentTag =
1482 std::make_unique<CheckerProgramPointTag>(Chk, "DeallocSent");
1483 Chk->CastFailTag =
1484 std::make_unique<CheckerProgramPointTag>(Chk, "DynamicCastFail");
1491 auto *Chk = Mgr.getChecker<RetainCountChecker>(); local
1492 Chk->TrackObjCAndCFObjects = true;
1493 Chk->TrackNSCFStartParam = Mgr.getAnalyzerOptions().getCheckerBooleanOption(
1497 Chk->KIND = std::make_unique<RefCountBug>(Mgr.getCurrentCheckerName(), \
1516 auto *Chk local
[all...]

Completed in 225 milliseconds