/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ilist.h | 19 // rbegin(). The sentinel node itself serves as end() and rend(). 215 using base_list_type::rbegin;
|
H A D | SmallVector.h | 133 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 D | STLExtras.h | 242 /// 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 D | parse.cc | 335 for (auto it = flagfiles.rbegin(); it != flagfiles.rend(); ++it) { in ReadFlagfiles()
|
/third_party/spirv-tools/source/opt/ |
H A D | cfg.cpp | 132 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 D | util.cpp | 439 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 D | ModuloSchedule.cpp | 706 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 D | WinEHPrepare.cpp | 554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() 582 for (auto Entry = FuncInfo.ClrEHUnwindMap.rbegin(), in calculateClrEHStateNumbers()
|
H A D | IfConversion.cpp | 843 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 D | repeated_field.h | 278 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 D | gmock-spec-builders.h | 1443 untyped_on_call_specs_.rbegin(); 1645 untyped_expectations_.rbegin();
|
/third_party/nghttp2/src/ |
H A D | util.cc | 1706 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 D | csa-generator.cc | 158 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 D | MCAssembler.cpp | 1182 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 D | MemorySSAUpdater.cpp | 183 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 D | SmallVector.h | 129 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 D | Path.cpp | 309 reverse_iterator rbegin(StringRef Path) { 575 return *rbegin(path);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRegAlloc.cpp | 371 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 D | Path.cpp | 295 reverse_iterator rbegin(StringRef Path, Style style) { 588 StringRef filename(StringRef path, Style style) { return *rbegin(path, style); }
|
H A D | FileCheck.cpp | 763 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 D | WebAssemblyCFGStackify.cpp | 1076 : 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 D | tcuCommandLine.cpp | 722 std::equal(ending.rbegin(), ending.rend(), line.rbegin()); in parseCaseList()
|
/third_party/gn/src/base/containers/ |
H A D | span.h | 335 constexpr reverse_iterator rbegin() const noexcept {
|
/third_party/gn/src/base/files/ |
H A D | file_path.cc | 247 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend()); in GetComponents()
|
H A D | file_util_posix.cc | 458 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); in CreateDirectoryAndGetError()
|