Lines Matching refs:symbol
99 def is_match(self, symbol): argument
101 if self.symbol_name != symbol.name:
104 if self.comm != symbol.comm:
139 def is_match(self, symbol): argument
140 if symbol.name != self.symbol_name:
143 if symbol.comm != self.comm:
439 for symbol in symbols:
442 if req.is_match(symbol):
444 matched_overhead[i] += symbol.overhead
454 symbol, req, test)
461 for symbol in symbols:
464 if req.is_match(symbol):
466 fulfilled = req.check_overhead(symbol.children_overhead)
469 symbol, req, test)
481 for symbol in symbols:
484 if req.is_match(symbol):
486 fulfilled = req.check_relation(symbol.call_tree)
489 symbol, req, test)