Home
last modified time | relevance | path

Searched refs:nondeterministic (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref.cc279 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 Dipa-modref.h45 unsigned nondeterministic : 1; member
H A Drtl.def1200 o "ndfa" which makes nondeterministic finite state automata.
H A DChangeLog-20214221 * 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 DChangeLog7310 nondeterministic and side_effects flags.
H A DChangeLog-200526564 presence in non nondeterministic automaton state.
/netbsd-src/lib/libcompat/regexp/
H A DREADME66 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 DREADME25 * Routine to convert tagged ASTs to tagged nondeterministic state
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DAutomaton.td46 // This automaton is considered to be nondeterministic, meaning that multiple
/netbsd-src/share/misc/
H A Dacronyms.comp1116 NDFA nondeterministic finite automaton
1120 NFA nondeterministic finite automaton
1143 NP nondeterministic polynomial time
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.def1201 o "ndfa" which makes nondeterministic finite state automata.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Ditanium2.md131 o "ndfa" which makes automata with nondeterministic reservation
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Ditanium2.md131 o "ndfa" which makes automata with nondeterministic reservation
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.in10905 …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…
21447nondeterministic 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 Dmd.texi10255 @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 Dgccint.info29939 * "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 Dmd.texi10709 @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 Dgccint.info31371 * "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 DChangeLog.21768 arrays is nondeterministic across AWK implementations.