代码搜索:enum

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

代码结果 10,000
www.eeworm.com/read/233448/4684383

c undeclared-1.c

/* Test for no ICE with an undeclared identifier in an enum in old-style parameter decls. PR 12560. */ /* { dg-options "-w" } */ foo(c) enum { a = b } c; /* { dg-error "undeclared|for each
www.eeworm.com/read/195192/5114669

h rna_alphabet.h

#ifndef _RNA_ALPHABET_ #define _RNA_ALPHABET_ #include using namespace std; /* not every c++ compiler allows that enum types are used as template arguments typedef enum { ALPHA_UNDE
www.eeworm.com/read/191809/5161890

s cofftag.s

/* This file was compiled from this C source: char token =0; enum token { operator, flags }; enum token what= operator; */ .file "foo.c" gcc2_compiled.: ___gnu_compiled_c:
www.eeworm.com/read/190682/5171205

s cofftag.s

/* This file was compiled from this C source: char token =0; enum token { operator, flags }; enum token what= operator; */ .file "foo.c" gcc2_compiled.: ___gnu_compiled_c:
www.eeworm.com/read/190666/5175506

c scoping9.c

// Bug: g++ silently mangles the second 'B' to 'A::B', so the definition is // lost. // Build don't link: struct A { enum B { }; }; struct C: public A { enum B { }; void foo (C::B); };
www.eeworm.com/read/347503/3171034

s cofftag.s

/* This file was compiled from this C source: char token =0; enum token { operator, flags }; enum token what= operator; */ .file "foo.c" gcc2_compiled.: ___gnu_compiled_c:
www.eeworm.com/read/340665/3267244

s cofftag.s

/* This file was compiled from this C source: char token =0; enum token { operator, flags }; enum token what= operator; */ .file "foo.c" gcc2_compiled.: ___gnu_compiled_c:
www.eeworm.com/read/340665/3276160

c scoping9.c

// Bug: g++ silently mangles the second 'B' to 'A::B', so the definition is // lost. // Build don't link: struct A { enum B { }; }; struct C: public A { enum B { }; void foo (C::B); };
www.eeworm.com/read/340665/3280411

c 950921-1.c

typedef enum { a = (X) 0, /* { dg-error "undeclared|not integer|(parse|syntax) error" } */ b } c; typedef enum { d = (X) 0 /* { dg-error "undeclared|not integer|(parse|syntax) error" } */ } e;
www.eeworm.com/read/328284/3445243

bas modsyssetting.bas

Attribute VB_Name = "modSysSetting" 'Create by Whorter Wang in 2002-2-9 Option Explicit '''''''''''''''''''''''''''''''''''''''''' Dim m_tagErrInfo As TYPE_ERRORINFO '操作状态枚举 Enum ENUM_OPTYPE