Home
last modified time | relevance | path

Searched defs:f0a (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/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
/aosp_15_r20/external/clang/test/CXX/over/over.over/
H A Dp1.cpp13 int (*f0a)(int) = f0; in test_init_f0() local
28 int (*f0a)(int) = 0; in test_assign_f0() local
H A Dp2.cpp7 int (*f0a)(int, int) = f0; in test_f0() local
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
H A Dp3.cpp3 void f0a(void) { in f0a() function
/aosp_15_r20/external/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
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dloopbce.go9 func f0a(a []int) int { func
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp371 float f0a = pi0a<float>; variable