Home
last modified time | relevance | path

Searched defs:Or (Results 1 – 25 of 87) sorted by relevance

1234

/external/clang/test/SemaCXX/
Dgeneric-selection.cpp30 template <unsigned Arg, unsigned... Args> struct Or { struct
31 enum { result = Arg | Or<Args...>::result }; argument
34 template <unsigned Arg> struct Or<Arg> { struct
40 result = Or<_Generic(Args(), int: 1, long: 2, short: 4, float: 8)...>::result argument
/external/easymock/src/org/easymock/internal/matchers/
DOr.java24 public class Or implements IArgumentMatcher, Serializable { class
30 public Or(List<IArgumentMatcher> matchers) { in Or() method in Or
/external/mockito/src/main/java/org/mockito/internal/matchers/
DOr.java13 public class Or implements ArgumentMatcher<Object>, Serializable { class
17 public Or(ArgumentMatcher<?> m1, ArgumentMatcher<?> m2) { in Or() method in Or
/external/skqp/src/core/
DSkRecordPattern.h86 struct Or { struct
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
/external/skia/src/core/
DSkRecordPattern.h86 struct Or { struct
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DOr.java30 public class Or extends Operation class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp99 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond() local
115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { in insertBoundsCheck()
153 Value *Or = nullptr; in addBoundsChecking() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h27 Or, enumerator
78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {} in Or() function
/external/protobuf/src/google/protobuf/
Dhas_bits.h72 void Or(const HasBits<doublewords>& rhs) { in Or() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/external/angle/third_party/spirv-tools/src/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestFmwkPlus.java167 public static class Or<T, U> extends TestRelation<T, U> { class in TestFmwkPlus
171 public Or(TestRelation<T, U>... others) { in Or() method in TestFmwkPlus.Or
/external/llvm/include/llvm/ADT/
DAPSInt.h246 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APSInt& RHS) const { in Or() function
DAPInt.h808 APInt LLVM_ATTRIBUTE_UNUSED_RESULT Or(const APInt &RHS) const { in Or() function
1920 inline APInt Or(const APInt &LHS, const APInt &RHS) { return LHS | RHS; } in Or() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp337 MachineInstr *Or = BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_OR_B64), Dst) in emitBreak() local
365 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1595 inline XlaOp Or(XlaOp op1, XlaOp op2, XlaOp op3) { in Or() function
1599 XlaOp Or(XlaOp op1, XlaOp op2, XlaOp op3, const XlaOpTs&... operands) { in Or() function
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp156 Value *Or = Builder->CreateOr(Cmp2, Cmp3); in instrument() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs120 public BitSet Or(BitSet a) { in Or() method in Antlr.Runtime.BitSet
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs131 public BitSet Or( BitSet a ) in Or() method in Antlr.Runtime.BitSet
/external/v8/src/runtime/
Druntime-atomics.cc312 struct Or { struct
313 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp172 Value *Or = Builder->CreateOr(X, Together); in OptAndOp() local
1901 Value *Or = Builder->CreateOr(LHS->getOperand(0), Cst); in FoldOrOfICmps() local
2151 Value *Or = Builder->CreateOr(X, RHS); in visitOr() local
2160 Value *Or = Builder->CreateOr(X, RHS); in visitOr() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h800 APInt Or(const APInt &RHS) const { return this->operator|(RHS); } in Or() function
1947 inline APInt Or(const APInt &LHS, const APInt &RHS) { return LHS | RHS; } in Or() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h188 llvm::Value* Or(Args&&... args) { in Or() function
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml177 | Or Constructor
252 | Or Constructor

1234