Searched refs:MatchState (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CFLAndersAliasAnalysis.cpp | 101 enum class MatchState : uint8_t { enum 259 MatchState State; 661 auto MemAliasPropagate = [&](MatchState FromState, MatchState ToState) { in processWorkListItem() 691 auto NextMemState = [&](MatchState State) { in processWorkListItem() 699 case MatchState::FlowFromReadOnly: in processWorkListItem() 705 case MatchState::FlowFromMemAliasNoReadWrite: in processWorkListItem() 710 case MatchState::FlowFromMemAliasReadOnly: in processWorkListItem() 715 case MatchState::FlowToWriteOnly: in processWorkListItem() 720 case MatchState::FlowToReadWrite: in processWorkListItem() 725 case MatchState::FlowToMemAliasWriteOnly: in processWorkListItem() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lstrlib.c | 209 typedef struct MatchState { struct 220 } MatchState; argument 237 static int check_capture (MatchState *ms, int l) { in check_capture() 245 static int capture_to_close (MatchState *ms) { in capture_to_close() 253 static const char *classend (MatchState *ms, const char *p) { in classend() 357 static const char *max_expand (MatchState *ms, const char *s, in max_expand() 372 static const char *min_expand (MatchState *ms, const char *s, in min_expand() 399 static const char *end_capture (MatchState *ms, const char *s, in end_capture() 609 MatchState ms; in str_find_aux() 651 MatchState ms; in gmatch_aux() [all …]
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lstrlib.c | 356 typedef struct MatchState { struct 367 } MatchState; argument 384 static int check_capture (MatchState *ms, int l) { in check_capture() 392 static int capture_to_close (MatchState *ms) { in capture_to_close() 400 static const char *classend (MatchState *ms, const char *p) { in classend() 503 static const char *max_expand (MatchState *ms, const char *s, in max_expand() 754 static void prepstate (MatchState *ms, lua_State *L, in prepstate() 764 static void reprepstate (MatchState *ms) { in reprepstate() 790 MatchState ms; in str_find_aux() 831 MatchState ms; /* match state */ [all …]
|