Home
last modified time | relevance | path

Searched defs:sf1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-abbreviated-template.cpp18 using sf1 = decltype(S<int>::foo1(1, 2)); typedef
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp203 constexpr int (*sf1)(int) = &S::f; global() variable