Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h32 template <typename Class> struct class_match { struct
37 inline class_match<VPValue> m_VPValue() { return class_match<VPValue>(); } in m_VPValue() argument
/freebsd/sys/dev/usb/serial/
H A Dumodem.c375 uint8_t class_match = 0; in umodem_attach() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h87 template <typename Class> struct class_match { struct
92 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() argument