Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp71 using TwoItParamFn = void (ContainerModeling::*)(CheckerContext &, SVal, SVal, typedef in __anon64bf2f500111::ContainerModeling
92 CallDescriptionMap<TwoItParamFn> TwoIterParamFunctions = {
181 const TwoItParamFn *Handler2 = TwoIterParamFunctions.lookup(Call); in checkPostCall()