代码搜索:itself

找到约 5,630 项符合「itself」的源代码

代码结果 5,630
www.eeworm.com/read/470938/1436126

js calendar-lt-utf8.js

// ** I18N // Calendar LT language // Author: Martynas Majeris, // Encoding: UTF-8 // Distributed under the same terms as the calendar itself. // For translators: pleas
www.eeworm.com/read/470938/1436142

js calendar-en.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Distributed under the same terms as the calendar itself. // For translators: please use
www.eeworm.com/read/470720/1444763

c access2.c

// Test that a base doesn't get special rights to convert to itself. struct A { void f (); }; struct B: private A { }; B b; void A::f () { A* ap = &b; // { dg-error "base|inherit" "" } }
www.eeworm.com/read/470720/1447626

c 891230_01.c

// g++ 1.36.1 bug 891230_01 // g++ gives typedefs which are nested within class declarations a scope // which is local to the class declaration itself. This causes examples // like the following to
www.eeworm.com/read/470720/1447845

c tempparse.c

/* PRMS Id: 3631 Bug is: g++ mangles template class names in a way that it won't accept, and then tries to feed them to itself. */ // Build don't link: template struct A { A();
www.eeworm.com/read/470720/1452596

c sibcall-3.c

/* Simple check that sibling calls are performed from a void non-leaf-function taking one int argument calling a function which is about the same as itself. Copyright (C) 2002 Free Software
www.eeworm.com/read/470693/1456709

c access2.c

// Test that a base doesn't get special rights to convert to itself. struct A { void f (); }; struct B: private A { }; B b; void A::f () { A* ap = &b; // { dg-error "base|inherit" "" } }
www.eeworm.com/read/470693/1459572

c 891230_01.c

// g++ 1.36.1 bug 891230_01 // g++ gives typedefs which are nested within class declarations a scope // which is local to the class declaration itself. This causes examples // like the following to
www.eeworm.com/read/470693/1459791

c tempparse.c

/* PRMS Id: 3631 Bug is: g++ mangles template class names in a way that it won't accept, and then tries to feed them to itself. */ // Build don't link: template struct A { A();
www.eeworm.com/read/470693/1464542

c sibcall-3.c

/* Simple check that sibling calls are performed from a void non-leaf-function taking one int argument calling a function which is about the same as itself. Copyright (C) 2002 Free Software