MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / set_opcode

Method set_opcode

extern/re2/re2/prog.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116 private:
117 void set_opcode(InstOp opcode) {
118 out_opcode_ = (out()<<4) | (last()<<3) | opcode;
119 }
120
121 void set_last() {
122 out_opcode_ = (out()<<4) | (1<<3) | opcode();

Callers 2

OptimizeMethod · 0.80
EmitListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected