Home
last modified time | relevance | path

Searched defs:Enumeration (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddhry.h385 typedef int Enumeration; typedef
388 Enumeration; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20031108-1.c5 typedef enum {Ident_1} Enumeration; typedef
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp141 void SubtargetEmitter::Enumeration(raw_ostream &OS, in Enumeration() function in SubtargetEmitter