代码搜索:declared

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

代码结果 3,220
www.eeworm.com/read/407021/2271346

plg demo.plg

Build target 'Target 1' assembling Startup.s... compiling eeprom.c... eeprom.c(289): warning: #177-D: variable "i" was declared but never referenced linking... Program Size: Code=2776 RO-data=16
www.eeworm.com/read/385462/2589585

c xc_ia64_stubs.c

#include "xg_private.h" #include "xc_ia64.h" /* this is a very ugly way of getting FPSR_DEFAULT. struct ia64_fpreg is * mysteriously declared in two places: /usr/include/asm/fpu.h and * /usr/inclu
www.eeworm.com/read/366702/2867108

c array1.c

// Test that completing an array declared with a typedef doesn't change // the typedef. // { dg-do run } typedef int iArr[]; const iArr array4={ 1, 2, 3, 4 }; const iArr array3={ 1, 2, 3 }; c
www.eeworm.com/read/366702/2867828

c pr25996.c

// PR c/25996 void test1 (void) { #pragma omp for for (i = 0; i < 1; ++i); // { dg-error "not declared|expected iteration decl" } } void test2 (void) { int i; #pragma omp for for (i = j; i < 1
www.eeworm.com/read/366702/2869025

c crash39.c

// PR c++/22405 template void foo(T &arg) { // { dg-error "declared" } arg+=1; } template void foo(T &arg) { // { dg-error "redefinition" } arg+=2; } template void foo
www.eeworm.com/read/366702/2876439

f90 init_flag_4.f90

! { dg-do run } ! { dg-options "-finit-real=inf" } program init_flag_4 call real_test end program init_flag_4 ! Test some initializations for both implicitly and ! explicitly declared local variab
www.eeworm.com/read/366702/2876629

f90 init_flag_6.f90

! { dg-do run } ! { dg-options "-finit-character=32" } program init_flag_6 call char_test end program init_flag_6 ! Test some initializations for both implicitly and ! explicitly declared local va
www.eeworm.com/read/366702/2876951

f90 init_flag_5.f90

! { dg-do run } ! { dg-options "-finit-real=-inf" } program init_flag_5 call real_test end program init_flag_5 ! Test some initializations for both implicitly and ! explicitly declared local varia
www.eeworm.com/read/360007/2970727

h keyboard.h

/* * Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved. */ #ifndef _HERMIT_EP7211_KEYBOARD_H #define _HERMIT_EP7211_KEYBOARD_H /* bits should be declared as char[16] */ void read_keys(unsigne
www.eeworm.com/read/351636/3102177

h vcl_complex.h

#ifndef vcl_win32_vc60_complex_h_ #define vcl_win32_vc60_complex_h_ // fsm: complex is derived from _Complex_base, which is not // declared with __declspec(dllimport). So complex shoul