Home
last modified time | relevance | path

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

/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.java376 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor()
388 public static class CFoo implements IFoo {} class in BindingTest