Lines Matching refs:comment
62 for type, var, quantifier, comment in generate_member_list(operands):
87 for type, var, quantifier, comment in generate_member_list(operands):
105 for type, var, quantifier, comment in generate_member_list(operands):
202 comment = operand.get('name');
203 members.append((type, varName, quantifier, comment))
208 for type, var, quant, comment in member_list:
217 for type, var, quantifier, comment in member_list:
218 if comment is not None and comment.find('\n') != -1:
219 member_str += " /* %s\n */\n" % comment
226 if comment is not None and comment.find('\n') == -1:
227 member_str += " // %s" % comment
235 for type, var, quantifier, comment in members:
244 for type, var, quantifier, comment in members:
252 for type, var, quantifier, comment in members:
273 for type, var, quantifier, comment in members:
285 for type, var, quantifier, comment in members:
299 for type, var, quantifier, comment in members:
318 for type, val, quantifier, comment in members:
336 for type, var, quantifier, comment in members:
351 for type, var, quantifier, comment in members: