Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-uniqueptr-reset-release.cpp26 using FooFunc = void (*)(Foo *); typedef
54 std::unique_ptr<Bar, FooFunc> func_a, func_b; in f()
66 std::unique_ptr<Bar, FooFunc> func_a; in negatives()