Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp1548 struct MergeableGroup { struct
1549 std::string Code;
1550 ComparableStringVector ParamTypes;
1551 bool operator<(const MergeableGroup &rhs) const { in operator <()