Searched refs:MatchState (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | CFLAndersAliasAnalysis.cpp | 99 enum class MatchState : uint8_t { enum 257 MatchState State; 660 auto MemAliasPropagate = [&](MatchState FromState, MatchState ToState) { in processWorkListItem() 690 auto NextMemState = [&](MatchState State) { in processWorkListItem() 698 case MatchState::FlowFromReadOnly: in processWorkListItem() 704 case MatchState::FlowFromMemAliasNoReadWrite: in processWorkListItem() 709 case MatchState::FlowFromMemAliasReadOnly: in processWorkListItem() 714 case MatchState::FlowToWriteOnly: in processWorkListItem() 719 case MatchState::FlowToReadWrite: in processWorkListItem() 724 case MatchState::FlowToMemAliasWriteOnly: in processWorkListItem() [all …]
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstrlib.c | 227 typedef struct MatchState { struct 238 } MatchState; argument 255 static int check_capture (MatchState *ms, int l) { in check_capture() 263 static int capture_to_close (MatchState *ms) { in capture_to_close() 271 static const char *classend (MatchState *ms, const char *p) { in classend() 375 static const char *max_expand (MatchState *ms, const char *s, in max_expand() 390 static const char *min_expand (MatchState *ms, const char *s, in min_expand() 417 static const char *end_capture (MatchState *ms, const char *s, in end_capture() 627 MatchState ms; in str_find_aux() 669 MatchState ms; in gmatch_aux() [all …]
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstrlib.c | 214 typedef struct MatchState { struct 225 } MatchState; argument 242 static int check_capture (MatchState *ms, int l) { in check_capture() 250 static int capture_to_close (MatchState *ms) { in capture_to_close() 258 static const char *classend (MatchState *ms, const char *p) { in classend() 361 static const char *max_expand (MatchState *ms, const char *s, in max_expand() 591 static void prepstate (MatchState *ms, lua_State *L, in prepstate() 601 static void reprepstate (MatchState *ms) { in reprepstate() 628 MatchState ms; in str_find_aux() 669 MatchState ms; /* match state */ [all …]
|