OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lang_ops
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
varobj.c
109
const struct lang_varobj_ops *
lang_ops
= NULL;
member in struct:varobj_root
388
var->root->
lang_ops
= var->root->exp->language_defn->varobj_ops ();
852
gdb_assert (var->root->
lang_ops
->is_path_expr_parent != NULL);
853
return var->root->
lang_ops
->is_path_expr_parent (var);
898
mutable_var->path_expr = (*var->root->
lang_ops
->path_expr_of_child) (var);
1419
if (var->root->
lang_ops
->value_has_mutated != NULL)
1428
return var->root->
lang_ops
->value_has_mutated (var, new_value, new_type);
1524
new_type = v->root->
lang_ops
->type_of_child (v->parent, v->index);
1799
child->type = (*child->root->
lang_ops
->type_of_child) (child->parent,
1887
return (*var->root->
lang_ops
->number_of_children) (var)
[
all
...]
varobj.c
109
const struct lang_varobj_ops *
lang_ops
= NULL;
member in struct:varobj_root
388
var->root->
lang_ops
= var->root->exp->language_defn->varobj_ops ();
852
gdb_assert (var->root->
lang_ops
->is_path_expr_parent != NULL);
853
return var->root->
lang_ops
->is_path_expr_parent (var);
898
mutable_var->path_expr = (*var->root->
lang_ops
->path_expr_of_child) (var);
1419
if (var->root->
lang_ops
->value_has_mutated != NULL)
1428
return var->root->
lang_ops
->value_has_mutated (var, new_value, new_type);
1524
new_type = v->root->
lang_ops
->type_of_child (v->parent, v->index);
1799
child->type = (*child->root->
lang_ops
->type_of_child) (child->parent,
1887
return (*var->root->
lang_ops
->number_of_children) (var)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
varobj.c
109
const struct lang_varobj_ops *
lang_ops
= NULL;
member in struct:varobj_root
391
var->root->
lang_ops
= var->root->exp->language_defn->varobj_ops ();
855
gdb_assert (var->root->
lang_ops
->is_path_expr_parent != NULL);
856
return var->root->
lang_ops
->is_path_expr_parent (var);
901
mutable_var->path_expr = (*var->root->
lang_ops
->path_expr_of_child) (var);
1422
if (var->root->
lang_ops
->value_has_mutated != NULL)
1431
return var->root->
lang_ops
->value_has_mutated (var, new_value, new_type);
1527
new_type = v->root->
lang_ops
->type_of_child (v->parent, v->index);
1802
child->type = (*child->root->
lang_ops
->type_of_child) (child->parent,
1890
return (*var->root->
lang_ops
->number_of_children) (var)
[
all
...]
varobj.c
109
const struct lang_varobj_ops *
lang_ops
= NULL;
member in struct:varobj_root
391
var->root->
lang_ops
= var->root->exp->language_defn->varobj_ops ();
855
gdb_assert (var->root->
lang_ops
->is_path_expr_parent != NULL);
856
return var->root->
lang_ops
->is_path_expr_parent (var);
901
mutable_var->path_expr = (*var->root->
lang_ops
->path_expr_of_child) (var);
1422
if (var->root->
lang_ops
->value_has_mutated != NULL)
1431
return var->root->
lang_ops
->value_has_mutated (var, new_value, new_type);
1527
new_type = v->root->
lang_ops
->type_of_child (v->parent, v->index);
1802
child->type = (*child->root->
lang_ops
->type_of_child) (child->parent,
1890
return (*var->root->
lang_ops
->number_of_children) (var)
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026