Home
last modified time | relevance | path

Searched refs:rbegin (Results 201 - 225 of 370) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h19 // rbegin(). The sentinel node itself serves as end() and rend().
215 using base_list_type::rbegin;
H A DSmallVector.h133 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
134 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
H A DSTLExtras.h242 /// Helper to determine if type T has a member called rbegin().
248 static yes& test(Inner *I, decltype(I->rbegin()) * = nullptr);
257 /// Metafunction to determine if T& or T has a member called rbegin().
263 // Note that the container must have rbegin()/rend() methods for this to work.
267 nullptr) -> decltype(make_range(C.rbegin(), C.rend())) { in make_range()
268 return make_range(C.rbegin(), C.rend()); in make_range()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc335 for (auto it = flagfiles.rbegin(); it != flagfiles.rend(); ++it) { in ReadFlagfiles()
/third_party/spirv-tools/source/opt/
H A Dcfg.cpp132 for (auto current_bb = po.rbegin(); current_bb != po.rend(); ++current_bb) { in WhileEachBlockInReversePostOrder()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp439 for (auto arraySizeIter = arraySizes.rbegin(); arraySizeIter != arraySizes.rend();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DModuloSchedule.cpp706 for (MBBVectorTy::reverse_iterator MBB = EpilogBBs.rbegin(), in removeDeadInstructions()
1426 auto DefaultI = Defaults.rbegin(); in remapUse()
1928 for (auto PI = Prologs.rbegin(), EI = Epilogs.rbegin(); PI != Prologs.rend(); in fixupBranches()
H A DWinEHPrepare.cpp554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers()
582 for (auto Entry = FuncInfo.ClrEHUnwindMap.rbegin(), in calculateClrEHStateNumbers()
H A DIfConversion.cpp843 MachineBasicBlock::reverse_iterator E1 = MBB1->rbegin(); in verifySameBranchInstructions()
844 MachineBasicBlock::reverse_iterator E2 = MBB2->rbegin(); in verifySameBranchInstructions()
2339 MachineBasicBlock *Last = &*FromMBB.getParent()->rbegin(); in MergeBlocks()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h278 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in google::protobuf::final
279 const_reverse_iterator rbegin() const { in rbegin() function in google::protobuf::final
1011 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in google::protobuf::final
1012 const_reverse_iterator rbegin() const { in rbegin() function in google::protobuf::final
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1443 untyped_on_call_specs_.rbegin();
1645 untyped_expectations_.rbegin();
/third_party/nghttp2/src/
H A Dutil.cc1706 auto it = std::rbegin(s); in rstrip()
1710 auto len = it - std::rbegin(s); in rstrip()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc158 for (auto it = parameter_types.rbegin(); it != parameter_types.rend(); ++it) { in ProcessArgumentsCommon()
829 for (auto it = instruction.variable_names.rbegin(); in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp1182 Layout.getFragmentOffset(&*Section.getFragmentList().rbegin()); in finishLayout()
1183 computeFragmentSize(Layout, *Section.getFragmentList().rbegin()); in finishLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp183 CachedPreviousDef.insert({BB, &*Defs->rbegin()}); in getPreviousDefFromEnd()
184 return &*Defs->rbegin(); in getPreviousDefFromEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h129 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
130 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } in rbegin() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp309 reverse_iterator rbegin(StringRef Path) {
575 return *rbegin(path);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.cpp371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init()
372 std::sort(UnhandledPrecolored.rbegin(), UnhandledPrecolored.rend(), in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp295 reverse_iterator rbegin(StringRef Path, Style style) {
588 StringRef filename(StringRef path, Style style) { return *rbegin(path, style); }
H A DFileCheck.cpp763 Diags->rbegin()->MatchTy = MatchTy; in ProcessMatchResult()
1676 Diags->rbegin()->MatchTy = FileCheckDiag::MatchFoundButDiscarded; in CheckDag()
1700 StartPos = MatchRanges.rbegin()->End; in CheckDag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1076 : EHPadLayoutPred->rbegin()->getDebugLoc(); in fixUnwindMismatches()
1301 for (auto I = MBB.rbegin(), E = MBB.rend(); I != E; ++I) {
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp722 std::equal(ending.rbegin(), ending.rend(), line.rbegin()); in parseCaseList()
/third_party/gn/src/base/containers/
H A Dspan.h335 constexpr reverse_iterator rbegin() const noexcept {
/third_party/gn/src/base/files/
H A Dfile_path.cc247 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend()); in GetComponents()
H A Dfile_util_posix.cc458 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); in CreateDirectoryAndGetError()

Completed in 46 milliseconds

12345678910>>...15