Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 23 of 23) sorted by relevance

/xnu-11215/tools/lldbmacros/tests/lldb_tests/
H A Dtest_process.py92 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 Dmbufdefines.py23 def enum(*sequential, **named): function
29 Mbuf_Type = enum(
H A Dntstat.py8 from enum import IntEnum
H A Dkcdata.py193 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 DMakefile.template16 CFLAGS += -Wassign-enum -Wswitch-enum -include meta_features.h
/xnu-11215/iokit/DriverKit/
H A DIODMACommand.iig42 enum {
47 enum {
52 enum {
57 enum {
64 enum {
H A DIOUserClient.iig43 enum {
48 enum {
53 enum {
59 enum {
66 /*! @enum
70 enum {
75 enum {
H A DIOEventLink.iig36 enum {
41 enum {
47 enum {
H A DIOInterruptDispatchSource.iig40 enum {
45 enum {
H A DIOMemoryDescriptor.iig45 enum {
55 enum {
H A DIODispatchQueue.iig45 enum {
51 enum {
56 enum {
H A DIOService.iig50 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 DIOServiceNotificationDispatchSource.iig39 enum {
H A DIOWorkGroup.iig35 enum {
H A DIOExtensiblePaniclog.iig49 enum {
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py39 from enum import Enum
/xnu-11215/makedefs/
H A DMakeInc.def177 -Wno-switch-enum \
192 -Wno-anon-enum-enum-conversion \
193 -Wno-error=enum-enum-conversion \
/xnu-11215/doc/lifecycle/
H A Dstartup.md32 1. add a new value to the `startup_subsystem_id_t` enum in the right order
/xnu-11215/tests/
H A Dipsec.m20 typedef enum {
H A DMakefile47 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 Dstackshot_tests.m1847 enum srp_test_type {
1854 check_srp_test(const char *name, enum srp_test_type ty)
/xnu-11215/bsd/man/man2/
H A Dgetdirentriesattr.2351 enum {
/xnu-11215/osfmk/conf/
H A DMakefile.template98 VM_UBSAN_CHECKS = bounds, builtin, enum, float-cast-overflow, \