代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/165926/5476633

svn-base stmt.grammar.svn-base

statement: if_stmt | /\w+/ if_stmt : 'if' '(' exp ')' statement else_part else_part: 'else' statement | exp : '0' | '1'
www.eeworm.com/read/165810/5477121

java nullseteventhandler.java

package org.apache.velocity.app.event; /* * Copyright 2001,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this f
www.eeworm.com/read/165810/5477174

vm pedantic.vm

#* @test pedantic.vm This template is used for Velocity regression testing. If you alter this template make sure you change the corresponding comparison file so that the regression test doesn't fail
www.eeworm.com/read/165261/5484060

java statementcallback.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5484088

java nativejdbcextractor.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5484108

java batchsqlupdate.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License.
www.eeworm.com/read/162614/5518749

c crash-1.c

void f() { return 0; } // { dg-error "return-statement" }
www.eeworm.com/read/162614/5526075

f90 select_3.f90

! { dg-do run } ! Short test program with a CASE statement that uses a range. ! program select_4 integer i do i = 1, 34, 4 select case(i) case (:5) if (i /= 1 .and. i /= 5) call
www.eeworm.com/read/162614/5526216

f90 global_references_2.f90

! { dg-do compile } ! This program tests the patch for PR25964. This is a ! regression that would not allow a common block and a statement ! to share the same name. ! ! Contributed by Paul Thomas
www.eeworm.com/read/159023/5589091

h odbcappender.h

/* * Copyright 2003,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *