| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 622 for (auto Def = MI, E = MBB.begin(); Def != E; ) { in copyPhysReg() 1534 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo() 4343 MachineBasicBlock::iterator I = LoopBB.begin(); 4453 RemainderBB->splice(RemainderBB->begin(), &MBB, I, MBB.end()); 4454 LoopBB->splice(LoopBB->begin(), &MBB, J); 4475 MachineBasicBlock::iterator First = RemainderBB->begin(); 6139 LoopEntry->insert(LoopEntry->begin(), HeaderPhi); 6564 auto Cur = MBB.begin();
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | liveness_analyzer_test.cpp | 31 auto subseq_iter = subsequence.begin(); in Check_Subsequence() 425 * [begin]
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | emitter_test.cpp | 46 std::replace(storage->begin(), storage->end(), '.', '/'); in GetTypeDescriptor()
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | constant_propagation.cpp | 658 auto first_inst = bb->Insts().begin(); in InsertSaveState()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_test.cpp | 555 auto user = graph->FindOrCreateConstant(i)->GetUsers().begin()->GetInst(); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_vm.cpp | 593 auto it = registeredFinalizationRegistryInstances_.begin(); in SweepVmRefs()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | analysis.cpp | 574 auto user = std::find_if(inst->GetInputs().begin(), inst->GetInputs().end(), [searchedInst, inst](Input input) { in SearchInSaveStateAndFillBridgeVector()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_class_wrapper.cpp | 529 auto ungroupedMethods = CollectAllPandaMethods(methods.begin(), methods.end()); in Create()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | stack_walker.cpp | 268 calleeDstSlots = deoptCalleeRegs_.begin(); in GetCalleeRegsForDeoptimize()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | report.py | 595 rep.run.start_time = Timer.format(timer.begin)
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | union_normalization_test.cpp | 152 auto baseClass = std::find_if(classDefs.begin(), classDefs.end(), [className](ir::ClassDefinition *cdef) { in FindClassType()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.h | 147 insns_.assign(newInsns.begin(), newInsns.end()); in SetInsns()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCreation.cpp | 307 newConstituentTypes.assign(constituentTypes.begin(), constituentTypes.end()); in CreateETSUnionType()
|
| H A D | utilityTypeHandlers.cpp | 598 return std::find_if(initObjExpr->Properties().begin(), initObjExpr->Properties().end(), in ValidateObjectLiteralForRequiredType()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | patchFix.cpp | 405 ins.insert(ins.begin(), newLexenv); in AddHeadAndTailInsForPatchFuncMain0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | samples_record.cpp | 189 replace(url.begin(), url.end(), '\\', '/'); in StringifyNodes()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_collator.cpp | 748 std::copy_n(EcmaStringAccessor::GetNonTreeUtf8Data(*string) + offset, partialLength, ucharBuffer.begin()); in ToICUUnicodeString()
|
| H A D | js_relative_time_format.cpp | 429 for (auto it = separatorFields.begin(); it != separatorFields.end(); it++) { in FormatToArray()
|
| /arkcompiler/toolchain/tooling/client/utils/ |
| H A D | cli_command.cpp | 646 for (it = commandMap_.begin(); it != commandMap_.end(); it++) { in OnCommand()
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | select_strategy.cpp | 654 myselfTargets.erase(myselfTargets.begin() + 1, myselfTargets.end()); in DoComplexSelect()
|
| /test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/ |
| H A D | ActsMediaPlayerAudioTest.cpp | 94 aviableBuffer.erase(aviableBuffer.begin());
in GetAvailableBuffer()
|
| /third_party/curl/projects/ |
| H A D | build-wolfssl.bat | 27 :begin
label
|
| H A D | generate.bat | 26 :begin
label
|
| /third_party/gn/src/gn/ |
| H A D | command_gen.cc | 207 auto cur = unknown_inputs.begin(); in CheckForInvalidGeneratedInputs() 789 std::sort(cur_toolchain.second.begin(), cur_toolchain.second.end(),
|
| H A D | operators.cc | 273 v.erase(v.begin() + i); in RemoveMatchesFromList()
|