HomeSort by relevance Sort by last modified time
    Searched refs:__super (Results 1 - 10 of 10) sorted by null

  /external/clang/test/SemaCXX/
MicrosoftSuper.cpp 4 using __super::foo; // expected-error {{'__super' cannot be used with a using declaration}}
5 __super::XXX x; // expected-error {{invalid use of '__super', Errors has no base classes}} expected-error {{expected}}
11 // expected-error@+1 {{use of '__super' inside a lambda is unsupported}}
12 auto lambda = []{ __super::foo(); };
25 __super::XXX x;
26 typedef __super::XXX Type;
29 X = sizeof(__super::XXX)
33 __super::foo(1)
    [all...]
microsoft-super.cpp 14 __super::foo((long*) 0);
25 __super::foo();
30 __super::foo(); // expected-error {{'foo' is a private member of 'test1::A'}}
41 __super::foo();
46 __super::foo();
  /external/clang/test/Parser/
recovery.cpp 210 struct ::__super, struct ::__super; // expected-error 2 {{expected identifier}} expected-error 2 {{expected '::' after '__super'}} member in namespace:MissingBrace::S::PR17084::TempID::InvalidEmptyNames
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 526 # Automatically add __super to the class
531 # Name mangling for __super removes leading underscores
537 name = "__super"
546 return "B" + self.__super.meth()
549 return "C" + self.__super.meth()
552 return "D" + self.__super.meth()
556 return "E" + self.__super.meth()
600 return "B" + self.__super._get_x()
603 return "C" + self.__super._get_x()
606 return "D" + self.__super._get_x()
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 536 # Automatically add __super to the class
541 # Name mangling for __super removes leading underscores
547 name = "__super"
556 return "B" + self.__super.meth()
559 return "C" + self.__super.meth()
562 return "D" + self.__super.meth()
566 return "E" + self.__super.meth()
610 return "B" + self.__super._get_x()
613 return "C" + self.__super._get_x()
616 return "D" + self.__super._get_x(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 528 # Automatically add __super to the class
533 # Name mangling for __super removes leading underscores
539 name = "__super"
548 return "B" + self.__super.meth()
551 return "C" + self.__super.meth()
554 return "D" + self.__super.meth()
558 return "E" + self.__super.meth()
602 return "B" + self.__super._get_x()
605 return "C" + self.__super._get_x()
608 return "D" + self.__super._get_x(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 528 # Automatically add __super to the class
533 # Name mangling for __super removes leading underscores
539 name = "__super"
548 return "B" + self.__super.meth()
551 return "C" + self.__super.meth()
554 return "D" + self.__super.meth()
558 return "E" + self.__super.meth()
602 return "B" + self.__super._get_x()
605 return "C" + self.__super._get_x()
608 return "D" + self.__super._get_x(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 528 # Automatically add __super to the class
533 # Name mangling for __super removes leading underscores
539 name = "__super"
548 return "B" + self.__super.meth()
551 return "C" + self.__super.meth()
554 return "D" + self.__super.meth()
558 return "E" + self.__super.meth()
602 return "B" + self.__super._get_x()
605 return "C" + self.__super._get_x()
608 return "D" + self.__super._get_x(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 528 # Automatically add __super to the class
533 # Name mangling for __super removes leading underscores
539 name = "__super"
548 return "B" + self.__super.meth()
551 return "C" + self.__super.meth()
554 return "D" + self.__super.meth()
558 return "E" + self.__super.meth()
602 return "B" + self.__super._get_x()
605 return "C" + self.__super._get_x()
608 return "D" + self.__super._get_x(
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 96 milliseconds