Home
last modified time | relevance | path

Searched refs:static_f (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-name-lookup.cpp14 static void static_f(int);
15 static void static_f(double);
43 d.static_f(0); // okay in test_lookup()
59 static_f(0); // okay in test_lookup()
99 d2.static_f(0); // okay in test_virtual_lookup()
109 g.static_f(0); // okay in test_virtual_lookup()
118 static_f(0); // okay in test_virtual_lookup()
130 static_f(0); // okay in test_virtual_lookup()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp109 int static_f() { return 0; } in static_f() function
117 int static_f() { return 0; } in static_f() function
125 static int static_f() { return 0; } in static_f() function
131 I1.static_f(); in instantiate()
134 I2.static_f(); in instantiate()
137 I3.static_f<int>(); in instantiate()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_ast_print.cpp189 static void static_f() {} in static_f() function
197 static_f(); in bazzzz()