Lines Matching refs:comm
58 def __init__(self, name, comm, overhead, children_overhead): argument
60 self.comm = comm
73 self.name, self.comm, self.overhead, self.children_overhead))
81 def __init__(self, symbol_name=None, comm=None, min_overhead=None, argument
84 self.comm = comm
93 if self.comm is not None:
94 strs.append('comm=%s' % self.comm)
105 if self.comm is not None:
106 if self.comm != symbol.comm:
122 def __init__(self, symbol_name, comm=None): argument
124 self.comm = comm
136 (' ' + self.comm if self.comm else '')]
144 if self.comm is not None:
145 if symbol.comm != self.comm:
237 comm = None
239 comm = symbol_item.attrib['comm']
251 comm,
259 comm,
282 comm = None
284 comm = symbol_item.attrib['comm']
285 req = SymbolRelationRequirement(symbol_name, comm)
421 comm = items[2]
423 cur_symbol = Symbol(symbol_name, comm, overhead, children_overhead)
429 comm = items[1]
431 cur_symbol = Symbol(symbol_name, comm, overhead, 0)