Home
last modified time | relevance | path

Searched defs:begin (Results 551 - 575 of 1240) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h159 iterator begin() { return Iterator(TheMap.begin()); } in begin() function in llvm::detail::DenseSetImpl
162 const_iterator begin() const { return ConstIterator(TheMap.begin()); } in begin() function in llvm::detail::DenseSetImpl
H A DDepthFirstIterator.h150 static df_iterator begin(const GraphT &G) { in begin() function in llvm::df_iterator
156 static df_iterator begin(const GraphT &G, SetType &S) { in begin() function in llvm::df_iterator
H A DEquivalenceClasses.h146 iterator begin() const { return TheMapping.begin(); } in begin() function in llvm::EquivalenceClasses
H A DImmutableList.h105 iterator begin() const { return iterator(X); } in begin() function in llvm::ImmutableList
H A DImmutableMap.h220 iterator begin() const { return iterator(Root); } in begin() function in llvm::ImmutableMap
380 iterator begin() const { return iterator(Root); } in begin() function in llvm::ImmutableMapRef
H A DScopedHashTable.h202 iterator begin(const K &Key) { in begin() function in llvm::ScopedHashTable
H A Dsimple_ilist.h117 iterator begin() { return ++iterator(Sentinel); } in begin() function in llvm::simple_ilist
118 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin() function in llvm::simple_ilist
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraph.h115 inline iterator begin() { return FunctionMap.begin(); } in begin() function in llvm::CallGraph
117 inline const_iterator begin() const { return FunctionMap.begin(); } in begin() function in llvm::CallGraph
189 inline iterator begin() { return CalledFunctions.begin(); } in begin() function in llvm::CallGraphNode
191 inline const_iterator begin() const { return CalledFunctions.begin(); } in begin() function in llvm::CallGraphNode
344 inline iterator begin() { return G->begin(); } in begin() function in CallGraphWrapperPass
346 inline const_iterator begin() const { return G->begin(); } begin() function in CallGraphWrapperPass
[all...]
H A DLoopIterator.h185 LoopBlocksDFS::RPOIterator begin() const { return DFS.beginRPO(); } in begin() function in llvm::LoopBlocksRPO
216 POTIterator begin() { in begin() function in llvm::LoopBlocksTraversal
H A DMustExecute.h402 iterator &begin(const Instruction *PP) { in begin() function
410 const_iterator &begin(const Instruction *PP) const { in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h205 MapTy::iterator begin() { return Map->begin(); } in begin() function in llvm::msgpack::MapDocNode
225 ArrayTy::iterator begin() { return Array->begin(); } in begin() function in llvm::msgpack::ArrayDocNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h162 const PartialMapping *begin() const { return BreakDown; } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h69 SegmentIter begin() { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion
72 ConstSegmentIter begin() const { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion
H A DLiveRangeEdit.h159 iterator begin() const { return NewRegs.begin() + FirstNew; } in begin() function in llvm::LiveRangeEdit
H A DScheduleDAGInstrs.h272 MachineBasicBlock::iterator begin() const { return RegionBegin; } in begin() function in llvm::ScheduleDAGInstrs
/third_party/protobuf/src/google/protobuf/
H A Dimplicit_weak_message.h144 iterator begin() { return iterator(base().raw_data()); } in begin() function
145 const_iterator begin() const { return iterator(base().raw_data()); } in begin() function
H A Dreflection_ops.cc196 const FieldDescriptor* begin = descriptor->field(0); in IsInitialized() local
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc99 std::pair<size_t, size_t> begin, end; in Annotate() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h350 iterator begin() const { return ptr_; } in begin() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.cc249 int ConsumeDigits(const char* begin, const char* end, int max_digits, T* out, in ConsumeDigits() argument
297 ParseInfinityOrNan(const char* begin, const char* end, strings_internal::ParsedFloat* out) ParseInfinityOrNan() argument
355 ParseFloat(const char* begin, const char* end, chars_format format_flags) ParseFloat() argument
[all...]
H A Dstr_split_internal.h278 const_iterator begin() const { return {const_iterator::kInitState, this}; } in begin() function in absl::strings_internal::Splitter
H A Dcharconv_bigint.cc193 int BigUnsigned<max_words>::ReadDigits(const char* begin, const char* end, in ReadDigits() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h281 iterator begin() { return data(); } begin() function in absl::FixedArray
285 const_iterator begin() const { return data(); } begin() function in absl::FixedArray
465 StorageElement* begin() const { return data_; } begin() function in absl::FixedArray::Storage
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin() function in absl::ElfMemImage
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h95 Iter begin() const { return Iter(fAttributes, fCount); } in begin() function in skgpu::GraphicsPipelineDesc::AttributeSet

Completed in 21 milliseconds

1...<<21222324252627282930>>...50