Lines Matching refs:symbol
101 def is_match(self, symbol): argument
103 if self.symbol_name != symbol.name:
106 if self.comm != symbol.comm:
141 def is_match(self, symbol): argument
142 if symbol.name != self.symbol_name:
145 if symbol.comm != self.comm:
494 for symbol in symbols:
497 if req.is_match(symbol):
499 matched_overhead[i] += symbol.overhead
509 symbol, req, test)
516 for symbol in symbols:
519 if req.is_match(symbol):
521 fulfilled = req.check_overhead(symbol.children_overhead)
524 symbol, req, test)
536 for symbol in symbols:
539 if req.is_match(symbol):
541 fulfilled = req.check_relation(symbol.call_tree)
544 symbol, req, test)