Searched refs:enumType (Results 1 – 6 of 6) sorted by relevance
76 uint32_t enumType;
952 (e_FmMacType)(ipcMacParams.enumType), in FmHandleIpcMsgCB()963 (e_FmMacType)(ipcMacMaxFrameParams.macParams.enumType), in FmHandleIpcMsgCB()2387 macParams.enumType = (uint32_t)type; in FmResetMac()2431 macMaxFrameLengthParams.macParams.enumType = (uint32_t)type; in FmSetMacMaxFrame()
242 REGISTER_MATCHER(enumType); in RegistryMaps()
1070 const AstTypeMatcher<EnumType> enumType; variable
705 auto HasIntegerType = anyOf(hasType(isInteger()), hasType(enumType()));
7471 /// \c enumType() matches the type of the variable declarations of both \c c and7473 extern const AstTypeMatcher<EnumType> enumType;