Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py14 from . import enumerations
596 (Attribute, enumerations.Attributes),
597 (OpCode, enumerations.OpCodes),
598 (TypeKind, enumerations.TypeKinds),
599 (Linkage, enumerations.Linkages),
600 (Visibility, enumerations.Visibility),
601 (CallConv, enumerations.CallConv),
602 (IntPredicate, enumerations.IntPredicate),
603 (RealPredicate, enumerations.RealPredicate),
604 (LandingPadClauseTy, enumerations.LandingPadClauseTy),
Dbit_reader.py5 from . import enumerations
/external/llvm/bindings/python/llvm/
Dcore.py14 from . import enumerations
593 (Attribute, enumerations.Attributes),
594 (OpCode, enumerations.OpCodes),
595 (TypeKind, enumerations.TypeKinds),
596 (Linkage, enumerations.Linkages),
597 (Visibility, enumerations.Visibility),
598 (CallConv, enumerations.CallConv),
599 (IntPredicate, enumerations.IntPredicate),
600 (RealPredicate, enumerations.RealPredicate),
601 (LandingPadClauseTy, enumerations.LandingPadClauseTy),
Dbit_reader.py5 from . import enumerations
/external/python/cpython3/Doc/library/
Denum.rst1 :mod:`enum` --- Support for enumerations
151 Sometimes it's useful to access members in enumerations programmatically (i.e.
217 By default, enumerations allow multiple names as aliases for the same value.
223 A :keyword:`class` decorator specifically for enumerations. It searches an
340 Allowed members and attributes of enumerations
347 enumerations can have arbitrary values.
408 TypeError: Cannot extend enumerations
423 sense to allow sharing some common behavior between a group of enumerations.
472 enumerations; the others auto-assign increasing integers starting with 1 (use
552 by extension, integer enumerations of different types can also be compared
[all …]
/external/libxml2/
DTODO_SCHEMAS12 + enumerations
/external/harfbuzz_ng/src/
Dhb-gobject-enums.cc.tmpl44 /* enumerations from "@filename@" */
/external/llvm/docs/CommandGuide/
Dtblgen.rst110 Generate subtarget enumerations.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dtblgen.pod94 Generate subtarget enumerations.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dtblgen.rst115 Generate subtarget enumerations.
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td645 "enumerations cannot be explicitly instantiated">;
758 "scoped enumerations are a C++11 extension">, InGroup<CXX11>;
760 "scoped enumerations are incompatible with C++98">,
/external/llvm/docs/TableGen/
DBackEnds.rst206 **Purpose**: Generate subtarget enumerations.
/external/libcxx/docs/DesignDocs/
DVisibilityMacros.rst120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even
/external/clang/bindings/python/clang/
Dcindex.py68 import clang.enumerations
3720 for name, value in clang.enumerations.TokenKinds:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DBackEnds.rst207 **Purpose**: Generate subtarget enumerations.
/external/wayland/src/
Dscanner.c854 struct wl_list *enumerations) in verify_arguments() argument
/external/clang/docs/
DLanguageExtensions.rst744 C++11 strongly typed enumerations
749 typed, scoped enumerations is enabled.
1128 Clang provides support for C++11 enumerations with a fixed underlying type
DPCHInternals.rst313 enumerations, although those contexts contain relatively few declarations in
/external/python/pyasn1/
DCHANGES.rst33 The other related change is that `str()` of enumerations and boolean
/external/ImageMagick/Magick++/
DChangeLog470 enumerations must be specified like "CoderInfo::TrueMatch" rather
1267 * lib/Magick++/Include.h (Magick): Added new enumerations from
/external/llvm/docs/
DYamlIO.rst289 YAML I/O supports translating between in-memory enumerations and a set of string
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DYamlIO.rst289 YAML I/O supports translating between in-memory enumerations and a set of string
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst8 Flags and enumerations
/external/pcre/dist2/
DHACKING545 are enumerations of the form ucp_xx, defined in the pcre2_ucp.h source file.
/external/freetype/
DChangeLog.264804 [pshinter] Use macros for (unsigned) flags, not enumerations.
4933 [autofit] Use macros for (unsigned) flags, not enumerations.
4948 * src/autofit/aflatin.h: Replace flag enumerations with macros.

12