OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInstMatch
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/re2/re2/
prog.cc
45
set_opcode(
kInstMatch
);
82
case
kInstMatch
:
257
case
kInstMatch
:
prog.h
56
kInstMatch
, // found a match!
106
int match_id() { DCHECK_EQ(opcode(),
kInstMatch
); return match_id_; }
153
int32 match_id_; // opcode ==
kInstMatch
nfa.cc
263
case
kInstMatch
:
339
case
kInstMatch
:
540
case
kInstMatch
:
640
case
kInstMatch
:
bitstate.cc
255
case
kInstMatch
: {
dfa.cc
579
// is a matching state (one that reached a
kInstMatch
in the program)
617
bool sawmatch = false; // whether queue contains guaranteed
kInstMatch
652
case
kInstMatch
:
657
if (ip->opcode() ==
kInstMatch
&& !prog_->anchor_end())
850
case
kInstMatch
:
[
all
...]
onepass.cc
84
// The other instructions -- kInstEmptyWidth,
kInstMatch
, kInstCapture --
371
// (3) there is at most one input-free path from ip to a
kInstMatch
536
case
kInstMatch
:
/external/chromium_org/third_party/re2/re2/testing/
backtrack.cc
206
case
kInstMatch
:
Completed in 76 milliseconds