Searched refs:enum (Results 1 – 23 of 23) sorted by relevance
| /xnu-11215/tools/lldbmacros/tests/lldb_tests/ |
| H A D | test_process.py | 92 enum = lookup_type('ast_t') 93 self.assertTrue(enum.IsValid()) 97 for k in enum.get_enum_members_array()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | mbufdefines.py | 23 def enum(*sequential, **named): function 29 Mbuf_Type = enum(
|
| H A D | ntstat.py | 8 from enum import IntEnum
|
| H A D | kcdata.py | 193 def enum(**args): function 209 KCSUBTYPE_TYPE = enum(KC_ST_CHAR=1, KC_ST_INT8=2, KC_ST_UINT8=3, KC_ST_INT16=4, KC_ST_UINT16=5, KC_…
|
| /xnu-11215/san/conf/ |
| H A D | Makefile.template | 16 CFLAGS += -Wassign-enum -Wswitch-enum -include meta_features.h
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IODMACommand.iig | 42 enum { 47 enum { 52 enum { 57 enum { 64 enum {
|
| H A D | IOUserClient.iig | 43 enum { 48 enum { 53 enum { 59 enum { 66 /*! @enum 70 enum { 75 enum {
|
| H A D | IOEventLink.iig | 36 enum { 41 enum { 47 enum {
|
| H A D | IOInterruptDispatchSource.iig | 40 enum { 45 enum {
|
| H A D | IOMemoryDescriptor.iig | 45 enum { 55 enum {
|
| H A D | IODispatchQueue.iig | 45 enum { 51 enum { 56 enum {
|
| H A D | IOService.iig | 50 enum { 56 enum { 62 enum { 67 enum { 340 * Supported values are given by the kIOMaxBusStall* enum in IOTypes.h 343 * @param maxBusStall A value from the kIOMaxBusStall* enum in IOTypes.h
|
| H A D | IOServiceNotificationDispatchSource.iig | 39 enum {
|
| H A D | IOWorkGroup.iig | 35 enum {
|
| H A D | IOExtensiblePaniclog.iig | 49 enum {
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 39 from enum import Enum
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 177 -Wno-switch-enum \ 192 -Wno-anon-enum-enum-conversion \ 193 -Wno-error=enum-enum-conversion \
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 32 1. add a new value to the `startup_subsystem_id_t` enum in the right order
|
| /xnu-11215/tests/ |
| H A D | ipsec.m | 20 typedef enum {
|
| H A D | Makefile | 47 OTHER_CFLAGS += -Wno-gnu-empty-initializer -Wno-unused-macros -Wno-undef -Wno-fixed-enum-extension 48 OTHER_CFLAGS += -Wno-gnu-auto-type -Wno-switch-enum -Wno-variadic-macros -Wno-declaration-after-sta…
|
| H A D | stackshot_tests.m | 1847 enum srp_test_type { 1854 check_srp_test(const char *name, enum srp_test_type ty)
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 351 enum {
|
| /xnu-11215/osfmk/conf/ |
| H A D | Makefile.template | 98 VM_UBSAN_CHECKS = bounds, builtin, enum, float-cast-overflow, \
|