Home
last modified time | relevance | path

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

123

/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.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/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/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/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/node/deps/v8/src/runtime/
Druntime-atomics.cc351 struct Or { struct
352 static inline Object Do(Isolate* isolate, void* buffer, size_t index, in Do()
/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/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json88 "Or": "GL_OR", string
/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc321 __ Or(a3, a3, Operand(0x20)); // Convert capture character to lower-case. in CheckNotBackReferenceIgnoreCase() local
322 __ Or(a4, a4, Operand(0x20)); // Also convert input character. in CheckNotBackReferenceIgnoreCase() local
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc274 __ Or(a3, a3, Operand(0x20)); // Convert capture character to lower-case. in CheckNotBackReferenceIgnoreCase() local
275 __ Or(t0, t0, Operand(0x20)); // Also convert input character. in CheckNotBackReferenceIgnoreCase() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc312 __ Or(a3, a3, Operand(0x20)); // Convert capture character to lower-case. in CheckNotBackReferenceIgnoreCase() local
313 __ Or(a4, a4, Operand(0x20)); // Also convert input character. in CheckNotBackReferenceIgnoreCase() local

123