Home
last modified time | relevance | path

Searched refs:CFoo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dgeneric-tables.td18 // CHECK: CFoo
101 // CHECK: { "ALICE", CFoo, 0 },
106 def CFoo : CEnum;
120 def : CEntry<"alice", CFoo, 10>;
/external/clang/test/SemaCXX/
Dwarn-memset-bad-sizeof.cpp13 typedef const Foo CFoo; typedef
67 memset(&foo, 0, sizeof(CFoo)); in f()
/external/guice/core/test/com/google/inject/
DBindingTest.java421 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor()
436 public static class CFoo implements IFoo {} class in BindingTest