Searched refs:_functions (Results 1 – 2 of 2) sorted by relevance
580 self._functions = []597 return bool(self._functions)605 return self.InFunction() and self._functions[-1].is_constructor614 if self._functions[-1].is_interface:617 name = self._functions[-1].name633 return len(self._functions) == 1 and self.InTopLevel()641 return self.InFunction() and self._functions[-1].is_assigned649 return (self._functions and650 self._functions[-1].block_depth == self._block_depth - 1)658 return (self._functions and[all …]
74 std::vector<Function*> _functions; member in __anon3e8628f50111::PathProfileLoaderPass324 _functions.push_back(0); // make the 0 index a null pointer in buildFunctionRefs()329 _functions.push_back(F); in buildFunctionRefs()373 Function* f = _functions[pathHeader.fnNumber]; in handlePathInfo()