代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/480260/1320224
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/478936/1346485
js gecko.js
/*
* CodePress - Real Time Syntax Highlighting Editor written in JavaScript - http://codepress.org/
*
* Copyright (C) 2007 Fernando M.A.d.S.
*
* Developers:
* Fernand
www.eeworm.com/read/478936/1346486
js msie.js
/*
* CodePress - Real Time Syntax Highlighting Editor written in JavaScript - http://codepress.org/
*
* Copyright (C) 2007 Fernando M.A.d.S.
*
* Developers:
* Fernand
www.eeworm.com/read/470720/1444435
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/470720/1447589
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/470720/1447947
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/470720/1448064
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/470693/1456381
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/470693/1459535
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/470693/1459893
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
}