代码搜索:syntax

找到约 10,000 项符合「syntax」的源代码

代码结果 10,000
www.eeworm.com/read/217557/14958582

m check_model_syntax.m

function st = check_model_syntax(sys) % Check syntax of a CheckMate model % % Syntax: % "st = check_model_syntax(sys)" % % Description: % "check_model_syntax(sys)" returns "1" if "sys" co
www.eeworm.com/read/460280/1561397

cpp cpp-cli-syntax.cpp

// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regardin
www.eeworm.com/read/460280/1561398

build cpp-cli-syntax.build

www.eeworm.com/read/460280/1561400

vcproj cpp-cli-syntax.vcproj

www.eeworm.com/read/453168/1642252

tests syntax_err_negate.tests

echo bash 3.2 fails this ! ! true
www.eeworm.com/read/453168/1642259

right syntax_err_negate.right

bash 3.2 fails this hush: syntax error
www.eeworm.com/read/233448/4671073

c syntax-error-1.c

/* APPLE LOCAL file 4185810 */ /* Recover gracefully from a syntax error. */ void function(void) { if( 1 ) { else /* { dg-error "expected .\}. before .else." } */ {
www.eeworm.com/read/233448/4676330

mm syntax-error-3.mm

/* APPLE LOCAL file 4093475 */ /* Yet another stray infinite loop... */ /* { dg-do compile } */ @interface Foo { int x; int y; } - (int) foo ; { /* { dg-error "stray .\{. between Objective\\-C\\+