| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 122 iterator begin() const { return Data; } in begin() function in llvm::StringRef
|
| H A D | TinyPtrVector.h | 185 iterator begin() { in begin() function in llvm::TinyPtrVector 199 const_iterator begin() const { in begin() function in llvm::TinyPtrVector [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 80 iterator begin() { return Frontiers.begin(); } in begin() function in llvm::DominanceFrontierBase 81 const_iterator begin() const { return Frontiers.begin(); } in begin() function in llvm::DominanceFrontierBase
|
| H A D | IVUsers.h | 144 iterator begin() { return IVUses.begin(); } in begin() function in llvm::IVUsers 146 const_iterator begin() const { return IVUses.begin(); } in begin() function in llvm::IVUsers
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 93 EntriesMap::const_iterator begin() const { return VarEntries.begin(); } in begin() function in llvm::DbgValueHistoryMap 117 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } in begin() function in llvm::DbgLabelInstrMap
|
| H A D | GCMetadata.h | 134 iterator begin() { return SafePoints.begin(); } in begin() function in llvm::GCFunctionInfo 194 iterator begin() const { return GCStrategyList.begin(); } in begin() function in llvm::GCModuleInfo
|
| H A D | MachineLoopInfo.h | 112 inline iterator begin() const { return LI.begin(); } in begin() function in llvm::MachineLoopInfo
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | annotation_test_util.cc | 144 uint32 begin = annotation->begin(); in AtLeastOneAnnotationMatchesSubstring() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set.h | 230 BitMask begin() const { return *this; } in begin() function in absl::container_internal::BitMask [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| H A D | spy_hash_state.h | 147 combine_contiguous(SpyHashStateImpl hash_state, const unsigned char* begin, size_t size) combine_contiguous() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | benchmarks.cc | 68 PrecompiledSeedSeq(Iterator begin, Iterator end) {} in PrecompiledSeedSeq() argument 74 void generate(OutIterator begin, OutIterator end) { in generate() argument [all...] |
| H A D | discrete_distribution.h | 63 explicit param_type(InputIterator begin, InputIterator end) in param_type() argument 116 explicit discrete_distribution(InputIterator begin, InputIterator end) in discrete_distribution() argument
|
| /third_party/skia/include/core/ |
| H A D | SkStringView.h | 48 constexpr iterator begin() const { in begin() function in skstd::string_view
|
| /third_party/spirv-tools/source/util/ |
| H A D | ilist.h | 237 IntrusiveList<NodeType>::begin() { in begin() function in spvtools::utils::IntrusiveList 249 IntrusiveList<NodeType>::begin() const { in begin() function in spvtools::utils::IntrusiveList
|
| /third_party/spirv-tools/test/ |
| H A D | test_fixture.h | 98 void MaybeFlipWords(bool flip_words, It begin, It end) { in MaybeFlipWords() argument
|
| /third_party/spirv-tools/tools/objdump/ |
| H A D | extract_source.cpp | 38 spv_result_t ExtractStringLiteral(const spv_position_t& loc, const char* begin, in ExtractStringLiteral() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | native_area_allocator.h | 205 uintptr_t begin = reinterpret_cast<uintptr_t>(mem) + headerSize; in AllocateSpace() local
|
| H A D | linear_space.cpp | 265 uintptr_t begin = AlignUp(mem + sizeof(Region), static_cast<size_t>(MemAlignment::MEM_ALIGN_REGION)); in AllocRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | runtime.h | 222 auto begin = ObjectSlot(reinterpret_cast<uintptr_t>(externalRegisteredStringTable_)); in IterateCachedStringRoot() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | bit_table.h | 310 auto begin() in begin() function in panda::BitTable::Range 329 auto begin() const in begin() function in panda::BitTable 334 auto begin() in begin() function in panda::BitTable [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | bit_table.h | 327 auto begin() in begin() function in ark::BitTable::Range 349 auto begin() const in begin() function in ark::BitTable 354 auto begin() in begin() function in ark::BitTable [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | basicblock.h | 505 InstForwardIterator begin() const in begin() function in ark::compiler::InstForwardIterator 581 InstBackwardIterator begin() const in begin() function in ark::compiler::InstBackwardIterator 650 InstSafeIterator begin() const in begin() function in ark::compiler::InstSafeIterator
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| H A D | trace.cpp | 159 uint64_t begin = GetCpuMicroSecond(); in GetAverageTime() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | bitmap.h | 144 void IterateOverSetBitsInRange(size_t begin, size_t end, const VisitorType &visitor) in IterateOverSetBitsInRange() argument 207 IterateOverBitsInRange(size_t begin, size_t end, const VisitorType &visitor) IterateOverBitsInRange() argument 227 SetRangeWithinWord(size_t begin, size_t end) SetRangeWithinWord() argument 239 ClearRangeWithinWord(size_t begin, size_t end) ClearRangeWithinWord() argument 277 FindHighestPrecedingOrSameBit(size_t begin) FindHighestPrecedingOrSameBit() argument [all...] |
| H A D | card_table.h | 141 Iterator begin() in begin() function in ark::mem::CardTable 153 ConstIterator begin() const in begin() function in ark::mem::CardTable
|