Home
last modified time | relevance | path

Searched defs:PF3 (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.cpp118 typedef bool const& (*PF3)(int, int, int); in main() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique.cpp356 std::unique_ptr<F> PF3 = std::unique_ptr<F>(new F{1}); in initialization() local