Searched defs:FooBar (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dunion-dtor.cpp16 union FooBar { union
17 FooBar() {} function in union:FooBar
18 ~FooBar() {}
32 FooBar foobar;
/external/clang/test/Parser/
H A Dcxx-decl.cpp228 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
229 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
231 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}} function in class:PR17567::FooBar
232 FooBar::~FooBar() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
/external/guice/core/test/com/google/inject/
H A DJitBindingsTest.java80 bind(FooBar.class);
83 // Foo, Bar & FooBar was explicitly bound
84 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
114 bind(FooBar.class);
117 // Foo, Bar & FooBar was explicitly bound
118 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
148 bind(FooBar.class);
151 // Foo, Bar & FooBar was explicitly bound
152 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
213 bind(FooBar
690 private static class FooBar { class in class:JitBindingsTest
[all...]
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp41 struct FooBar { struct
45 typedef std::vector<FooBar> FooBarSequence;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
56 struct MappingTraits<FooBar> {
57 static void mapping(IO &io, FooBar& fb) {
76 FooBar doc;
97 FooBar doc;
113 FooBar& map1 = seq[0];
114 FooBar& map2 = seq[1];
205 FooBar entry
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp994 class FooBar { class in namespace:thread_annot_lock_43
1001 FooBar *fb;
1170 class FooBar { class in class:thread_annot_lock_30_modified::Bar

Completed in 243 milliseconds