Lines Matching defs:comment

58                                  const char* comment)
69 result = Call(cs, glue, target, depend, args, hirGate, comment);
71 result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment)
163 GateRef result = GetCircuit()->NewGate(meta, machineType, inputs.size(), inputs.data(), type, comment);
170 const char* comment)
177 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
182 const char* comment)
189 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
194 const char* comment)
201 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
206 const char* comment)
213 GateRef result = Call(cs, glue, target, depend, args, Circuit::NullGate(), comment);
218 GateRef hirGate, const char* comment)
232 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
236 GateRef CircuitBuilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment)
244 GateRef result = Call(cs, glue, target, depend, {argc, argv}, Circuit::NullGate(), comment);
249 GateRef hirGate, const char* comment)
263 GateRef result = Call(cs, glue, target, depend, args, filteredHirGate, comment);
349 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment)
365 comment);
372 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment)
388 comment);
395 const char* comment)
411 comment);
418 GateRef value, const char* comment)
434 comment);