Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp68 using OneItParamFn = void (ContainerModeling::*)(CheckerContext &, SVal, typedef in __anonc3629c200111::ContainerModeling
87 CallDescriptionMap<OneItParamFn> OneIterParamFunctions = {
183 const OneItParamFn *Handler1 = OneIterParamFunctions.lookup(Call); in checkPostCall()