代码搜索:Tree
找到约 10,000 项符合「Tree」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2873109
tree syntax-1.tree
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}
www.eeworm.com/read/366702/2873112
tree full_unit.tree
// { dg-do compile }
// { dg-options "-funit-at-a-time" }
external_definition int add (int arga, int argb);
external_definition char sub (char argc, char argd);
add
{
return arga + argb + +3;
}
sub
www.eeworm.com/read/366702/2873115
tree function-1.tree
// { dg-do compile }
static int foo ();
static int bar (int a);
foo
{
return 1;
}
bar
{
a = a + foo ();
return a;
}
www.eeworm.com/read/366702/2873120
tree output-1.tree
// -*- c -*- c mode in emacs
// Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc.
// This program is free software; you can redistribute it and/or modify it
// under the terms of the G
www.eeworm.com/read/366702/2880742
h tree-vect.h
/* Check if system supports SIMD */
#include
extern void abort (void);
extern void exit (int);
void
sig_ill_handler (int sig)
{
exit(0);
}
void check_vect (void)
{
signal(SIGILL, sig
www.eeworm.com/read/366702/2882394
exp tree-prof.exp
# Copyright (C) 2001, 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Lic
www.eeworm.com/read/366702/2883158
exp tree-ssa.exp
# Copyright (C) 1997,2002,2003, 2007 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
www.eeworm.com/read/366696/2885211
h stl_tree.h
// RB tree implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// softwar
www.eeworm.com/read/366513/2887674
js tree-min.js
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.data.Tree=function(A){this.nodeHash={};this.root=null;if(A){thi
www.eeworm.com/read/366508/2889876
c tree_utils.c
/*------------------------------------------------------------------------------*
* File Name: tree_utils.c *
* Creation: May 07, 2003 *
* Purpose: define tree utility