Home
last modified time | relevance | path

Searched defs:type_arg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp592 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd() local
787 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete() local
1048 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList() local
1448 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd() local
1748 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine() local
1849 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable() local
1916 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete() local
2023 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable() local
2085 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList() local
2306 CommandArgumentEntry type_arg; in CommandObjectTypeSynthAdd() local
[all …]
/freebsd-14.2/sys/dev/atopcase/
H A Datopcase_reg.h94 uint8_t type_arg; /* means "device" for ATOPCASE_MSG_TYPE_DESCRIPTOR */ member
H A Datopcase.c385 uint16_t type, uint8_t type_arg, const void *payload, uint8_t len, in atopcase_create_message()