Home | Sort by relevance Sort by last modified time |
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ | |
p12.cpp | 9 static void static_foo() { function in struct:ReachingThis |
/external/clang/test/SemaCXX/ | |
MicrosoftSuper.cpp | 19 static void static_foo() {} function in struct:Base1 43 __super::static_foo(); |
cxx1y-deduced-return-type.cpp | 357 template<class T> static __attribute__((unused)) int static_foo(T) { function in struct:std_examples::MemberTemplatesWithDeduction::M 361 operator auto() { return &static_foo<int>; } 366 using M::static_foo; 375 int k = T{}.static_foo(4); 376 int l = T::static_foo(5); |