Home
last modified time | relevance | path

Searched refs:enumerations (Results 1 – 25 of 122) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py14 from . import enumerations
607 (Attribute, enumerations.Attributes),
608 (OpCode, enumerations.OpCodes),
609 (TypeKind, enumerations.TypeKinds),
610 (Linkage, enumerations.Linkages),
611 (Visibility, enumerations.Visibility),
612 (CallConv, enumerations.CallConv),
613 (IntPredicate, enumerations.IntPredicate),
614 (RealPredicate, enumerations.RealPredicate),
615 (LandingPadClauseTy, enumerations.LandingPadClauseTy),
H A Dbit_reader.py5 from . import enumerations
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2bStatusPaperStatus.csv4 …link/P1048R1>`__","LWG","A proposal for a type trait to detect scoped enumerations","Autumn 2020",…
7 "`P1682R3 <https://wg21.link/P1682R3>`__","LWG","std::to_underlying for enumerations","February 202…
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber_types.hin41 /* booleans, enumerations, and integers */
/netbsd-src/external/gpl3/binutils/dist/include/vms/
H A DChangeLog-101575 Add record begin/end, enumerations, type specification, value
/netbsd-src/external/gpl3/gdb/dist/include/vms/
H A DChangeLog-101575 Add record begin/end, enumerations, type specification, value
/netbsd-src/external/gpl3/gdb.old/dist/include/vms/
H A DChangeLog-101575 Add record begin/end, enumerations, type specification, value
/netbsd-src/external/gpl3/binutils.old/dist/include/vms/
H A DChangeLog-101575 Add record begin/end, enumerations, type specification, value
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2926.txt984 SLP templates support the concept of enumerations through the listing
985 of allowed values in the attribute definition. These enumerations
987 the ASN.1 definition of enumerations. BER encodes the ASN.1
991 provides no specific support for transmitting enumerations. They are
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DVisibilityMacros.rst120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dimplement-c.texi35 * Structures unions enumerations and bit-fields implementation::
459 @node Structures unions enumerations and bit-fields implementation
H A Doptions.texi99 argument is invalid; for enumerations without @code{UnknownError}, a
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dimplement-c.texi35 * Structures unions enumerations and bit-fields implementation::
459 @node Structures unions enumerations and bit-fields implementation
H A Doptions.texi99 argument is invalid; for enumerations without @code{UnknownError}, a
137 This property is optional, required for enumerations used in
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dparse.c44 struct enumeration *enumerations; variable
48 enumeration -> next = enumerations; in add_enumeration()
49 enumerations = enumeration; in add_enumeration()
56 for (e = enumerations; e; e = e -> next) in find_enumeration()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2008787 of C++0x scoped enumerations.
788 (build_enumerator): For enumerations with a fixed underlying type,
793 Don't convert from scoped enumerations to bool or any arithmetic
808 types to deal with C++0x scoped enumerations and underlying
820 (cp_parser_enum_specifier): Parse C++0x scoped enumerations and
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dtblgen.rst573 Generate subtarget enumerations.
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py67 import clang.enumerations
4191 for name, value in clang.enumerations.TokenKinds:
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td133 "scoped enumerations are a C++11 extension">, InGroup<CXX11>;
135 "scoped enumerations are incompatible with C++98">,
785 "enumerations cannot be explicitly instantiated">;
/netbsd-src/external/gpl3/binutils/dist/etc/
H A DChangeLog183 greater than 9 in enumerations.
/netbsd-src/external/gpl3/binutils.old/dist/etc/
H A DChangeLog183 greater than 9 in enumerations.
/netbsd-src/external/gpl3/gdb/dist/etc/
H A DChangeLog183 greater than 9 in enumerations.
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A DChangeLog595 * fixincl.c: export verbosity enumerations to fixlib.h
598 * fixlib.h: add a test mode and enumerations from fixincl.c
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DPCHInternals.rst313 enumerations, although those contexts contain relatively few declarations in
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst216 **Purpose**: Generate subtarget enumerations.

12345