代码搜索:defined
找到约 10,000 项符合「defined」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4590002
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/240162/4590193
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *
www.eeworm.com/read/233448/4685877
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/233448/4686103
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests behavior of the defined operator. */
/* Source: Neil Booth, 29 Oct 2000, Zack Weinberg 11 Dec 2000. *
www.eeworm.com/read/191809/5161479
t defined.t
SECTIONS {
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
value1 = DEFINED (defined) ? 1 : 2;
value2 = DEFINED (undefined) ? 1 : 2;
www.eeworm.com/read/191809/5161488
exp defined.exp
# Test DEFINED in a linker script.
# By Ian Lance Taylor, Cygnus Support.
set testname "DEFINED"
set prms_id 5699
if ![ld_assemble $as $srcdir/$subdir/defined.s tmpdir/def.o] {
unresolved $testn
www.eeworm.com/read/190682/5170794
t defined.t
SECTIONS {
.text : { *(.text) }
.data : { *(.data) }
.bss : { *(.bss) *(COMMON) }
}
value1 = DEFINED (defined) ? 1 : 2;
value2 = DEFINED (undefined) ? 1 : 2;
www.eeworm.com/read/190682/5170803
exp defined.exp
# Test DEFINED in a linker script.
# By Ian Lance Taylor, Cygnus Support.
set testname "DEFINED"
set prms_id 5699
if ![ld_assemble $as $srcdir/$subdir/defined.s tmpdir/def.o] {
unresolved $testn