代码搜索:assignment

找到约 8,196 项符合「assignment」的源代码

代码结果 8,196
www.eeworm.com/read/236054/4644370

java stsportfoliosoapbindingstub.java

/** * STSPortfolioSoapBindingStub.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package ase.assignment.sts.ws.
www.eeworm.com/read/233448/4671381

c label3.c

// Bug: we were removing the p = q assignment in dce, and then reinserting // it *after* the try/catch in out-of-ssa. Oops. // testcase reduced from libjava/interpret.cc. // { dg-do run } // { dg-o
www.eeworm.com/read/233448/4674236

c crash20.c

// { dg-do compile } template struct A { // { dg-error "assignment" } const T x; A() : x(0) { } A(T x) : x(x) { } }; template void func () { B y; y = B(); // {
www.eeworm.com/read/233448/4685648

c lvalue-3.c

/* Test that assignment of a read-only variable that gets const-ness from a read-only field is diagnosed. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-op
www.eeworm.com/read/229812/4738194

c diag0217.c

// 10.1 did not catch assignment to const bit field struct S { int i; int j : 1; }; void foo( S const *p ) { p->j = 0; // no error reported p->i = 1; // error reporte
www.eeworm.com/read/215485/4904159

m find_mpe.m

function mpe = find_mpe(engine, new_evidence, max_over) % FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes) % function mpe = find_mpe(engine, evidence, order)
www.eeworm.com/read/209211/4983342

c rc.c

#include "mk.h" char *termchars = "'= \t"; /*used in parse.c to isolate assignment attribute*/ char *shflags = "-I"; /* rc flag to force non-interactive mode */ int IWS = '\1'; /* inter-word separat
www.eeworm.com/read/197905/5091605

m find_mpe.m

function mpe = find_mpe(engine, new_evidence, max_over) % FIND_MPE Find the most probable explanation of the data (assignment to the hidden nodes) % function mpe = find_mpe(engine, evidence, order)
www.eeworm.com/read/190666/5173828

c assign1.c

// Build don't link: // Origin: Mark Mitchell template struct S { S(); T t; }; void f() { S s; s = s; // ERROR - generated assignment operator is
www.eeworm.com/read/162614/5517701

c label3.c

// Bug: we were removing the p = q assignment in dce, and then reinserting // it *after* the try/catch in out-of-ssa. Oops. // testcase reduced from libjava/interpret.cc. // { dg-do run } // { dg-o