Home
last modified time | relevance | path

Searched defs:PF2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/AST/Interp/
H A DDescriptor.cpp
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp117 typedef bool& (*PF2)(int, int); in main() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique.cpp348 std::unique_ptr<F> PF2 = std::unique_ptr<F>(new F{}); in initialization() local