Searched defs:op_node (Results 1 – 1 of 1) sorted by relevance
| /third_party/gn/src/gn/ |
| D | operators.cc | 82 const BinaryOpNode* op_node, in Init() 215 Err MakeOverwriteError(const BinaryOpNode* op_node, const Value& old_value) { in MakeOverwriteError() 244 Err MakeIncompatibleTypeError(const BinaryOpNode* op_node, in MakeIncompatibleTypeError() 260 Value GetValueOrFillError(const BinaryOpNode* op_node, in GetValueOrFillError() 278 void RemoveMatchesFromList(const BinaryOpNode* op_node, in RemoveMatchesFromList() 325 const BinaryOpNode* op_node, in ExecuteEquals() 367 Value ExecutePlus(const BinaryOpNode* op_node, in ExecutePlus() 418 Value ExecuteMinus(const BinaryOpNode* op_node, in ExecuteMinus() 442 const BinaryOpNode* op_node, in ExecutePlusEquals() 526 void ExecuteMinusEquals(const BinaryOpNode* op_node, in ExecuteMinusEquals() [all …]
|