HomeSort by relevance Sort by last modified time
    Searched defs:static_foo (Results 1 - 3 of 3) sorted by null

  /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);

Completed in 153 milliseconds