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.cpp69 using OneItParamFn = void (ContainerModeling::*)(CheckerContext &, SVal, typedef in __anonc3629c200111::ContainerModeling
88 CallDescriptionMap<OneItParamFn> OneIterParamFunctions = {
180 const OneItParamFn *Handler1 = OneIterParamFunctions.lookup(Call); in checkPostCall()