Home
last modified time | relevance | path

Searched refs:enumType (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/ncsw/Peripherals/FM/ !
H A Dfm_ipc.h76 uint32_t enumType;
H A Dfm_ncsw.c952 (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()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ !
H A DRegistry.cpp242 REGISTER_MATCHER(enumType); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/ !
H A DASTMatchersInternal.cpp1070 const AstTypeMatcher<EnumType> enumType; variable
/src/contrib/llvm-project/clang/lib/Analysis/ !
H A DUnsafeBufferUsage.cpp705 auto HasIntegerType = anyOf(hasType(isInteger()), hasType(enumType())); in matcher()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/ !
H A DASTMatchers.h7473 extern const AstTypeMatcher<EnumType> enumType;