Home
last modified time | relevance | path

Searched defs:set_node (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mem/include/
Dmem.h24 static inline void set_node(unsigned long *array, unsigned int node) in set_node() function
/third_party/gn/src/gn/
Dscope.cc168 const ParseNode* set_node) { in SetValue()
Doperators.cc176 Value* ValueDestination::SetValue(Value value, const ParseNode* set_node) { in SetValue()
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_function.h319 void set_node(const AnfNodePtr &node) { node_ = AnfNodeWeakPtr(node); } in set_node() function