Home
last modified time | relevance | path

Searched refs:list_append (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dlist_append_operation.h35 friend std::ostream &operator<<(std::ostream &os, const ListAppend &list_append) {
36 os << list_append.name_;
/third_party/boost/tools/build/src/engine/
Dlists.h76 LIST * list_append( LIST * destination, LIST * source );
165 list_obj = list_append(list_obj, list_copy(other.list_obj)); in append()
Dw32_getreg.cpp151 result = list_append(result, list_new(object_new(name))); in get_subkey_names()
178 result = list_append(result, list_new(object_new(name))); in get_value_names()
Dvariable.cpp309 *v = list_append( *v, value ); in var_set()
Dlists.cpp61 LIST * list_append( LIST * l, LIST * nl ) in list_append() function
Drules.cpp361 v->value = list_append( v->value, value ); in addsettings()
Dfunction.cpp490 *l = list_append( trailing, *l ); in function_call_rule()
600 *l = list_append( trailing, *l ); in function_call_member_rule()
3981 value = list_append( value, function_get_named_variable( in function_run()
3994 stack_push( s, list_append( l, r ) ); in function_run()
4538 *ptr = list_append( *ptr, stack_pop( s ) ); in function_run()
4716 result = list_append( result, apply_modifiers( s, n ) ); in function_run()
4739 result = list_append( result, apply_subscript( s ) ); in function_run()
4764 result = list_append( result, apply_subscript_and_modifiers( s, in function_run()
Dbuiltins.cpp898 result = list_append( result, glob1( list_item( iter ), b ) in glob_recursive()
938 result = list_append( result, glob1( constant_dot, p ) ); in glob_recursive()
958 result = list_append( result, glob_recursive( object_str( list_item( in builtin_glob_recursive()
/third_party/libinput/src/
Dutil-list.h45 void list_append(struct list *list, struct list *elm);
Dutil-list.c56 list_append(struct list *list, struct list *elm) in list_append() function
Dquirks.c594 list_append(&s->properties, &p->link); in parse_model()
761 list_append(&s->properties, &p->link); in parse_attr()
915 list_append(&ctx->sections, &section->link); in parse_file()
/third_party/boost/tools/build/src/engine/modules/
Dsequence.cpp76 result = list_append( result, evaluate_rule( rule, function_name, inner ) ); in sequence_transform()
/third_party/python/Objects/clinic/
Dlistobject.c.h89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
/third_party/libinput/test/
Dtest-utils.c1202 list_append(&head, &t->node); in START_TEST()
Dlitest.c1503 list_append(created_files_list, &file->link); in litest_install_source_quirks()
1555 list_append(created_files_list, &file->link); in litest_setup_quirks()
4468 list_append(&devices, &t->device->node); in litest_init_test_devices()
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1785 def list_append(self_, item): function
/third_party/libinput/tools/
Dlibinput-debug-gui.c981 list_append(&w->evdev_devices, &d->node); in register_evdev_device()
/third_party/python/Objects/
Dlistobject.c842 list_append(PyListObject *self, PyObject *object) in list_append() function