Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp101 enum class MatchState : uint8_t { enum
129 (1U << static_cast<uint8_t>(MatchState::FlowFromReadOnly)) |
130 (1U << static_cast<uint8_t>(MatchState::FlowFromMemAliasReadOnly));
132 (1U << static_cast<uint8_t>(MatchState::FlowToWriteOnly)) |
133 (1U << static_cast<uint8_t>(MatchState::FlowToMemAliasWriteOnly));
172 bool insert(InstantiatedValue From, InstantiatedValue To, MatchState State) { in insert()
259 MatchState State;
597 MatchState State, ReachabilitySet &ReachSet, in propagate()
619 propagate(Edge.Other, Src, MatchState::FlowFromReadOnly, ReachSet, in initializeWorkList()
621 propagate(Src, Edge.Other, MatchState::FlowToWriteOnly, ReachSet, in initializeWorkList()
[all …]
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c366 typedef struct MatchState { struct
377 } MatchState; argument
381 static const char *match (MatchState *ms, const char *s, const char *p);
394 static int check_capture (MatchState *ms, int l) { in check_capture()
403 static int capture_to_close (MatchState *ms) { in capture_to_close()
411 static const char *classend (MatchState *ms, const char *p) { in classend()
478 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
494 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
514 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
529 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
[all …]