Searched refs:ENUM (Results 1 - 18 of 18) sorted by last modified time

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp57 #define ENTRY(ASMNAME, ENUM) \
58 { MCSectionMachO::ENUM, ASMNAME, #ENUM },
/macosx-10.10/gssd-64/
H A Dgssd.c253 #define ENUM 0x0A macro
297 if (!CHK(ptr, ENUM, eptr))
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Ddwarf.c196 case ENUM:
231 case ENUM:
850 tdp->t_type = ENUM;
H A Dctf.c437 case ENUM:
1163 tdp->t_type = ENUM;
1241 tdp->t_type == ENUM)
H A Dctftools.h140 ENUM, enumerator in enum:stabtype
H A Dst_parse.c1038 (*rtdp)->t_type = ENUM;
1066 tdp->t_type == ENUM || tdp->t_type == INTRINSIC)
H A Dtdata.c93 case ENUM:
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t156 %token SIZEOF ENUM /* STRUCT UNION */ IF ELSE WHILE DO FOR SWITCH CASE DEFAULT
183 %left IDENTIFIER PFUNCNAME TYPENAME SELFNAME PTYPENAME SCSPEC TYPESPEC CV_QUALIFIER ENUM AGGR ELLIPSIS TYPEOF SIGOF OPERATOR NSNAME TYPENAME_KEYWORD
1224 ENUM identifier '{'
1226 | ENUM identifier '{' '}'
1227 | ENUM '{'
1229 | ENUM '{' '}'
1230 | ENUM identifier
1231 | ENUM complex_type_name
/macosx-10.10/swig-12/Source/CParse/
H A Dcscanner.c821 return (ENUM);
H A Dparser.c131 ENUM = 320, enumerator in enum:yytokentype
258 #define ENUM 320 macro
2396 "EXTEND", "PRAGMA", "FEATURE", "VARARGS", "ENUM", "CLASS", "TYPENAME",
H A Dparser.h104 ENUM = 320, enumerator in enum:yytokentype
231 #define ENUM 320 macro
H A Dparser.y1496 %token ENUM
3067 c_enum_forward_decl : storage_class ENUM ID SEMI {
3082 c_enum_decl : storage_class ENUM ename LBRACE enumlist RBRACE SEMI {
3092 | storage_class ENUM ename LBRACE enumlist RBRACE declarator c_decl_tail {
5197 | ENUM idcolon { $$ = NewStringf("enum %s", $2); }
/macosx-10.10/vim-55/runtime/syntax/
H A Dbaan.vim212 syn keyword baanConstant DB.ENUM
783 syn keyword baanConstant ST.ENUM
784 syn keyword baanConstant ST.ENUM.ZOOM
H A Dchill.vim89 syn keyword chillStructure struct STRUCT enum ENUM newmode NEWMODE synmode SYNMODE
H A Dfreebasic.vim51 syn keyword freebasicDataTypes BYTE AS DIM CONST DOUBLE ENUM INTEGER LONG LONGINT SHARED SHORT STRING
H A Dtasm.vim23 syn keyword tasmDirective ENDM ENDP ENDS ENUM EQU ERR EVEN EVENDATA EXITCODE
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmep-relocs.pl78 "ENUM\n BFD_RELOC_MEP_%s\n",
235 $pattern =~ s/^ENUM\n/ENUMX\n/;
/macosx-10.10/emacs-93/emacs/lib-src/
H A Debrowse.c164 ENUM, /* enum */ enumerator in enum:token
2129 case ENUM: return "enum";
2282 insert_keyword ("enum", ENUM);
2571 case DOUBLE: case ENUM: case FLOAT: case INT:
2696 case ENUM:
2895 case DOUBLE: case ENUM: case FLOAT: case INT:
3317 case ENUM:

Completed in 231 milliseconds