代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/440906/1777572
c p8039.c
// prms-id: 8039
class C {
public:
int func ();
};
extern void bar(int*);
int main()
{
int (C::*mfp)() = &C::func;
bar((int*)mfp); // ERROR - no clear semantics
}
www.eeworm.com/read/395229/2444009
changes
Release 0.7:
- Destructors for thread-specific data now conform to the POSIX semantics
(call destructors again if non-NULL TSD remains after a round of
destruction).
- Implemented thread-specific
www.eeworm.com/read/366702/2881297
c pack-test-1.c
/* Test semantics of #pragma pack.
Contributed by Mike Coleman */
/* { dg-do compile { target { { *-*-linux* *-*-cygwin* powerpc*-*-eabi* } && { ! default_packed } } } } */
www.eeworm.com/read/259371/4344341
c t_exclopen.c
/*
** This program tests your system to see if you have the lovely
** security-defeating semantics that an open with O_CREAT|O_EXCL
** set will successfully open a file named by a symbolic link
www.eeworm.com/read/410973/11262030
txt 5-1329msg1.txt
Subject: reminder iwcs
* * * r e m i n d e r * * * international workshop on computational semantics december 19-21 , 1994 , tilburg , the netherland the institute for language technology and artific
www.eeworm.com/read/314622/13563280
cpp semantic.cpp
//----------------------------semantic.cpp------------------------------
#include "semantics.h"
extern double
Parameter,
Origin_x,Origin_y,
Scale_x,Scale_y,
Rot_angle;
double GetExprVal
www.eeworm.com/read/146087/5739997
java treebuildersemantic.java
package fri.patterns.interpreter.parsergenerator.semantics;
import java.util.List;
import fri.patterns.interpreter.parsergenerator.Semantic;
import fri.patterns.interpreter.parsergenerator.syntax.Rul
www.eeworm.com/read/120320/6074217
g java.tree.g
header
{
package org.drools.semantics.java.parser;
import java.util.List;
import java.util.ArrayList;
}
/** Java 1.3 AST Recognizer.
*
* This grammar is in the PUBLIC DOMAIN
*
* @author
www.eeworm.com/read/120320/6074218
java compilationexception.java
package org.drools.semantics.java;
import org.drools.DroolsException;
import org.drools.rule.Rule;
public class CompilationException
extends DroolsException
{
private final Rule rule;
pr
www.eeworm.com/read/470720/1451619
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