代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/213274/15138379
qsf b8_adder.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/210333/15201451
qmsg crc_32.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/208551/15244628
qsf r2processor.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/168845/5433088
cpp function_n_test.cpp
// Boost.Function library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_
www.eeworm.com/read/168845/5433093
cpp function_test.cpp
// Boost.Function library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_
www.eeworm.com/read/162614/5517185
c wparentheses-4.c
// Test that -Wparentheses does not give bogus warnings in the
// presence of templates for non-plain assignment. Bug 17120.
// { dg-do compile }
// { dg-options "-Wparentheses" }
template
www.eeworm.com/read/162614/5517557
c dllimport3.c
// { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} }
// PR 10148 Dllimport attribute of object is overriden by later
// redefinition without attribute.
struct Foo
{
int a;
};
__attribut
www.eeworm.com/read/162614/5519625
c typedef1.c
// { dg-do assemble }
typedef const struct {
int x;
} Test;
static void foo(Test);
static void foo(Test t)
{
t.x = 0; // { dg-error "" } assignment of read-only member
return;
}
www.eeworm.com/read/162614/5521395
c crash54.c
// { dg-do assemble }
// GROUPS passed old-abort
int main()
{
int a[100], **p;
p = &a[50];// { dg-error "" } assignment to.*
}
www.eeworm.com/read/162614/5522947
m volatile-1.m
/* Test for proper handling of volatile parameters in ObjC methods. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* Contributed by Ziemowit Laski */
@interface Test
-(v