| /third_party/elfutils/libdw/ |
| H A D | dwarf_haspc.c | 44 Dwarf_Addr begin; in dwarf_haspc() local 48 &begin, &end)) > 0) in dwarf_haspc() 49 if (pc >= begin && pc < end) in dwarf_haspc()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | class_with_inner_struct_1_0.hpp | 6 struct Segment { int begin, end; }; member 17 struct Segment { int begin, end; }; member 43 struct Segment { int begin, end; }; member
|
| H A D | class_with_inner_struct.hpp | 6 struct Segment { int begin, end; }; member 17 struct Segment { int begin, end; }; member 43 struct Segment { int begin, end; }; member
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | prefinalizer-handler.cc | 43 std::find(ordered_pre_finalizers_.begin(), in RegisterPrefinalizer() 46 std::find(current_ordered_pre_finalizers_->begin(), in RegisterPrefinalizer() 68 ordered_pre_finalizers_.begin(), in InvokePreFinalizers() 78 new_ordered_pre_finalizers.begin(), in InvokePreFinalizers()
|
| /third_party/protobuf/conformance/ |
| H A D | conformance_ruby.rb | 43 begin 47 begin 62 begin 71 begin
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkShaderObjectUtil.cpp | 56 if (discardRectanglesVersion < 2 && std::find(extensions.begin(), extensions.end(), "VK_EXT_discard_rectangles") != extensions.end()) in removeUnsupportedShaderObjectExtensions() 57 extensions.erase(std::remove(extensions.begin(), extensions.end(), "VK_EXT_discard_rectangles"), extensions.end()); in removeUnsupportedShaderObjectExtensions() 58 if (scissorExclusiveVersion < 2 && std::find(extensions.begin(), extensions.end(), "VK_NV_scissor_exclusive") != extensions.end()) in removeUnsupportedShaderObjectExtensions() 59 extensions.erase(std::remove(extensions.begin(), extensions.end(), "VK_NV_scissor_exclusive"), extensions.end()); in removeUnsupportedShaderObjectExtensions()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | PatchableFunction.cpp | 59 MachineBasicBlock &FirstMBB = *MF.begin(); in runOnMachineFunction() 65 MachineInstr &FirstMI = *FirstMBB.begin(); in runOnMachineFunction() 81 auto &FirstMBB = *MF.begin(); in runOnMachineFunction() 82 MachineBasicBlock::iterator FirstActualI = FirstMBB.begin(); in runOnMachineFunction()
|
| /third_party/skia/src/gpu/ |
| H A D | GrClientMappedBufferManager.cpp | 31 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) == end); in insert() 56 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) != end); in remove() 57 for (auto cur = fClientHeldBuffers.begin(); cur != end; prev = cur++) { in remove() 63 SkASSERT(std::find(fClientHeldBuffers.begin(), end, b) == end); in remove()
|
| /third_party/skia/src/core/ |
| H A D | SkPtrRecorder.cpp | 11 Pair* p = fList.begin(); in reset() 33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() 49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add() 65 const Pair* p = fList.begin(); in copyToArray()
|
| /third_party/skia/tests/ |
| H A D | FloatingPointTextureTest.cpp | 53 GrCPixmap controlPixmap(info, controlPixelData.begin(), info.minRowBytes()); in runFPTest() 66 GrPixmap readPixmap(info, readBuffer.begin(), info.minRowBytes()); in runFPTest() 70 !memcmp(readBuffer.begin(), controlPixelData.begin(), readBuffer.bytes())); in runFPTest()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | ValueSymbolTable.h | 93 inline iterator begin() { return vmap.begin(); } in begin() function in llvm::ValueSymbolTable 96 inline const_iterator begin() const { return vmap.begin(); } in begin() function in llvm::ValueSymbolTable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanVerifier.cpp | 46 make_range(df_iterator<const VPBlockBase *>::begin(Region->getEntry()), in verifyBlocksInRegion() 67 assert(std::find(SuccPreds.begin(), SuccPreds.end(), VPB) != in verifyBlocksInRegion() 88 assert(std::find(PredSuccs.begin(), PredSuccs.end(), VPB) != in verifyBlocksInRegion() 118 make_range(df_iterator<const VPBlockBase *>::begin(Region->getEntry()), in verifyRegionRec()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | DJB.cpp | 24 reinterpret_cast<const UTF8 *>(Buffer.begin()); in chopOneUTF32() 39 UTF8 *Begin8 = Storage.begin(); in toUTF8() 47 return StringRef(reinterpret_cast<char *>(Storage.begin()), in toUTF8() 48 Begin8 - Storage.begin()); in toUTF8()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64BranchTargets.cpp | 86 if (&MBB == &*MF.begin() && (F.hasAddressTaken() || !F.hasLocalLinkage())) in runOnMachineFunction() 119 auto MBBI = MBB.begin(); in addBTI() 126 BuildMI(MBB, MBB.begin(), MBB.findDebugLoc(MBB.begin()), in addBTI()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyPrepareForLiveIntervals.cpp | 82 MachineBasicBlock &Entry = *MF.begin(); in runOnMachineFunction() 108 BuildMI(Entry, Entry.begin(), DebugLoc(), in runOnMachineFunction() 115 for (auto MII = Entry.begin(), MIE = Entry.end(); MII != MIE;) { in runOnMachineFunction() 119 Entry.insert(Entry.begin(), &MI); in runOnMachineFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | SetOperations.h | 25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() 40 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) { in set_intersect() 52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() 63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | Trace.h | 85 iterator begin() { return BasicBlocks.begin(); } in begin() function in llvm::Trace 86 const_iterator begin() const { return BasicBlocks.begin(); } in begin() function in llvm::Trace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | LiveStacks.h | 55 const_iterator begin() const { return S2IMap.begin(); } in begin() function in llvm::LiveStacks 57 iterator begin() { return S2IMap.begin(); } in begin() function in llvm::LiveStacks
|
| H A D | MachineDominanceFrontier.h | 53 iterator begin() { in begin() function in llvm::MachineDominanceFrontier 54 return Base.begin(); in begin() 57 const_iterator begin() const { in begin() function in llvm::MachineDominanceFrontier 58 return Base.begin(); in begin()
|
| /third_party/skia/third_party/externals/abseil-cpp/ |
| H A D | create_lts.py | 72 begin = content.find(strip_begin_tag) 73 if begin == -1: 75 end = content.find(strip_end_tag, begin + len(strip_begin_tag)) 77 raise Exception('{}: imbalanced strip begin ({}) and ' 80 content = content.replace(content[begin:end + len(strip_end_tag)], '') 121 StripContentBetweenTags('CMakeLists.txt', '# absl:lts-remove-begin',
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | output_test.cc | 50 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 56 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 62 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 69 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_test.cc | 115 std::generate_n(offsets.begin(), 8, gen); in TEST() 118 std::generate_n(offsets.begin(), 8, gen); in TEST() 597 t.insert(dup_range.begin(), dup_range.end()); in TEST() 724 std::iota(elem_vector.begin(), elem_vector.end(), 0); in TestDecompose() 752 set1.insert(set1.begin(), 1); in TestDecompose() 757 set1.insert(set1.begin(), one); in TestDecompose() 775 set1.emplace_hint(set1.begin(), 1); in TestDecompose() 777 set1.emplace_hint(set1.begin(), "3"); in TestDecompose() 780 set1.emplace_hint(set1.begin(), one); in TestDecompose() 782 set1.emplace_hint(set1.begin(), thre in TestDecompose() [all...] |
| /third_party/node/deps/v8/src/snapshot/embedded/ |
| H A D | embedded-file-writer.cc | 69 w->DeclareFunctionBegin(builtin_symbol.begin(), in WriteBuiltin() 88 auto label = current_labels.begin(); in WriteBuiltin() 123 w->DeclareFunctionEnd(builtin_symbol.begin()); in WriteBuiltin() 182 w->DeclarePointerToSymbol(embedded_blob_code_symbol.begin(), in WriteFileEpilogue() 193 w->DeclarePointerToSymbol(embedded_blob_data_symbol.begin(), in WriteFileEpilogue() 207 w->DeclareUint32(embedded_blob_code_size_symbol.begin(), blob->code_size()); in WriteFileEpilogue() 216 w->DeclareUint32(embedded_blob_data_size_symbol.begin(), blob->data_size()); in WriteFileEpilogue() 226 w->MaybeEmitUnwindData(unwind_info_symbol.begin(), in WriteFileEpilogue()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ra_checker.cpp | 61 for (error_map::iterator I = sh.errors.begin(), E = sh.errors.end(); in dump_all_errors() 120 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in check_src_vec() 147 for (vvec::iterator I = n->dst.begin(), E = n->dst.end(); I != E; ++I) { in process_op_dst() 180 for (node_iterator I = p->begin(), E = p->end(); I != E; ++I) { in check_phi_src() 189 for (node_iterator I = p->begin(), E = p->end(); I != E; ++I) { in process_phi_dst() 197 for (node_iterator I = g->begin(), E = g->end(); I != E; ++I) { in check_alu_group() 211 for (node_iterator I = g->begin(), E = g->end(); I != E; ++I) { in check_alu_group() 239 for (node_iterator I = c->begin(), E = c->end(); I != E; ++I) { in run_on()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 162 inline Iterator begin (void) { return m_members.begin(); } in begin() function in vkt::TransformFeedback::StructType 163 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in vkt::TransformFeedback::StructType 212 inline Iterator begin (void) { return m_members.begin(); } in begin() function in vkt::TransformFeedback::InterfaceBlock 213 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in vkt::TransformFeedback::InterfaceBlock
|