Home
last modified time | relevance | path

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

12345

/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/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/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/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/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/apache-xml/src/main/java/org/apache/xpath/operations/
DOr.java30 public class Or extends Operation class
/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/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPSInt.h210 APSInt Or(const APSInt& RHS) const { in Or() function
DAPInt.h671 APInt Or(const APInt& RHS) const { in Or() function
1714 inline APInt Or(const APInt& LHS, const APInt& RHS) { in Or() function
/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/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/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/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1508 inline XlaOp Or(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3) { in Or() function
1512 XlaOp Or(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3, in Or() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp313 Instruction *Or = in SimplifyDemandedUseBits() local
512 Instruction *Or = in SimplifyDemandedUseBits() local
DInstCombineAndOrXor.cpp216 Value *Or = Builder->CreateOr(X, Together); in OptAndOp() local
1158 Value *Or = Builder->CreateOr(Op0NotVal, Op1NotVal, in visitAnd() local
1776 Value *Or = Builder->CreateOr(X, RHS); in visitOr() local
1786 Value *Or = Builder->CreateOr(X, RHS); in visitOr() local
/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/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

12345