Searched refs:CFoo (Results 1 – 3 of 3) sorted by relevance
18 // CHECK: CFoo101 // CHECK: { "ALICE", CFoo, 0 },106 def CFoo : CEnum;120 def : CEntry<"alice", CFoo, 10>;
13 typedef const Foo CFoo; typedef67 memset(&foo, 0, sizeof(CFoo)); in f()
421 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor()436 public static class CFoo implements IFoo {} class in BindingTest