代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/470720/1447599

c 900208_02.c

// g++ 1.36.1 bug 900208_02 // g++ does not allow a static member of a class/struct/union to be // declared as an array without an explicit upper bound. // Cfront 2.0 passes this test. // keywords:
www.eeworm.com/read/470720/1452600

c 20020919-1.c

/* Copyright (C) 2002 Free Software Foundation. by Hans-Peter Nilsson Making sure that asm clobbers conflicting with asm-declared input operands are detected: ``You may not w
www.eeworm.com/read/470693/1459545

c 900208_02.c

// g++ 1.36.1 bug 900208_02 // g++ does not allow a static member of a class/struct/union to be // declared as an array without an explicit upper bound. // Cfront 2.0 passes this test. // keywords:
www.eeworm.com/read/470693/1464546

c 20020919-1.c

/* Copyright (C) 2002 Free Software Foundation. by Hans-Peter Nilsson Making sure that asm clobbers conflicting with asm-declared input operands are detected: ``You may not w
www.eeworm.com/read/459034/1574960

java variablelist.java

package jmathlib.core.interpreter; import jmathlib.core.tokens.*; import java.util.*; import java.io.*; /**Class used to store all the declared variables within a context*/ public class Var
www.eeworm.com/read/240162/4582833

c 900210_10.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[],
www.eeworm.com/read/233448/4671107

c using13.c

// { dg-do compile } // Origin: Stefan Stra遝r // PR c++/20240: namespace A { int a; } namespace C{ int a; using A::a; // { dg-error "already declared" } }
www.eeworm.com/read/233448/4675651

c 900210_10.c

// { dg-do assemble } // g++ 1.36.1 bug 900210_10 // g++ allows operator[] to be declared as a static member function. // This is illegal. // Cfront 2.0 passes this test. // keywords: operator[],
www.eeworm.com/read/233448/4684030

c wredundant-decls-1.c

/* PR 16684: no redundant declaration warnings should issue the first time a built-in function is declared. { dg-do compile } { dg-options "-Wredundant-decls" } */ void *malloc (__SIZE_TYPE_
www.eeworm.com/read/233448/4686316

c 20020919-1.c

/* APPLE LOCAL file mainline */ /* Copyright (C) 2002 Free Software Foundation. by Hans-Peter Nilsson Making sure that asm clobbers conflicting with asm-declared input operan