HomeSort by relevance Sort by last modified time
    Searched refs:Or (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/SemaCXX/
generic-selection.cpp 30 template <unsigned Arg, unsigned... Args> struct Or {
31 enum { result = Arg | Or<Args...>::result };
34 template <unsigned Arg> struct Or<Arg> {
40 result = Or<_Generic(Args(), int: 1, long: 2, short: 4, float: 8)...>::result
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 33 // Calculates the logical OR implication operator.
49 // C => !(A & B) [if] C => !A | !B [===] C => !A or C => !B
52 case LExpr::Or:
54 // C => (A | B) [if] C => A or C => B
57 return RNeg ? RightAndOperator(cast<Or>(RHS))
58 : RightOrOperator(cast<Or>(RHS));
72 // A & B => C [if] A => C or B => C
77 case LExpr::Or:
81 // !(A | B) => C [if] !A & !B => C [===] !A => C or !B => C
82 return LNeg ? LeftOrOperator(cast<Or>(LHS)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 27 Or,
76 class Or : public BinOp {
78 Or(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::Or) {}
80 static bool classof(const LExpr *E) { return E->kind() == LExpr::Or; }
  /external/easymock/src/org/easymock/internal/matchers/
Or.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 public class Or implements IArgumentMatcher, Serializable {
30 public Or(List<IArgumentMatcher> matchers) {
44 buffer.append("or(");
  /external/mockito/src/org/mockito/internal/matchers/
Or.java 17 public class Or extends ArgumentMatcher implements Serializable {
22 public Or(List<Matcher> matchers) {
36 description.appendText("or(");
  /external/chromium_org/third_party/skia/src/core/
SkRecordPattern.h 63 // Abstracts away whether the paint is always part of the command or optional.
77 // Matches if either of A or B does. Stores nothing.
79 struct Or {
84 // Matches if any of A, B or C does. Stores nothing.
86 struct Or3 : Or<A, Or<B, C> > {};
88 // Matches if any of A, B, C or D does. Stores nothing.
90 struct Or4 : Or<A, Or<B, Or<C, D> > > {}
    [all...]
SkRecordOpts.cpp 49 Star<Or<Is<NoOp>, IsDraw> >,
62 // Nested SaveLayers need to be excluded, or we'll match their Restore!
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 13 import org.mockito.internal.matchers.Or;
63 assertStateFor("Or(?)", TWO_SUB_MATCHERS);
64 Or or = new Or(popLastArgumentMatchers(TWO_SUB_MATCHERS)); local
65 matcherStack.push(new LocalizedMatcher(or));
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Or.java 3 * or more contributor license agreements. See the NOTICE file
12 * Unless required by applicable law or agreed to in writing, software
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * $Id: Or.java 468655 2006-10-28 07:12:06Z minchau $
28 * The 'or' operation expression executer.
30 public class Or extends Operation
35 * OR two expressions and return the boolean result. Override
40 * @return {@link org.apache.xpath.objects.XBoolean#S_TRUE} or
  /external/skia/src/core/
SkRecordPattern.h 63 // Abstracts away whether the paint is always part of the command or optional.
77 // Matches if either of A or B does. Stores nothing.
79 struct Or {
84 // Matches if any of A, B or C does. Stores nothing.
86 struct Or3 : Or<A, Or<B, C> > {};
88 // Star is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
96 // It first matches Matcher (something from above), then Pattern (another Cons or Nil).
125 // Once either match or search has succeeded, access the stored data of the first, second,
126 // or third matcher in this pattern. Add as needed for longer patterns
    [all...]
  /external/chromium_org/third_party/re2/re2/
prefilter.h 28 OR, // One of subs() must match
41 CHECK(op_ == AND || op_ == OR);
61 // Prefilters will be part of the returned Prefilter or deleted.
64 // Combines two prefilters together to create an OR. The passed
65 // Prefilters will be part of the returned Prefilter or deleted.
66 static Prefilter* Or(Prefilter* a, Prefilter* b);
68 // Generalized And/Or
84 // Sub-matches for AND or OR Prefilter.
90 // If different prefilters have the same string atom, or if they ar
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 125 /// result from the load or the value being stored. It is used to determine the
157 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
160 Or = Builder->CreateOr(Cmp1, Or);
162 emitBranchToTrap(Or);
  /external/regex-re2/re2/
prefilter.h 28 OR, // One of subs() must match
41 CHECK(op_ == AND || op_ == OR);
61 // Prefilters will be part of the returned Prefilter or deleted.
64 // Combines two prefilters together to create an OR. The passed
65 // Prefilters will be part of the returned Prefilter or deleted.
66 static Prefilter* Or(Prefilter* a, Prefilter* b);
68 // Generalized And/Or
84 // Sub-matches for AND or OR Prefilter.
90 // If different prefilters have the same string atom, or if they ar
    [all...]
  /external/easymock/src/org/easymock/internal/
LastControl.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26 import org.easymock.internal.matchers.Or;
100 stack.push(new Or(popLastArgumentMatchers(count)));
  /build/core/
install_jni_libs.mk 3 # my_module_multilib, LOCAL_2ND_ARCH_VAR_PREFIX (from package.mk or prebuilt.mk)
40 # Or it explicitly requires both
72 # Or it explicitly requires both
  /external/llvm/lib/IR/
Instruction.cpp 100 /// Set or clear the unsafe-algebra flag on this instruction, which must be an
108 /// Set or clear the NoNaNs flag on this instruction, which must be an operator
115 /// Set or clear the no-infs flag on this instruction, which must be an operator
122 /// Set or clear the no-signed-zeros flag on this instruction, which must be an
130 /// Set or clear the allow-reciprocal flag on this instruction, which must be an
217 case Or : return "or";
457 /// In LLVM, the Add, Mul, And, Or, and Xor operators are associative.
460 return Opcode == And || Opcode == Or || Opcode == Xor ||
492 case Or
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.rs 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49 TEST_OP(Or)
  /external/libpng/contrib/pngminus/
makevms.com 74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 54 /// (e.g. max) have absolutely no architectural support; some (e.g. or) have
102 /// cmpxchg8b or cmpxchg16b. This occurs if the type is 1 step up from the
137 // It's better to use xadd, xsub or xchg for these in all cases.
139 case AtomicRMWInst::Or:
187 case AtomicRMWInst::Or:
270 // An atomic store might need cmpxchg16b (or 8b on x86) to execute. Express
  /external/chromium_org/v8/src/compiler/
machine-operator.h 154 V(Word, Or) \
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32 * Determines a true or false value for any Java {@code char} value, just as {@link Predicate} does
77 .or(inRange('\u2000', '\u200a'))
89 .or(inRange('\u2000', '\u2006'))
90 .or(inRange('\u2008', '\u200a'))
111 digit = digit.or(inRange(base, (char) (base + 9)));
129 * inRange('a', 'z').or(inRange('A', 'Z'))}.
138 * Determines whether a character is a letter or digit according to {@lin
393 @Override public CharMatcher or(CharMatcher other) { method in class:CharMatcher
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 68 case AtomicRMWInst::Or:
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27 * Determines a true or false value for any Java {@code char} value, just as
70 .or(inRange('\u2000', '\u200a'));
82 .or(inRange('\u2000', '\u2006'))
83 .or(inRange('\u2008', '\u200a'));
104 digit = digit.or(inRange(base, (char) (base + 9)));
117 .or(inRange('\u001c', '\u0020'))
118 .or(is('\u1680')
392 @Override public CharMatcher or(CharMatcher other) { method in class:CharMatcher
    [all...]
  /external/qemu-pc-bios/bochs/bios/
acpi-dsdt.dsl 6 * This library is free software; you can redistribute it and/or
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
458 Or (PRQ0, 0x80, PRQ0)
505 Or (PRQ1, 0x80, PRQ1)
552 Or (PRQ2, 0x80, PRQ2)
599 Or (PRQ3, 0x80, PRQ3)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 85 /// to replace V with a constant or one of its operands. In such cases, this
160 // If either the LHS or the RHS are Zero, the result is zero.
178 } else if (I->getOpcode() == Instruction::Or) {
179 // We can simplify (X|Y) -> X or Y in the user's context if we know that
180 // only bits from X or Y are demanded.
182 // If either the LHS or the RHS are One, the result is One.
187 // other. These bits cannot contribute to the result of the 'or' in this
205 // We can simplify (X^Y) -> X or Y in the user's context if we know that
206 // only bits from X or Y are demanded.
236 // If either the LHS or the RHS are Zero, the result is zero
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 9