Home
last modified time | relevance | path

Searched defs:or (Results 426 – 450 of 6840) sorted by relevance

1...<<11121314151617181920>>...274

/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/17_intro/headers/c++200x/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/17_intro/headers/c++2014/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/17_intro/headers/c++2011/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/17_intro/headers/c++2020/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/17_intro/headers/c++2017/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/17_intro/headers/c++1998/
H A Doperator_names.cc29 int or, xor, and; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/RISCV/
H A Dcompress-rv32i.s117 or s0, s0, a5 label
123 or s0, s1, s0 label
/dports/databases/ldb21/ldb-2.1.5/third_party/waf/waflib/Tools/
H A Dwaf_unit_test.py144 """Override and return tup[1] to interrupt the build immediately if a test does not run"""
156 class utest(Task.Task):
169 if getattr(Options.options, 'no_tests', False):
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLogicNode.java56 public static LogicNode or(LogicNode a, LogicNode b, double shortCircuitProbability) { in or() method in LogicNode
60 …public static LogicNode or(LogicNode a, boolean negateA, LogicNode b, boolean negateB, double shor… in or() method in LogicNode
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLogicNode.java56 public static LogicNode or(LogicNode a, LogicNode b, double shortCircuitProbability) { in or() method in LogicNode
60 …public static LogicNode or(LogicNode a, boolean negateA, LogicNode b, boolean negateB, double shor… in or() method in LogicNode

1...<<11121314151617181920>>...274