Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp18 using ItemSet = std::vector<clang::pseudo::Item>; typedef
22 template <> struct DenseMapInfo<ItemSet> {
23 static inline ItemSet getEmptyKey() { in getEmptyKey()
26 static inline ItemSet getTombstoneKey() { in getTombstoneKey()
29 static unsigned getHashValue(const ItemSet &I) { in getHashValue()
32 static bool isEqual(const ItemSet &LHS, const ItemSet &RHS) { in isEqual()
63 State closure(ItemSet Queue, const Grammar &G) { in closure()
98 std::vector<std::pair<SymbolID, ItemSet>>
100 std::vector<std::pair<SymbolID, ItemSet>> Results; in nextAvailableKernelItems()
113 ItemSet Next; in nextAvailableKernelItems()
[all …]