代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/229812/4739767
cpp wctest59.cpp
#include
#include
#include "strdata.h"
// test assignment to self, and the index operator
char *text[ 20 ] = {
"wchash.h", "Defines", "for", "the", "WATCOM",
www.eeworm.com/read/229812/4751853
gml sassign.gml
.section Statement Label Assignment (ASSIGN) Statement
.*
.mbox begin
ASSIGN s TO i
.mbox end
.synote
.mnote s
is a statement label
.mnote i
is an integer variable name
.endnote
.np
www.eeworm.com/read/216502/4890655
t3
.bp
.SH
3.0\ Keyword\ parameters
.LP
Shell variables may be given values
by assignment
or when a shell procedure is invoked.
An argument to a shell procedure of the form
\fIname=value\fP
that precedes
www.eeworm.com/read/204713/5029522
entries
/jop.qpf/1.6/Wed May 11 18:13:16 2005//
/jop_assignment_defaults.qdf/1.1/Wed May 11 17:20:26 2005//
D
www.eeworm.com/read/190666/5175703
c 3523.c
// Build don't link:
// GROUPS passed assignment
class ccUnwind
{
public:
virtual ~ccUnwind (); // comment out virtual, and void diag changes
};
template
class ccHandle : public ccUnwi
www.eeworm.com/read/182103/5270500
c vectorexceptions.c
/*
* Common Code for Vectoring MIPS Exceptions
*
* The actual decoding of the cause register and vector number assignment
* is CPU model specific.
*
* $Id: vectorexceptions.c,v 1.8 2002/11/0
www.eeworm.com/read/162614/5522087
c 900220_01.c
// { dg-do run }
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an objec
www.eeworm.com/read/162614/5522356
c 3523.c
// { dg-do assemble }
// GROUPS passed assignment
class ccUnwind
{
public:
virtual ~ccUnwind (); // comment out virtual, and void diag changes
};
template
class ccHandle : public ccUnw
www.eeworm.com/read/340665/3276357
c 3523.c
// Build don't link:
// GROUPS passed assignment
class ccUnwind
{
public:
virtual ~ccUnwind (); // comment out virtual, and void diag changes
};
template
class ccHandle : public ccUnwi
www.eeworm.com/read/276066/4170797
java t6491592.java
/*
* @test /nodynamiccopyright/
* @bug 6491592
* @summary Compiler crashes on assignment operator
* @author alex.buckley@...
* @compile/fail/ref=T6491592.out -XDstdout -XDrawDiagnostics T649