Home
last modified time | relevance | path

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

123

/third_party/rust/crates/tracing/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs32 pub struct Or<A, B, S> { struct
33 a: A,
34 b: B,
35 _s: PhantomData<fn(S)>,
205 impl<A, B, S> Or<A, B, S> implementation
293 impl<A, B, S> Filter<S> for Or<A, B, S> implementation
368 impl<A, B, S> Clone for Or<A, B, S> implementation
382 impl<A, B, S> fmt::Debug for Or<A, B, S> implementation
/third_party/skia/src/core/
DSkRecordPattern.h87 struct Or { struct
89 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
/third_party/flutter/skia/src/core/
DSkRecordPattern.h86 struct Or { struct
88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
/third_party/typescript/tests/baselines/reference/
DtypePredicatesInUnion.js11 function f(o: Or, x: {}) {
DtypePredicatesInUnion_noMatch.js11 function f(o: Or, x: {}, y: {}) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
154 Value *Or = nullptr; in addBoundsChecking() local
/third_party/typescript/tests/cases/compiler/
DtypePredicatesInUnion.ts8 type Or = A | B; alias
DtypePredicatesInUnion_noMatch.ts8 type Or = A | B; alias
/third_party/protobuf/src/google/protobuf/
Dhas_bits.h72 void Or(const HasBits<doublewords>& rhs) { in Or() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/third_party/spirv-tools/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dbit_vector.cpp41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
/third_party/rust/crates/nom/src/
Dinternal.rs410 pub struct Or<F, G> { struct
415 impl<'a, I: Clone, O, E: crate::error::ParseError<I>, F: Parser<I, O, E>, G: Parser<I, O, E>>
416 Parser<I, O, E> for Or<F, G> argument
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dradial_test.go368 func (x radialInput) Or(y radialInput) radialOutPair { func
Dinterval.go601 func (x IntRange) Or(y IntRange) (z IntRange, ok bool) { func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanPredicator.cpp99 VPValue *Or = Builder.createOr(LHS, RHS); in genPredicateTree() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DITypBitsetTests.cpp155 TEST_F(ITypBitsetTest, Or) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/tok/
Dtok.go44 Or Kind = "|" const
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts54 Or, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp837 Value *Or = Builder.CreateOr(X, ConstantInt::get(X->getType(), Xor)); in foldAndOrOfEqualityCmpsWithConstants() local
1979 Instruction *InstCombiner::matchBSwap(BinaryOperator &Or) { in matchBSwap()
2028 static Instruction *matchRotate(Instruction &Or) { in matchRotate()
2490 Value *Or = Builder.CreateOr(X, Y); in visitOr() local
3085 Value *Or = Builder.CreateOr(X, ConstantExpr::getNot(C2)); in visitXor() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp373 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts175 type Or<A extends boolean, B extends boolean> = If<A, true, B>; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp384 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]); in getCompareLoadPairs() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json86 "Or": "GL_OR", string

123