/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | convert_to_half_pass.cpp | 326 for (auto ii = bb->begin(); ii != bb->end(); ++ii) in ProcessFunction() 334 for (auto ii = bb->begin(); ii != bb->end(); ++ii) in ProcessFunction() 341 for (auto ii = bb->begin(); ii != bb->end(); ++ii) in ProcessFunction()
|
H A D | desc_sroa.cpp | 152 if (replacement_vars == replacement_variables_.end()) { in GetReplacementVariable() 231 auto new_decorate_operand_end = old_member_decoration->end(); in CreateNewDecorationForMemberDecorate() 232 operands.insert(operands.end(), new_decorate_operand_begin, in CreateNewDecorationForMemberDecorate()
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 53 // Need to re-evaluate the end iterator since we may modify the list of in Process() 250 concatenated_components.insert(concatenated_components.end(), in DoVectorShuffle() 252 vec_const->GetComponents().end()); in DoVectorShuffle() 264 concatenated_components.insert(concatenated_components.end(), in DoVectorShuffle()
|
H A D | scalar_analysis_simplification.cpp | 189 if (iterator != accumulators_.end()) { in AccumulatorsFromMultiply() 262 if (iterator == accumulators_.end()) in GatherAccumulatorsFromChildNodes() 395 if (loops_to_recurrent.find(loop) == loops_to_recurrent.end()) { in FoldRecurrentAddExpressions()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gif2webp.c | 196 const char* const end = start + strlen(start); in main() local 199 while (start < end) { in main() 202 if (token == NULL) token = end; in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatareader.cpp | 152 // If we have reorder codes, then build the reorderTable at the end, in read() 313 UChar32 start, end; in read() local 314 uset_getSerializedRange(&sset, i, &start, &end); in read() 315 tailoring.unsafeBackwardSet->add(start, end); in read()
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | store.c | 469 storeRange(uint32_t start, uint32_t end, UStringPrepType type, UErrorCode* status){ in storeRange() argument 478 if(start == end){ in storeRange() 520 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, FALSE)){ in storeRange()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | digestauth.c | 246 return 0; /* end quote not found */ in lookup_sub_value() 570 char *end; in MHD_digest_auth_check() local 737 nci = strtoul (nc, &end, 16); in MHD_digest_auth_check() 738 if ( ('\0' != *end) || in MHD_digest_auth_check() 871 /* end of digestauth.c */
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 53 if (bounds.fBottom <= edge.fY) { // check to see if y is at line end to avoid double counting in contains_edge() 91 // skip intersections that end at edge and go up in contains_edge() 286 for (auto iter = parent.fChildren.begin(); iter != parent.fChildren.end(); ) { 334 for (; iter != iterate.end() && verbCount < contour.fVerbEnd; ++iter, ++verbCount) { in reverseMarkedContours() 402 if (std::all_of(sorted.fChildren.begin(), sorted.fChildren.end(), in AsWinding()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | infblock.c | 39 end-of-block. Note however that the static length tree defines 110 s->end = s->window + w; in inflate_blocks_new() 130 uInt m; /* bytes to end of window or read pointer */ in inflate_blocks() 211 Tracev((stderr, "inflate: stored end, %lu total out\n", in inflate_blocks() 213 (s->end - s->read) + (q - s->window)))); in inflate_blocks() 348 Tracev((stderr, "inflate: codes end, %lu total out\n", in inflate_blocks() 350 (s->end - s->read) + (q - s->window)))); in inflate_blocks()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-open-file.hh | 165 const char *end = (const char *) c->head; in serialize() local 168 (unsigned) (end - start) >= head::static_size) in serialize() 175 rec.checkSum.set_for_data (start, end - start); in serialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 69 /// begin/end - Return all of the registers in this class. 72 iterator end() const { return MC->end(); } in end() function in llvm::TargetRegisterClass 79 return make_range(MC->begin(), MC->end()); in getRegisters() 189 /// callee-saved registers moved to the end. 1031 assert(isValid() && "Cannot move iterator past end."); in operator ++() 1124 assert(isValid() && "Cannot move iterator past end."); 1170 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 321 /// Error returned by NameIndex::getEntry to report it has reached the end of 460 NameIterator end() const { return NameIterator(this, getNameCount() + 1); } in end() function in llvm::DWARFDebugNames::NameIndex 492 /// Set the iterator to the "end" state. 590 const_iterator end() const { return NameIndices.end(); } in end() function in llvm::DWARFDebugNames 597 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 321 if (I == StubIndexes.end()) 337 if (I == StubIndexes.end()) 352 assert(I != StubIndexes.end() && "No stub pointer for symbol"); 489 } // end namespace orc 491 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstVisitor.h | 98 visit(M.begin(), M.end()); in visit() 102 visit(F.begin(), F.end()); in visit() 106 visit(BB.begin(), BB.end()); in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 114 /// Should this fragment be aligned to the end of a bundle? 143 /// Should this fragment be placed at the end of an aligned bundle? 216 fixup_iterator fixup_end() { return Fixups.end(); } in fixup_end() 217 const_fixup_iterator fixup_end() const { return Fixups.end(); } in fixup_end() 506 Ranges(Ranges.begin(), Ranges.end()), in MCCVDefRangeFragment() 556 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 63 } // end namespace GCOV 201 errs() << "Unexpected end of memory buffer: " << Cursor + 4 << ".\n"; in readInt() 227 errs() << "Unexpected end of memory buffer: " << Cursor + Len << ".\n"; in readString() 292 BlockIterator block_end() const { return Blocks.end(); } in block_end() 354 EdgeIterator src_end() const { return SrcEdges.end(); } in src_end() 360 EdgeIterator dst_end() const { return DstEdges.end(); } in dst_end() 470 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 336 E = BlockList->end(); I != E; ++I) { in FindAvailableVals() 397 E = BlockList->end(); I != E; ++I) in FindExistingPHI() 453 E = BlockList->end(); I != E; ++I) in RecordMatchingPHIs() 463 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 424 if (Found != AliveBits.end()) in getDemandedBits() 435 return !Visited.count(I) && AliveBits.find(I) == AliveBits.end() && in isInstructionDead() 457 if (Found != AliveBits.end() && Found->second.isNullValue()) in isUseDead()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdater.cpp | 68 return (AVI != getAvailableVals(AV).end()) ? AVI->second : nullptr; in FindValueForBlock() 153 PredValues.end()); in GetValueInMiddleOfBlock() 239 PHI_iterator(PHINode *P, bool) // end iterator in PHI_iterator() 318 } // end namespace llvm 476 while (RLI != ReplacedLoads.end()) { in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 127 std::find(Operands.begin(), Operands.end(), VPI) != Operands.end()) in areVectorizable() 365 if (I != BundleToCombined.end()) { in buildGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 171 R.Data.assign(Buffer.begin(), Buffer.end()); in visit() 235 R.Data.assign(Buffer.begin(), Buffer.end()); in visit() 307 R.Data.assign(Buffer.begin(), Buffer.end()); in visit() 371 "Invalid offset for an end-of-buffer record (%" PRId64 ").", in visit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Attributes.h | 375 iterator end(unsigned Slot) const; 564 td_iterator td_end() { return TargetDepAttrs.end(); } in td_end() 567 td_const_iterator td_end() const { return TargetDepAttrs.end(); } in td_end() 594 } // end AttributeFuncs namespace 596 } // end llvm namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64RedundantCopyElimination.cpp | 291 if (CondBr == PredMBB->end()) in optimizeBlock() 375 for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end(); I != E;) { in optimizeBlock() 462 for (MachineInstr &MMI : make_range(FirstUse, PredMBB->end())) in optimizeBlock()
|
H A D | AArch64SpeculationHardening.cpp | 179 } // end anonymous namespace 206 // correctly or not, we end up executing the architecturally correct code. in endsWithCondControlFlow() 250 LLVM_DEBUG(dbgs() << "... doesn't end with CondControlFlow\n"); in instrumentControlFlow() 291 for (MachineBasicBlock::iterator I = MBB.begin(); I != MBB.end(); I++) { in instrumentControlFlow() 466 MachineBasicBlock::iterator MBBI = MBB.begin(), E = MBB.end(); in slhLoads() 617 MachineBasicBlock::iterator MBBI = MBB.begin(), E = MBB.end(); in lowerSpeculationSafeValuePseudos()
|