Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h71 template <typename Class> struct class_match { struct
76 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() argument