/external/clang/test/Sema/ |
init.c | 74 typedef void (*vfunc)(void); typedef 75 void *bar = (vfunc) f3;
|
/prebuilts/go/darwin-x86/src/text/template/ |
exec_test.go | 541 {"bug6a", "{{vfunc .V0 .V1}}", "vfunc", tVal, true}, 542 {"bug6b", "{{vfunc .V0 .V0}}", "vfunc", tVal, true}, 543 {"bug6c", "{{vfunc .V1 .V0}}", "vfunc", tVal, true}, 544 {"bug6d", "{{vfunc .V1 .V1}}", "vfunc", tVal, true}, 621 // vfunc takes a *V and a V 622 func vfunc(V, *V) string func [all...] |
/prebuilts/go/linux-x86/src/text/template/ |
exec_test.go | 541 {"bug6a", "{{vfunc .V0 .V1}}", "vfunc", tVal, true}, 542 {"bug6b", "{{vfunc .V0 .V0}}", "vfunc", tVal, true}, 543 {"bug6c", "{{vfunc .V1 .V0}}", "vfunc", tVal, true}, 544 {"bug6d", "{{vfunc .V1 .V1}}", "vfunc", tVal, true}, 621 // vfunc takes a *V and a V 622 func vfunc(V, *V) string func [all...] |