Home
last modified time | relevance | path

Searched refs:AND_LIST (Results 1 – 6 of 6) sorted by relevance

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_method_process.cpp103 case AND_LIST: in clear_trigger()
700 case AND_LIST: in trigger_dynamic()
H A Dsc_method_process.h214 m_trigger_type = AND_LIST; in next_trigger()
H A Dsc_process.h327 AND_LIST, enumerator
H A Dsc_thread_process.h310 m_trigger_type = AND_LIST; in wait()
H A Dsc_thread_process.cpp762 case AND_LIST: in trigger_dynamic()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/sem/
H A Dlogic.py51 AND_LIST = ['and', '&', '^'] variable in Tokens
64 BINOPS = AND_LIST + OR_LIST + IMP_LIST + IFF_LIST
133 + [(x, 6) for x in Tokens.AND_LIST]
494 if tok in Tokens.AND_LIST: