HomeSort by relevance Sort by last modified time
    Searched defs:Foobar (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_format.py 275 class Foobar(long):
280 test_exc('%o', Foobar(), TypeError,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_format.py 285 class Foobar(long):
290 test_exc('%o', Foobar(), TypeError,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_format.py 285 class Foobar(long):
290 test_exc('%o', Foobar(), TypeError,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_format.py 285 class Foobar(long):
290 test_exc('%o', Foobar(), TypeError,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_format.py 285 class Foobar(long):
290 test_exc('%o', Foobar(), TypeError,
  /external/python/cpython2/Lib/test/
test_format.py 286 class Foobar(long):
291 test_exc('%o', Foobar(), TypeError,
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 3 namespace fizbin { class Foobar {}; } // expected-note 2 {{'fizbin::Foobar' declared here}} \
4 // expected-note {{'Foobar' declared here}}
5 Foobar *my_bar // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}}
6 = new Foobar; // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}}
7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace 'fizbin'; did (…)
    [all...]
  /external/clang/test/Parser/
cxx-decl.cpp 248 struct Foobar { // expected-note 2{{declared here}}
249 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
250 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
252 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
253 FooBar::~FooBar() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 187 template <typename T> struct Foobar {
193 Foobar<void>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in instantiation of template class }}
194 Foobar<int>::bazqux(); // expected-error{{no member named 'bazqux' in }} expected-note{{in instantiation of template class }}
195 Foobar<int>::bazqux(3); // expected-error{{no member named 'bazqux' in }}

Completed in 901 milliseconds