/third_party/flutter/skia/src/core/ |
D | SkRecordPattern.h | 86 struct Or { struct 88 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
|
/third_party/skia/src/core/ |
D | SkRecordPattern.h | 87 struct Or { struct 89 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } in operator() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | typePredicatesInUnion.js | 11 function f(o: Or, x: {}) {
|
D | typePredicatesInUnion_noMatch.js | 11 function f(o: Or, x: {}, y: {}) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 99 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/ |
D | typePredicatesInUnion_noMatch.ts | 8 type Or = A | B; alias
|
D | typePredicatesInUnion.ts | 8 type Or = A | B; alias
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | or.hpp | 27 using Or = BOOST_HANA_DISPATCH_IF(or_impl<Bool>, in operator ()() typedef
|
/third_party/protobuf/src/google/protobuf/ |
D | has_bits.h | 72 void Or(const HasBits<doublewords>& rhs) { in Or() function
|
/third_party/boost/boost/hana/ |
D | or.hpp | 27 using Or = BOOST_HANA_DISPATCH_IF(or_impl<Bool>, in operator ()() typedef
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
|
/third_party/spirv-tools/source/util/ |
D | bit_vector.cpp | 41 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/ |
D | bit_vector.cpp | 41 bool BitVector::Or(const BitVector& other) { in Or() function in spvtools::utils::BitVector
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
D | radial_test.go | 368 func (x radialInput) Or(y radialInput) radialOutPair { func
|
D | interval.go | 601 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/ |
D | VPlanPredicator.cpp | 99 VPValue *Or = Builder.createOr(LHS, RHS); in genPredicateTree() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ITypBitsetTests.cpp | 155 TEST_F(ITypBitsetTest, Or) { in TEST_F() argument
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/tok/ |
D | tok.go | 44 Or Kind = "|" const
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 54 Or, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 837 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/ |
D | APInt.h | 800 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/ |
D | SILowerControlFlow.cpp | 373 MachineInstr *And = nullptr, *Or = nullptr; in emitIfBreak() local
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 175 type Or<A extends boolean, B extends boolean> = If<A, true, B>; alias
|
/third_party/re2/re2/ |
D | prefilter.cc | 139 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/ |
D | ExpandMemCmp.cpp | 384 Value *Or = Builder.CreateOr(InList[i], InList[i + 1]); in getCompareLoadPairs() local
|