代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/404167/11490835
bat mk.bat
@echo off
g++ -o crudcom2 crudcom2.cpp parser.cpp semantics.cpp ../x86s/x86s_common.o ../x86s/decode.o ../crudasm/asmwriter.cpp
www.eeworm.com/read/347510/11659486
htm sl_tag_1.htm
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|03 Jun 2001 04:14:00 -0000
vti_extenderversion:SR|4.0.2.4426
vti_cacheddtm:TX|03 Jun 2001 04:14:00 -0000
vti_filesize:IR|119218
vti_cachedlinkinfo:
www.eeworm.com/read/253410/12225274
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D_POSIX_PTHREAD_SEMANTICS
EXTRALIBS=-lrt -lpthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
tim
www.eeworm.com/read/168845/5434144
rst reversiblealgorithm.rst
.. Algorithms/Concepts//Reversible Algorithm
Reversible Algorithm
====================
Description
-----------
A |Reversible Algorithm| is a member of a pair of
transformation algorithms t
www.eeworm.com/read/162614/5521940
c p8039.c
// { dg-do assemble }
// prms-id: 8039
class C {
public:
int func ();
};
extern void bar(int*);
int main()
{
int (C::*mfp)() = &C::func;
bar((int*)mfp); // { dg-error "" } no clear semantic
www.eeworm.com/read/162614/5522145
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/162614/5528577
c 20020303-1.c
/* With -fzero-initialized-in-bss, we made I a common symbol instead
of a symbol in the .bss section. Not only does that break semantics,
but a common symbol can't be weak. */
int i __attribu
www.eeworm.com/read/292919/8325246
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D_POSIX_PTHREAD_SEMANTICS
EXTRALIBS=-lrt -lpthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
tim
www.eeworm.com/read/392544/8337117
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D_POSIX_PTHREAD_SEMANTICS
EXTRALIBS=-lrt -lpthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
tim
www.eeworm.com/read/170836/9785801
c signal.c
#include
/*
* Calling signal() is a non-portable, as it varies in meaning between
* platforms and depending on feature macros, and has stupid semantics
* at least some of the time.