OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_functions
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py
580
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
an
[
all
...]
/external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py
580
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
an
[
all
...]
/external/llvm/lib/Analysis/
PathProfileInfo.cpp
74
std::vector<Function*>
_functions
;
member in class:__anon21695::PathProfileLoaderPass
324
_functions
.push_back(0); // make the 0 index a null pointer
329
_functions
.push_back(F);
373
Function* f =
_functions
[pathHeader.fnNumber];
Completed in 115 milliseconds