Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp254 struct ActiveState { struct in __anon856305840111::SuffixTree
256 SuffixTreeNode *Node = nullptr;
259 unsigned Idx = EmptyIdx;
262 unsigned Len = 0;
/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
DTransfer.java351 abstract class ActiveState implements State { class in Transfer