Home
last modified time | relevance | path

Searched refs:_functions (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dstatetracker.py580 self._functions = []
597 return bool(self._functions)
605 return self.InFunction() and self._functions[-1].is_constructor
614 if self._functions[-1].is_interface:
617 name = self._functions[-1].name
633 return len(self._functions) == 1 and self.InTopLevel()
641 return self.InFunction() and self._functions[-1].is_assigned
649 return (self._functions and
650 self._functions[-1].block_depth == self._block_depth - 1)
658 return (self._functions and
[all …]
/external/llvm/lib/Analysis/
DPathProfileInfo.cpp74 std::vector<Function*> _functions; member in __anon3e8628f50111::PathProfileLoaderPass
324 _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()