Searched refs:nondeterministic (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-modref.cc | 279 writes_errno (false), side_effects (false), nondeterministic (false), in modref_summary() 336 return ((!side_effects || !nondeterministic) in useful_p() 343 return ((!side_effects || !nondeterministic) in useful_p() 365 unsigned nondeterministic : 1; member 378 writes_errno (false), side_effects (false), nondeterministic (false), in modref_summary_lto() 409 return ((!side_effects || !nondeterministic) in useful_p() 416 return ((!side_effects || !nondeterministic) in useful_p() 595 if (nondeterministic) in dump() 648 if (nondeterministic) in dump() 1012 if (m_summary && !m_summary->nondeterministic) in set_nondeterministic() [all …]
|
H A D | ipa-modref.h | 45 unsigned nondeterministic : 1; member
|
H A D | rtl.def | 1200 o "ndfa" which makes nondeterministic finite state automata.
|
H A D | ChangeLog-2021 | 4221 * ipa-modref.h (struct modref_summary): Add nondeterministic 4225 (struct modref_summary_lto): Add nondeterministic and 4234 (analyze_load): Volatile access is nondeterministic. 4236 (analyze_stmt): Volatile ASM is nondeterministic.
|
H A D | ChangeLog | 7310 nondeterministic and side_effects flags.
|
H A D | ChangeLog-2005 | 26564 presence in non nondeterministic automaton state.
|
/netbsd-src/lib/libcompat/regexp/ |
H A D | README | 66 This implementation uses nondeterministic automata rather than the 76 existing text editors use nondeterministic regular-expression implementations,
|
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | README | 25 * Routine to convert tagged ASTs to tagged nondeterministic state
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Automaton.td | 46 // This automaton is considered to be nondeterministic, meaning that multiple
|
/netbsd-src/share/misc/ |
H A D | acronyms.comp | 1116 NDFA nondeterministic finite automaton 1120 NFA nondeterministic finite automaton 1143 NP nondeterministic polynomial time
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.def | 1201 o "ndfa" which makes nondeterministic finite state automata.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | itanium2.md | 131 o "ndfa" which makes automata with nondeterministic reservation
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | itanium2.md | 131 o "ndfa" which makes automata with nondeterministic reservation
|
/netbsd-src/external/historical/nawk/dist/testdir/ |
H A D | funstack.in | 10905 …rough the mechanism of singleton data types. Both deterministic and nondeterministic functions are… 10906 …rough the mechanism of singleton data types. Both deterministic and nondeterministic functions are… 11362 …deterministic solution to a problem which is currently handled in a nondeterministic manner in PL/… 13293 …es; errors; finite state automata; information; nondeterministic finite state automata; nondetermi… 16786 …building block for alternative and repetitive constructs that allow nondeterministic program compo… 16793 …orrectness proof; derivation; guarded commands; k-guarded-commands; nondeterministic program compo… 17480 …in unary. When k is expressed in binary the problem is complete for nondeterministic exponential t… 17487 …exity; context free grammar; context-free grammars; LR(k) grammars; nondeterministic exponential t… 21447 …nondeterministic programming are critically reconsidered to single out a proper attitude and progr… 21453 …keywords = "computer programming languages; control structure; languages; nondeterministic pro…
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | md.texi | 10255 @cindex nondeterministic finite state automaton 10298 @dfn{ndfa} makes nondeterministic finite state automata. This affects 10302 nondeterministic treatment means trying all alternatives, some of them 10308 nondeterministic @acronym{NDFA} state to a deterministic @acronym{DFA}
|
H A D | gccint.info | 29939 * "ndfa" makes nondeterministic finite state automata. This affects 29943 The nondeterministic treatment means trying all alternatives, some 29948 a nondeterministic NDFA state to a deterministic DFA state is 54456 * nondeterministic finite state automaton: Processor pipeline description.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | md.texi | 10709 @cindex nondeterministic finite state automaton 10752 @dfn{ndfa} makes nondeterministic finite state automata. This affects 10756 nondeterministic treatment means trying all alternatives, some of them 10762 nondeterministic @acronym{NDFA} state to a deterministic @acronym{DFA}
|
H A D | gccint.info | 31371 * "ndfa" makes nondeterministic finite state automata. This affects 31375 The nondeterministic treatment means trying all alternatives, some 31380 a nondeterministic NDFA state to a deterministic DFA state is 56201 * nondeterministic finite state automaton: Processor pipeline description.
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | ChangeLog.2 | 1768 arrays is nondeterministic across AWK implementations.
|