Home
last modified time | relevance | path

Searched refs:HandlerFn (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h142 using HandlerFn = llvm::unique_function<void(Diagnostic &)>;
161 const HandlerFn &getHandlerFn() const { return handler; } in getHandlerFn()
164 HandlerFn takeHandlerFn() { in takeHandlerFn()
165 HandlerFn oldHandler = std::move(handler); in takeHandlerFn()
171 void setHandlerFn(HandlerFn &&newHandler) { handler = std::move(newHandler); } in setHandlerFn()
175 HandlerFn handler;
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DBugReportInterestingnessTest.cpp32 using HandlerFn = std::function<void(const InterestingnessTestChecker *, typedef in __anon72923f420111::InterestingnessTestChecker
35 CallDescriptionMap<HandlerFn> Handlers = {
53 const HandlerFn *Handler = Handlers.lookup(Call); in checkPreCall()
H A DFalsePositiveRefutationBRVisitorTest.cpp30 using HandlerFn = bool (Self::*)(const CallEvent &Call, typedef in clang::ento::__anon971e91060111::FalsePositiveGenerator
32 CallDescriptionMap<HandlerFn> Callbacks = {
82 if (const HandlerFn *Callback = Callbacks.lookup(Call)) in evalCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp37 using HandlerFn = void (InvalidPtrChecker::*)(const CallEvent &Call, typedef in __anon4834892d0111::InvalidPtrChecker
41 const CallDescriptionMap<HandlerFn> EnvpInvalidatingFunctions = {
53 const CallDescriptionMap<HandlerFn> PreviousCallInvalidatingFunctions = {
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp340 using HandlerFn = std::function<bool(ObjectFile &, DWARFContext &DICtx, typedef
605 HandlerFn HandleObj, raw_ostream &OS);
608 HandlerFn HandleObj, raw_ostream &OS) { in handleArchive()
625 HandlerFn HandleObj, raw_ostream &OS) { in handleBuffer()
671 static bool handleFile(StringRef Filename, HandlerFn HandleObj, in handleFile()