代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/204040/5035840
asm exarray.asm
page 49,132
TITLE exarray - Array statement executors
;***
;exarray.asm - interpreter specific array support.
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; This module inclu
www.eeworm.com/read/198510/5086909
txt vsa_if_statements.txt
/* File was generated from dictionary file of freeradius 1.0.2 with vsahelper.pl */
/* IF-statement was generated from dictionary file of freeradius 1.0.2 with vsahelper.pl */
if (
id == VENDOR_ACC &&
www.eeworm.com/read/190666/5171761
h elf.h
/* Definitions for embedded ia64-elf target. */
/* This macro is a C statement to print on `stderr' a string describing the
particular machine description choice. */
#define TARGET_VERSION fpri
www.eeworm.com/read/190666/5171762
h linux.h
/* Definitions for ia64-linux target. */
/* This macro is a C statement to print on `stderr' a string describing the
particular machine description choice. */
#define TARGET_VERSION fprintf (st
www.eeworm.com/read/190666/5175440
c 900205_03.c
// g++ 1.36.1 bug 900205_03
// Section 6.6.3 of the cfront 2.0 Reference Manual says "A return statement
// without an expression can be used only in functions that do not return
// a value, that is,
www.eeworm.com/read/190666/5178512
c loop-12.c
/* Checks that pure functions are not treated as const. */
char *p;
static int __attribute__ ((pure))
is_end_of_statement (void)
{
return *p == '\n' || *p == ';' || *p == '!';
}
void foo (void)
www.eeworm.com/read/190666/5179529
c 20020207-1.c
/* This testcase ICEd because statement expression type was set, but was not
as used. */
struct A {
unsigned int a, b, c;
};
extern void abort (void);
extern void exit (int);
struct A bar (vo
www.eeworm.com/read/190045/5191091
js datagridtest.js
// define constructor
function DataGridTest() {
var win = application.getWindow();
var leftPane = new BiComponent;
var label = new BiLabel("Enter an SQL statement:");
var ta = new BiTextArea;
v
www.eeworm.com/read/178760/5313623
c switch.c
/* Test the types of switch statement.
type: char, int, long
sign: signed, unsigned
storage: static,
attr: volatile
*/
#include
{sign} {type}
sparseSwitch({sign} {type
www.eeworm.com/read/173141/5379534
out autogeneratedjdbc30.out
Test autoGeneratedJdbc30 starting
Test 1 - request for generated keys resultset on a brand new statement with no sql executed on it yet
We will get a resultset with no rows because it is a non-insert