Searched defs:__xor__ (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/examples/python/ | ||
H A D | sbvalue.py | 150 def __xor__(self, other): member in variable |
/llvm-project/mlir/test/Examples/NVGPU/tools/ | ||
H A D | nvdsl.py | 393 __xor__ = partialmethod(_binary_op, op="XOr") variable in NVDSL.mlir_func.wrapper.ArithValue |