Home
last modified time | relevance | path

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

/freebsd-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()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp242 REGISTER_MATCHER(enumType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1070 const AstTypeMatcher<EnumType> enumType; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp705 auto HasIntegerType = anyOf(hasType(isInteger()), hasType(enumType()));
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7471 /// \c enumType() matches the type of the variable declarations of both \c c and
7473 extern const AstTypeMatcher<EnumType> enumType;