Home
last modified time | relevance | path

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

/external/chromium_org/third_party/re2/re2/
Dprog.h62 enum EmptyOp { enum
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
162 EmptyOp empty_; // opcode == kInstEmptyWidth
Dprog.cc37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) { in InitEmptyWidth()
Dcompile.cc178 Frag EmptyWidth(EmptyOp op);
430 Frag Compiler::EmptyWidth(EmptyOp empty) { in EmptyWidth()
/external/regex-re2/re2/
Dprog.h62 enum EmptyOp { enum
92 void InitEmptyWidth(EmptyOp empty, uint32 out);
107 EmptyOp empty() { DCHECK_EQ(opcode(), kInstEmptyWidth); return empty_; } in empty()
162 EmptyOp empty_; // opcode == kInstEmptyWidth
Dprog.cc37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) { in InitEmptyWidth()
Dcompile.cc177 Frag EmptyWidth(EmptyOp op);
429 Frag Compiler::EmptyWidth(EmptyOp empty) { in EmptyWidth()