Home
last modified time | relevance | path

Searched defs:f0c (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/over/over.over/
H A Dp2.cpp9 …int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match… in test_f0() local
H A Dp1.cpp15 int (*f0c)(int) = (f0); in test_init_f0() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp9 float (*f0c)(float, int) = &f0; in test_f0() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dloopbce.go26 func f0c(a []int) int { func