代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/493100/6406506
h rpcsal.h
/****************************************************************\
* *
* rpcsal.h - markers for documenting the semantics of RPC APIs
www.eeworm.com/read/403191/11521027
h rpcsal.h
/****************************************************************\
* *
* rpcsal.h - markers for documenting the semantics of RPC APIs
www.eeworm.com/read/423577/10546569
m4 extensions.m4
# Enable extensions on systems that normally disable them.
# Copyright (C) 2003, 2006 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permi
www.eeworm.com/read/470720/1447788
c lvalue3.c
// Bug: C++ semantics for assignment don't match the backend semantics for
// MODIFY_EXPR.
// Build don't link:
void
foo (int j)
{
(j = 1)++; // causes compiler segfault
}
www.eeworm.com/read/470693/1459734
c lvalue3.c
// Bug: C++ semantics for assignment don't match the backend semantics for
// MODIFY_EXPR.
// Build don't link:
void
foo (int j)
{
(j = 1)++; // causes compiler segfault
}
www.eeworm.com/read/240162/4582971
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/233448/4675790
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/190666/5175581
c lvalue3.c
// Bug: C++ semantics for assignment don't match the backend semantics for
// MODIFY_EXPR.
// Build don't link:
void
foo (int j)
{
(j = 1)++; // causes compiler segfault
}