代码搜索:semantics

找到约 893 项符合「semantics」的源代码

代码结果 893
www.eeworm.com/read/470720/1447698

c crash3.c

// Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. // Build don't link: struct Node { // ERROR - Node* child[2]; }; void bug(int i) { Node* q = new
www.eeworm.com/read/470693/1459644

c crash3.c

// Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. // Build don't link: struct Node { // ERROR - Node* child[2]; }; void bug(int i) { Node* q = new
www.eeworm.com/read/240162/4582881

c crash3.c

// { dg-do assemble } // Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. struct Node { // { dg-error "" } Node* child[2]; }; void bug(int i) { Node
www.eeworm.com/read/237551/4623246

c sem_post.c

/* ??? This is an ass-backwards way to do this. We should simply define the acquire/release semantics of atomic_exchange_and_add. And even if we don't do this, we should be using atomic_full_b
www.eeworm.com/read/233448/4675700

c crash3.c

// { dg-do assemble } // Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. struct Node { // { dg-error "" } Node* child[2]; }; void bug(int i) { Node
www.eeworm.com/read/231546/4714852

pod perlnumber.pod

=head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integ
www.eeworm.com/read/193974/5138262

py test_unicode_file.py

# Test some Unicode file name semantics # We dont test many operations on files other than # that their names can be used with Unicode characters. import os from test_support import verify, TestSkipp
www.eeworm.com/read/190666/5175491

c crash3.c

// Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. // Build don't link: struct Node { // ERROR - Node* child[2]; }; void bug(int i) { Node* q = new
www.eeworm.com/read/341021/3258909

c mpid_progress.c

/* (C)Copyright IBM Corp. 2007, 2008 */ /** * \file src/misc/mpid_progress.c * \brief Maintain the state and rules of the MPI progress semantics */ #include "mpidimpl.h" /** * \defgroup MPID_P
www.eeworm.com/read/340665/3276145

c crash3.c

// Bug: g++ tries to generate initialization semantics for a Node from an int, // and fails. // Build don't link: struct Node { // ERROR - Node* child[2]; }; void bug(int i) { Node* q = new