代码搜索:COMPOUND
找到约 908 项符合「COMPOUND」的源代码
代码结果 908
www.eeworm.com/read/242657/4549242
makefile
# file : Example/ExH/Compound/Makefile
# author : Boris Kolpackov
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
r
www.eeworm.com/read/242657/4549270
makefile
# file : Test/ExH/Compound/Makefile
# author : Boris Kolpackov
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
root
www.eeworm.com/read/240162/4579564
c tmp1.c
// { dg-do run }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 30 Jul 2003
// compound exprs were causing additional temporaries.
www.eeworm.com/read/239312/4602398
tellme2
#!/bin/bash
# Using the new (( )) compound let command
# Scriptname: tellme2
echo -n "How old are you? "
read age
if (( age < 0 || age > 120 ))
then
echo "Welcome to our planet! "
exit 1
fi
if (
www.eeworm.com/read/233448/4671926
c tmp1.c
// { dg-do run }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 30 Jul 2003
// compound exprs were causing additional temporaries.
www.eeworm.com/read/233448/4683894
c gnu89-init-2.c
/* Test whether __compound_literal.* objects are not emitted unless
they are actually needed. */
/* Origin: Jakub Jelinek */
/* { dg-do compile } */
/* { dg-options "-std=gnu89
www.eeworm.com/read/216802/4884958
spec storage.spec
# Compound Storage DLL.
# (FIXME: some methods are commented out. Commenting them in _WILL_
# result in dataloss. Do it at your own risk.)
1 pascal StgCreateDocFileA(str long long ptr) StgCreate
www.eeworm.com/read/205824/5020369
spec storage.spec
# Compound Storage DLL.
# (FIXME: some methods are commented out. Commenting them in _WILL_
# result in dataloss. Do it at your own risk.)
1 pascal StgCreateDocFileA(str long long ptr) StgCreate
www.eeworm.com/read/190666/5179375
c gnu89-init-2.c
/* Test whether __compound_literal.* objects are not emitted unless
they are actually needed. */
/* Origin: Jakub Jelinek */
/* { dg-do compile } */
/* { dg-options "-std=gnu89
www.eeworm.com/read/189320/5199688
makefile
# file : Example/ExH/Compound/Makefile
# author : Boris Kolpackov
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
r