OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callees
(Results
1 - 11
of
11
) sorted by null
/external/oprofile/libpp/
callgraph_container.h
79
///
callees
of this symbol
80
children
callees
;
member in struct:arc_recorder::cg_data
84
* Sort and threshold callers and
callees
.
symbol.h
116
children
callees
;
member in class:cg_symbol
117
/// total count of
callees
/external/chromium_org/third_party/angle/src/compiler/
DetectCallDepth.h
60
TVector<FunctionNode*>
callees
;
member in class:DetectCallDepth::FunctionNode
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp
34
* repeatedly reduced by removing any function that either has no
callees
165
exec_list
callees
;
member in class:function
227
this->current->
callees
.push_tail(node);
268
if (f->callers.is_empty() || f->
callees
.is_empty()) {
271
destroy_links(& n->func->
callees
, f);
274
while (!f->
callees
.is_empty()) {
275
struct call_node *n = (struct call_node *) f->
callees
.pop_head();
/external/mesa3d/src/glsl/
ir_function_detect_recursion.cpp
34
* repeatedly reduced by removing any function that either has no
callees
165
exec_list
callees
;
member in class:function
227
this->current->
callees
.push_tail(node);
268
if (f->callers.is_empty() || f->
callees
.is_empty()) {
271
destroy_links(& n->func->
callees
, f);
274
while (!f->
callees
.is_empty()) {
275
struct call_node *n = (struct call_node *) f->
callees
.pop_head();
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
187
Each function decl has assigned cgraph_node listing
callees
and callers. */
191
struct cgraph_edge *
callees
;
variable in typeref:struct:cgraph_edge
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
187
Each function decl has assigned cgraph_node listing
callees
and callers. */
191
struct cgraph_edge *
callees
;
variable in typeref:struct:cgraph_edge
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h
187
Each function decl has assigned cgraph_node listing
callees
and callers. */
191
struct cgraph_edge *
callees
;
variable in typeref:struct:cgraph_edge
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h
187
Each function decl has assigned cgraph_node listing
callees
and callers. */
191
struct cgraph_edge *
callees
;
variable in typeref:struct:cgraph_edge
[
all
...]
/external/chromium_org/v8/tools/gcmole/
gcmole.cc
167
CalleesSet*
callees
= callgraph_[name];
local
169
if (
callees
== NULL) {
170
callgraph_[name] =
callees
= new CalleesSet();
173
scopes_.push(
callees
);
190
CalleesSet*
callees
= i->second;
local
191
for (CalleesSet::const_iterator j =
callees
->begin(), e =
callees
->end();
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
167
CalleesSet*
callees
= callgraph_[name];
local
169
if (
callees
== NULL) {
170
callgraph_[name] =
callees
= new CalleesSet();
173
scopes_.push(
callees
);
190
CalleesSet*
callees
= i->second;
local
191
for (CalleesSet::const_iterator j =
callees
->begin(), e =
callees
->end();
[
all
...]
Completed in 443 milliseconds