代码搜索结果
找到约 10,000 项符合
G 的代码
antlr.g
header {
package antlr;
}
{
import java.util.Enumeration;
import java.io.DataInputStream;
import java.io.InputStream;
import java.io.FileInputStream;
import java.io.IOException;
}
/* ANT
tokdef.g
/* ANTLR Translator Generator
* Project led by Terence Parr at http://www.jGuru.com
* Software rights: http://www.antlr.org/RIGHTS.html
*
* $Id: tokdef.g,v 1.1 2002/11/08 17:37:29 agno Exp $
oaaprolognetparse.g
header {
package com.sri.oaa2.icl;
import java.util.Stack;
}
class OaaPrologParser extends Parser;
options {
k = 2;
exportVocab = OaaPrologVocab;
buildAST = true;
defaultE
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
g++.exp
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the
g++.xfail
# APPLE LOCAL file testsuite
###
### List of failing tests with Radar bug numbers
### :
### test name should be exactly as it appears html summary reports
### including any trail
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
g.asm
.model small
.data
SAVESAVEOFF equ -12H
.code
call dword ptr es:SAVESAVEOFF[bx]; save saved commands
end
g.esm
.387
DGROUP GROUP _DATA
_TEXT SEGMENT WORD PUBLIC USE16 'CODE'
ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
call dword ptr es:-12H[bx]
_TEXT ENDS
_DATA SEGMENT WORD PUBLIC USE16 'DATA'
g.h
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res