OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstAltMatch
(Results
1 - 7
of
7
) sorted by null
/external/regex-re2/re2/
prog.cc
67
case
kInstAltMatch
:
142
if (ip->opcode() == kInstAlt || ip->opcode() ==
kInstAltMatch
)
203
// Insert
kInstAltMatch
instructions
225
ip->set_opcode(
kInstAltMatch
);
231
ip->set_opcode(
kInstAltMatch
);
246
case
kInstAltMatch
:
prog.h
52
kInstAltMatch
, // Alt: out_ is [00-FF] and back, out1_ is match; or vice versa.
101
int out1() { DCHECK(opcode() == kInstAlt || opcode() ==
kInstAltMatch
); return out1_; }
109
DCHECK_EQ(opcode(),
kInstAltMatch
);
nfa.cc
232
case
kInstAltMatch
:
322
case
kInstAltMatch
:
670
case
kInstAltMatch
:
bitstate.cc
200
case
kInstAltMatch
:
dfa.cc
632
case
kInstAltMatch
:
857
case
kInstAltMatch
:
[
all
...]
onepass.cc
433
case
kInstAltMatch
:
434
// TODO(rsc): Ignoring
kInstAltMatch
optimization.
/external/regex-re2/re2/testing/
backtrack.cc
172
case
kInstAltMatch
:
Completed in 590 milliseconds