代码搜索:semantics
找到约 893 项符合「semantics」的源代码
代码结果 893
www.eeworm.com/read/470720/1447493
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/470693/1459439
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/190666/5175285
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/162614/5529211
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/340665/3275940
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/334125/3373320
c simple_ldap_map.c
/*
ldb database module
LDAP semantics mapping module
Copyright (C) Jelmer Vernooij 2005
Copyright (C) Andrew Bartlett 2006
This program is free software; you ca
www.eeworm.com/read/279715/4134846
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
*
www.eeworm.com/read/279715/4135457
cs dotnetfunctions.cs
using System;
using org.drools.rule;
using org.drools.spi;
namespace org.drools.semantics.dotnet
{
///
/// .NET Functions
///
public class DotNetFunctions : Function