代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/211181/15185119
qsf ft_top.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/211181/15185130
qsf tf_ctro.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/209602/15216892
qsf clock.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/162614/5522235
c lvalue3.c
// { dg-do assemble }
// Bug: C++ semantics for assignment don't match the backend semantics for
// MODIFY_EXPR.
void
foo (int j)
{
(j = 1)++; // causes compiler segfault
}
www.eeworm.com/read/162614/5523724
ada c52104r.ada
-- C52104R.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5523805
ada c52104m.ada
-- C52104M.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525309
a c760009.a
-- C760009.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5528954
c lvalue-2.c
/* Test diagnostic messages for invalid lvalues and non-modifiable
lvalues. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
int a, b;
void
f0
www.eeworm.com/read/162614/5530291
c redecl-2.c
/* Test for multiple declarations and composite types. As in bug
13801. Illustrates how bug causes correct code to be wrongly
diagnosed. Debug test: avoid ICE. */
/* Origin: Joseph Myers
www.eeworm.com/read/162614/5530693
c redecl-6.c
/* Test for multiple declarations and composite types. As in bug
13801. Illustrates how bug causes correct code to be wrongly
diagnosed. */
/* Origin: Joseph Myers */
/