Home
last modified time | relevance | path

Searched defs:op_node (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Doperators.cc76 const BinaryOpNode* op_node, in Init()
196 Err MakeOverwriteError(const BinaryOpNode* op_node, const Value& old_value) { in MakeOverwriteError()
225 Err MakeIncompatibleTypeError(const BinaryOpNode* op_node, in MakeIncompatibleTypeError()
241 Value GetValueOrFillError(const BinaryOpNode* op_node, in GetValueOrFillError()
259 void RemoveMatchesFromList(const BinaryOpNode* op_node, in RemoveMatchesFromList()
306 const BinaryOpNode* op_node, in ExecuteEquals()
338 Value ExecutePlus(const BinaryOpNode* op_node, in ExecutePlus()
389 Value ExecuteMinus(const BinaryOpNode* op_node, in ExecuteMinus()
413 const BinaryOpNode* op_node, in ExecutePlusEquals()
485 void ExecuteMinusEquals(const BinaryOpNode* op_node, in ExecuteMinusEquals()
[all …]
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp345 merge_node& op_node = ctx.merge_node_table[copy.op.tempId()]; in try_coalesce_copy() local