Home
last modified time | relevance | path

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

123

/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/skia/src/core/
DSkRecordPattern.h87 struct Or { struct
89 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_noMatch.ts8 type Or = A | B; alias
DtypePredicatesInUnion.ts8 type Or = A | B; alias
/third_party/boost/libs/hana/include/boost/hana/
Dor.hpp27 using Or = BOOST_HANA_DISPATCH_IF(or_impl<Bool>, in operator ()() typedef
/third_party/protobuf/src/google/protobuf/
Dhas_bits.h72 void Or(const HasBits<doublewords>& rhs) { in Or() function
/third_party/boost/boost/hana/
Dor.hpp27 using Or = BOOST_HANA_DISPATCH_IF(or_impl<Bool>, in operator ()() typedef
/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/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/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/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/re2/re2/
Dprefilter.cc139 Prefilter* Prefilter::Or(Prefilter* a, Prefilter* b) { in Or() function in re2::Prefilter
/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

123