Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcall-and-message.cpp89 using FnTwoParam = void (*)(int, int); typedef
94 FnTwoParam f1 = f; in wrong_cast()