Home
last modified time | relevance | path

Searched refs:f0a (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/over/over.over/
H A Dp1.cpp15 int (*f0a)(int) = f0; in test_init_f0() local
30 int (*f0a)(int) = 0; in test_assign_f0() local
33 f0a = f0; in test_assign_f0()
34 f0a = &f0; in test_assign_f0()
35 f0a = (f0); in test_assign_f0()
H A Dp2.cpp7 int (*f0a)(int, int) = f0; in test_f0() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dcanonical-expr-type.cpp20 void f0a(T x, __typeof__(f(N)) y) { } // expected-note{{previous}} in f0a() function
25 void f0a(T x, __typeof__(f(N)) y) { } // expected-error{{redefinition}} in f0a() function
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
H A Dp3.cpp3 void f0a(void) { in f0a() function
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp7 int (*f0a)(int, int) = f0; in test_f0() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp370 float f0a = pi0a<float>; variable