Home
last modified time | relevance | path

Searched defs:states (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A Dregexec.c59 #define states states1 macro
106 #define states char * macro
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h151 llvm::ArrayRef<State> states() const { return States; } in states() function
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc640 StateMap& states() { return states_; } in states() function in testing::__anonfde419490111::MockObjectRegistry
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1241 def expect_state_changes(test, listener, process, states, timeout=30): argument