/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 135 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local 138 if (Intersection != RequestExtent) in readBytes() 142 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes() 297 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local 298 assert(Intersection.first <= Intersection.second); in fixCacheAfterWrite() 300 uint32_t Length = Intersection.second - Intersection.first; in fixCacheAfterWrite() 302 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite() 304 AbsoluteDifference(CachedInterval.first, Intersection.first); in fixCacheAfterWrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 89 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo)); in updateSizeAndAAInfo() 90 if (!Intersection.TBAA || !Intersection.Scope || in updateSizeAndAAInfo() 91 !Intersection.NoAlias) { in updateSizeAndAAInfo() 96 AAInfo = Intersection; in updateSizeAndAAInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 571 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local 575 Intersection.push_back(MD1); in intersectAccessGroups() 581 Intersection.push_back(Item); in intersectAccessGroups() 585 if (Intersection.size() == 0) in intersectAccessGroups() 587 if (Intersection.size() == 1) in intersectAccessGroups() 588 return cast<MDNode>(Intersection.front()); in intersectAccessGroups() 591 return MDNode::get(Ctx, Intersection); in intersectAccessGroups()
|
D | DependenceAnalysis.cpp | 3560 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local 3561 Intersection &= Pair[SJ].GroupLoops; in depends() 3562 if (Intersection.any()) { in depends() 3895 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local 3896 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration() 3897 if (Intersection.any()) { in getSplitIteration()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 197 public void Intersection() in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMaskTest 203 FieldMask result = mask1.Intersection(mask2); in Intersection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local 997 if (!Intersection) in propagateIRFlags() 999 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags() 1000 VecOp->copyIRFlags(Intersection); in propagateIRFlags()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 305 public FieldMask Intersection(FieldMask additionalMask) in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMask
|
/third_party/typescript/src/compiler/ |
D | tracing.ts | 255 …intersectionTypes: (type.flags & TypeFlags.Intersection) ? (type as IntersectionType).types.map(t …
|
D | checker.ts | 4691 if (type.flags & (TypeFlags.Union | TypeFlags.Intersection)) { 9050 …baseConstructorType.flags & TypeFlags.Intersection ? find((baseConstructorType as IntersectionType… 9222 else if (type.flags & TypeFlags.Intersection) { 9399 if (baseConstructorType.flags & (TypeFlags.Object | TypeFlags.Intersection)) { 9490 … if (!(baseConstructorType.flags & (TypeFlags.Object | TypeFlags.Intersection | TypeFlags.Any))) { 9566 … type.flags & TypeFlags.Intersection && every((<IntersectionType>type).types, isValidBaseType)); 10203 else if (type.flags & TypeFlags.Intersection) { 10734 …if (baseConstructorType.flags & (TypeFlags.Object | TypeFlags.Intersection | TypeFlags.TypeVariabl… 10812 if (type.flags & TypeFlags.Intersection) { 11033 else if (type.flags & TypeFlags.Intersection) { [all …]
|
D | debug.ts | 544 this.flags & TypeFlags.Intersection ? "IntersectionType" :
|
D | types.ts | 5002 Intersection = 1 << 21, // Intersection (T & U) 5036 UnionOrIntersection = Union | Intersection, 5037 StructuredType = Object | Union | Intersection, 5044 ObjectFlagsType = Any | Nullable | Never | Object | Union | Intersection, 5048 …Substructure = Object | Union | Intersection | Index | IndexedAccess | Conditional | Substitution … 5053 … NotPrimitiveUnion = Any | Unknown | Enum | Void | Never | Object | Intersection | Instantiable, 5056 …IncludesMask = Any | Unknown | Primitive | Never | Object | Union | Intersection | NonPrimitive | …
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeTree.java | 428 private final class Intersection implements LogicalOperation { class in RangeTree.SetOperations 512 private final LogicalOperation intersectionFn = new Intersection();
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | visitor.rs | 504 ast::ClassSetBinaryOpKind::Intersection => { in fmt()
|
D | print.rs | 319 Intersection => self.wtr.write_str("&&"), in fmt_class_set_binary_op_kind()
|
D | mod.rs | 1082 Intersection, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1114 std::set<Value *> Intersection; in shouldSplit() local 1117 std::inserter(Intersection, Intersection.begin())); in shouldSplit() 1118 if (Intersection.empty()) { in shouldSplit()
|
/third_party/typescript/tests/baselines/reference/ |
D | parserindenter.js | 293 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2)); 981 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));
|
D | parserindenter.types | 1184 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2)); 1186 >token.Span.Intersection(new Span(token.Span.startPosition(), 2)) : any 1187 >token.Span.Intersection : any 1191 >Intersection : any
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserindenter.ts | 292 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));
|
/third_party/rust/crates/regex/ |
D | UNICODE.md | 166 ## RL1.3 Subtraction and Intersection
|
/third_party/typescript/src/linter/ |
D | Utils.ts | 379 (tsType.flags & TypeFlags.Intersection) !== 0)
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | translate.rs | 551 Intersection => lhs.intersect(&rhs), in visit_class_set_binary_op_post() 566 Intersection => lhs.intersect(&rhs), in visit_class_set_binary_op_post()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1501 ConstantRange Intersection = DominatingCR.intersectWith(CR); in foldICmpWithDominatingICmp() local 1503 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp() 1518 if (const APInt *EqC = Intersection.getSingleElement()) in foldICmpWithDominatingICmp()
|
/third_party/icu/docs/userguide/transforms/general/ |
D | rules.md | 263 | Intersection | [[:Greek:] & [:letter:]] | are both Greek and letters |
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_pipeline.c | 2539 sh.Intersection = anv_shader_bin_get_bsr(group->intersection, 24); in genX()
|