Home
last modified time | relevance | path

Searched refs:definition_scope (Results 1 – 14 of 14) sorted by relevance

/dports/devel/babeltrace/babeltrace-1.5.7/types/
H A Dtypes.c97 struct definition_scope *scope) in lookup_field_definition_scope()
160 static struct definition_scope *
189 struct definition_scope *scope) in bt_lookup_path_definition()
266 struct definition_scope *scope) in bt_register_field_definition()
487 static struct definition_scope *
488 _bt_new_definition_scope(struct definition_scope *parent_scope, in _bt_new_definition_scope()
491 struct definition_scope *scope = g_new(struct definition_scope, 1); in _bt_new_definition_scope()
542 struct definition_scope *
543 bt_new_definition_scope(struct definition_scope *parent_scope, in bt_new_definition_scope()
546 struct definition_scope *scope; in bt_new_definition_scope()
[all …]
H A Dstring.c36 struct definition_scope *parent_scope,
69 struct definition_scope *parent_scope, in _string_definition_new()
H A Dfloat.c36 struct definition_scope *parent_scope,
86 struct definition_scope *parent_scope, in _float_definition_new()
H A Dinteger.c37 struct definition_scope *parent_scope,
78 struct definition_scope *parent_scope, in _integer_definition_new()
H A Dsequence.c36 struct definition_scope *parent_scope,
130 struct definition_scope *parent_scope, in _sequence_definition_new()
H A Dstruct.c40 struct definition_scope *parent_scope,
110 struct definition_scope *parent_scope, in _struct_definition_new()
H A Darray.c36 struct definition_scope *parent_scope,
98 struct definition_scope *parent_scope, in _array_definition_new()
H A Dvariant.c36 struct definition_scope *parent_scope,
133 struct definition_scope *parent_scope, in _variant_definition_new()
H A Denum.c45 struct definition_scope *parent_scope,
422 struct definition_scope *parent_scope, in _enum_definition_new()
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/
H A Dtypes.h66 struct definition_scope { struct
69 struct definition_scope *parent_scope; argument
91 struct definition_scope *parent_scope, argument
106 struct definition_scope *scope;
369 struct definition_scope *scope);
372 struct definition_scope *scope);
373 struct definition_scope *
374 bt_new_definition_scope(struct definition_scope *parent_scope,
376 void bt_free_definition_scope(struct definition_scope *scope);
378 GQuark bt_new_definition_path(struct definition_scope *parent_scope,
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/ctf-ir/
H A Dmetadata.h70 struct definition_scope *parent_def_scope; /* for initialization */
206 struct definition_scope *definition_scope; member
262 struct definition_scope *definition_scope; member
/dports/cad/iverilog/verilog-11.0/
H A Dnetclass.h59 NetScope*definition_scope(void);
138 inline NetScope*netclass_t::definition_scope(void) in definition_scope() function
H A Dnet_scope.cc721 NetScope*def_parent = class_def_->definition_scope(); in find_class()
/dports/lang/ruby26/ruby-2.6.9/gems/rake-12.3.3/lib/rake/
H A Dtask_manager.rb29 task_name, *definition_scope = *(task_name.split(":").reverse)
30 @scope = Scope.make(*(definition_scope + @scope.to_a))