HomeSort by relevance Sort by last modified time
    Searched defs:vfunc (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 710 milliseconds