Searched refs:enumerations (Results 1 – 25 of 43) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | core.py | 14 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),
|
D | bit_reader.py | 5 from . import enumerations
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 14 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),
|
D | bit_reader.py | 5 from . import enumerations
|
/external/python/cpython3/Doc/library/ |
D | enum.rst | 1 :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/ |
D | TODO_SCHEMAS | 12 + enumerations
|
/external/harfbuzz_ng/src/ |
D | hb-gobject-enums.cc.tmpl | 44 /* enumerations from "@filename@" */
|
/external/llvm/docs/CommandGuide/ |
D | tblgen.rst | 110 Generate subtarget enumerations.
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | tblgen.pod | 94 Generate subtarget enumerations.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | tblgen.rst | 115 Generate subtarget enumerations.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 645 "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/ |
D | BackEnds.rst | 206 **Purpose**: Generate subtarget enumerations.
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 120 **GCC Behavior**: GCC un-hides the typeinfo for enumerations by default, even
|
/external/clang/bindings/python/clang/ |
D | cindex.py | 68 import clang.enumerations 3720 for name, value in clang.enumerations.TokenKinds:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | BackEnds.rst | 207 **Purpose**: Generate subtarget enumerations.
|
/external/wayland/src/ |
D | scanner.c | 854 struct wl_list *enumerations) in verify_arguments() argument
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 744 C++11 strongly typed enumerations 749 typed, scoped enumerations is enabled. 1128 Clang provides support for C++11 enumerations with a fixed underlying type
|
D | PCHInternals.rst | 313 enumerations, although those contexts contain relatively few declarations in
|
/external/python/pyasn1/ |
D | CHANGES.rst | 33 The other related change is that `str()` of enumerations and boolean
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 470 enumerations must be specified like "CoderInfo::TrueMatch" rather 1267 * lib/Magick++/Include.h (Magick): Added new enumerations from
|
/external/llvm/docs/ |
D | YamlIO.rst | 289 YAML I/O supports translating between in-memory enumerations and a set of string
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | YamlIO.rst | 289 YAML I/O supports translating between in-memory enumerations and a set of string
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 8 Flags and enumerations
|
/external/pcre/dist2/ |
D | HACKING | 545 are enumerations of the form ucp_xx, defined in the pcre2_ucp.h source file.
|
/external/freetype/ |
D | ChangeLog.26 | 4804 [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