Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp40 using HandlerFn = void (InvalidPtrChecker::*)(const CallEvent &Call, typedef in __anon170c77fd0111::InvalidPtrChecker
53 const CallDescriptionMap<HandlerFn> EnvpInvalidatingFunctions = {
70 const CallDescriptionMap<HandlerFn> PreviousCallInvalidatingFunctions = {
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp393 using HandlerFn = std::function<bool(ObjectFile &, DWARFContext &DICtx, typedef
745 HandlerFn HandleObj, raw_ostream &OS);
748 HandlerFn HandleObj, raw_ostream &OS) { in handleArchive()
765 HandlerFn HandleObj, raw_ostream &OS) { in handleBuffer()
812 static bool handleFile(StringRef Filename, HandlerFn HandleObj, in handleFile()