代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/245071/4508064
tpl enum.tpl
{*
/**
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a
www.eeworm.com/read/240162/4581092
c enum.c
// { dg-do assemble }
// GROUPS passed enums
template
struct templ
{
enum { val = 0 };
};
struct Foo
{
enum {
bar = 0,
len = templ::val
};
};
void func()
{
int s = Foo
www.eeworm.com/read/240162/4582963
c enum.c
// { dg-do assemble }
// PRMS Id: 4337
// Bug: Enums are not looked up to arbitrary depth.
struct W {
enum A { B };
};
struct X : public W
{};
struct Y : public X
{};
struct S
{
X::A a1;
Y:
www.eeworm.com/read/238768/4609311
c a_enum.c
/* crypto/asn1/a_enum.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/237765/4620887
c enum.c
# include
void main()
{
/* 经过下面的定义后,默认有:blue=0 red=1 ... black=4 */
enum color {blue, red, yellow, purple, black};
enum color i, j, k, pri;
int n, loop;
n = 0;
for(i=blue;
www.eeworm.com/read/236296/4642484
asm enum.asm
; #########################################################################
; "Thomas Vidal"
.586
.model flat,stdcall
option casemap:none
; #######################
www.eeworm.com/read/233448/4673912
c enum.c
// { dg-do assemble }
// GROUPS passed enums
template
struct templ
{
enum { val = 0 };
};
struct Foo
{
enum {
bar = 0,
len = templ::val
};
};
void func()
{
int s = Foo
www.eeworm.com/read/233448/4675782
c enum.c
// { dg-do assemble }
// PRMS Id: 4337
// Bug: Enums are not looked up to arbitrary depth.
struct W {
enum A { B };
};
struct X : public W
{};
struct Y : public X
{};
struct S
{
X::A a1;
Y:
www.eeworm.com/read/233448/4692260
cc is_enum.cc
// 2004-12-25 Paolo Carlini
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/232407/4700781
h enum.h
#ifndef _VCF_ENUM_H__
#define _VCF_ENUM_H__
//Enum.h
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
#if _MSC_VER > 1000
#