Searched refs:InitNop (Results 1 – 3 of 3) sorted by relevance
/third_party/re2/re2/ | ||
D | prog.h | 77 void InitNop(uint32_t out); |
D | prog.cc | 58 void Prog::Inst::InitNop(uint32_t out) { in InitNop() function in re2::Prog::Inst |
D | compile.cc | 412 inst_[id].InitNop(0); in Nop() |