Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/python/
H A Dsbvalue.py153 def __or__(self, other): member in variable
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py401 __or__ = partialmethod(_binary_op, op="Or") variable in NVDSL.mlir_func.wrapper.ArithValue