代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3272847
c attrib4.c
// Test for syntax support of various attribute permutations.
int
__attribute__((noreturn))
__attribute__((unused))
one(void); // OK
__attribute__((noreturn))
__attribute__((unused))
int
two(void);
www.eeworm.com/read/340665/3276036
c 900207_03.c
// g++ 1.36.1 bug 900207_03
// g++ fails to allow objects of class or struct types to be initialized
// using "constructor syntax" in cases where an implicitly generated copy
// constructor would be
www.eeworm.com/read/340665/3276394
c dtor2.c
// PRMS Id: 5163
// Bug: g++ doesn't accept the explicit destructor call syntax for templates.
template struct A { };
A a;
int main()
{
a.~A(); // gets bogus error
}
www.eeworm.com/read/340665/3276511
c template12.c
// Testcase for 'this is a type' syntax.
// Build don't link:
struct B {
typedef int A;
};
template struct Y {
void f() {
typename T::A *d;
}
};
template class Y;
www.eeworm.com/read/340323/3287917
h snmp_asn1.h
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) codec.
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and
www.eeworm.com/read/339885/3292687
c asn1_dec.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) decoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/339885/3292690
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/336926/3346185
c trigwksp.c
/* $Revision: 1.21 $ */
/*
* TRIGWKSP A Simulink triggered read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini)
* This function is for t
www.eeworm.com/read/335792/3356169
c trigwksp.c
/* $Revision: 1.21 $ */
/*
* TRIGWKSP A Simulink triggered read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini)
* This function is for t
www.eeworm.com/read/333030/3390919
js shbrushpython.js
/* Python 2.3 syntax contributed by Gheorghe Milas */
dp.sh.Brushes.Python = function()
{
var keywords = 'and assert break class continue def del elif else except exec ' +
'finally for fr