Searched defs:FooBar (Results 1 - 5 of 5) sorted by last modified time

/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp41 struct FooBar { struct
45 typedef std::vector<FooBar> FooBarSequence;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
53 struct MappingTraits<FooBar> {
54 static void mapping(IO &io, FooBar& fb) {
67 FooBar doc;
97 FooBar& map1 = seq[0];
98 FooBar& map2 = seq[1];
112 FooBar entry1;
115 FooBar entry
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_program.py39 class FooBar(unittest2.TestCase): class in class:Test_TestProgram
46 """Test loader that returns a suite containing FooBar."""
49 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
/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/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp952 class FooBar { class in namespace:thread_annot_lock_43
959 FooBar *fb;
1128 class FooBar { class in class:thread_annot_lock_30_modified::Bar

Completed in 659 milliseconds