Home
last modified time | relevance | path

Searched refs:next (Results 4851 - 4875 of 5922) sorted by relevance

1...<<191192193194195196197198199200>>...237

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp231 MachineBasicBlock::iterator DI = std::next(I); in analyzeBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp238 NextI = std::next(I); in genMuxInBlock()
H A DHexagonGenPredicate.cpp275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
H A DHexagonNewValueJump.cpp656 for (auto I = std::next(MI.getIterator()); I != jmpPos; ++I) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp380 std::next(MachineBasicBlock::iterator(BIL.back())), in reorganizeBlockLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp266 MBBI = std::next(MBBI); in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp280 auto InsertPt = std::next(MI.getIterator()); in runOnMachineFunction()
H A DWebAssemblyFixIrreducibleControlFlow.cpp343 auto BNum = (*(std::next(I)))->getNumber(); in makeSingleEntryLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp582 MBB, std::next(Push), DL, in adjustCallSequence()
H A DX86ExpandPseudo.cpp389 MachineBasicBlock::iterator NMBBI = std::next(MBBI); in ExpandMBB()
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c429 state->x.next += n;
/third_party/skia/tools/
H A DDDLTileHelper.cpp107 for (; !iter.done(); iter.next()) { in precompile()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp217 for (SkString file; iter.next(&file); ) { in loadEffects()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp361 next->write(builder); in write()
H A Ducharstriebuilder.cpp308 next->write(builder); in write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTinyPtrVector.h341 if (std::next(From) == To) { in insert()
H A Dilist.h10 // (i.e. each node of the list must contain a next and previous field for the
162 /// holds the next/prev pointers. The only state of the list itself is an
369 /// Get the next node, or \c nullptr for the list tail.
371 auto Next = std::next(N.getIterator()); in getNextNode()
376 /// Get the next node, or \c nullptr for the list tail.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSetSchema.java106 Entry<?, ?> extension = (Entry<?, ?>) iterator.next(); in writeTo()
/third_party/python/Parser/
H A Dpegen.h33 struct _memo *next; member
H A Dasdl.py202 # The ASDL parser itself comes next. The only interesting external interface
352 """ Return the value of the current token and read the next one into
357 self.cur_token = next(self._tokenizer)
370 * Reads in the next token
/third_party/python/Include/internal/
H A Dpycore_global_strings.h305 STRUCT_FOR_ID(next)
/third_party/rust/crates/clap/src/
H A Dmacros.rs191 ident_or_char_literal.chars().next().unwrap()
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs441 while let Some(Ok(entry)) = entries.next() { in best_effort_copy_headers()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc247 if (significant_digits == 0 && std::next(begin) != end && in ReadDigits()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp35 for (SkTextBlobRunIterator it(blob.get()); !it.done(); it.next()) { in ComputeBlobBounds()

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...237