代码搜索:itself

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

代码结果 5,630
www.eeworm.com/read/470693/1463510

c 20020605-1.c

/* This testcase caused on IA-32 -O2 endless loop in merge_blocks when trying to merge a basic block with itself. */ void f (void) { char *c; do { if (c) break; } while (1
www.eeworm.com/read/470693/1463798

c sibcall-1.c

/* Simple check that sibling calls are performed from a void non-leaf-function taking one int argument calling itself. Copyright (C) 2002 Free Software Foundation Inc. Contributed by Hans-Pe
www.eeworm.com/read/461308/1553401

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 UTF-8 if p
www.eeworm.com/read/240162/4582810

c 891230_01.c

// { dg-do run } // 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
www.eeworm.com/read/240162/4589426

c 20020605-1.c

/* This testcase caused on IA-32 -O2 endless loop in merge_blocks when trying to merge a basic block with itself. */ void f (void) { char *c; do { if (c) break; } while (1
www.eeworm.com/read/239567/4597447

py test_runfiles.py

import os import sys # stupid jython. plain old __file__ isnt working for some reason import test_runfiles #@UnresolvedImport - importing the module itself this_file_name = test_runfiles.__fil
www.eeworm.com/read/233448/4675628

c 891230_01.c

// { dg-do run } // 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
www.eeworm.com/read/233448/4678396

m protocol-isequal-1.m

/* Contributed by Nicola Pero - Fri Jun 4 03:16:17 BST 2004 */ /* Test that a protocol is equal to itself. */ #include @protocol Foo - (void)foo; @end int main (void) { Protoco
www.eeworm.com/read/233448/4683511

c 20020605-1.c

/* This testcase caused on IA-32 -O2 endless loop in merge_blocks when trying to merge a basic block with itself. */ void f (void) { char *c; do { if (c) break; } while (1
www.eeworm.com/read/233448/4684165

c sibcall-1.c

/* Simple check that sibling calls are performed from a void non-leaf-function taking one int argument calling itself. Copyright (C) 2002 Free Software Foundation Inc. Contributed by Hans-Pe