Home
last modified time | relevance | path

Searched refs:insert (Results 4051 - 4075 of 4155) sorted by relevance

1...<<161162163164165166167

/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp882 // insert one instruction at the top of the block being iterated. in doParseActions()
2026 // were moved down by the insert. Fix them.
4473 mPropName.insert(0, u"[\\p{", -1);
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc173 void SetWeakened(NodeId node_id) { weakened_nodes_.insert(node_id); } in SetWeakened()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc742 // insert set bits in the least-significant bits, as this creates a in MoveImmediateForShiftedOp()
937 unresolved_branches_.insert(std::pair<int, FarBranchInfo>( in NeedExtraInstructionsOrRegisterBranch()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc2203 internal_reference_positions_.insert(label->pos()); in dd()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1395 auto result = import_assertions->insert(std::make_pair( in ParseImportAssertClause()
3319 // For each var-binding that shadows a parameter, insert an assignment in InsertShadowingVarBindingInitializers()
/third_party/openGLES/xml/
H A Dreadme.tex231 \item \tag{apientry/} - insert a platform calling convention macro here
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2120 inputAttachments.insert(inputAttachments.end(), references.begin(), references.end()); in run()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1167 was.insert(uniqueTreeSubsetCode); in iterate()
H A DvktPipelineShaderModuleIdentifierTests.cpp1454 uniqueIds.insert(id1); in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp3250 asIndicesSet.insert(deRandom_getUint32(&rnd) % tlasCount); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp621 de::insert(ret.locationMap, it->name, location); in computeFragmentOutputLayout()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp172 extensions.insert(end(extensions), begin(additionalExtensions), end(additionalExtensions)); in createDeviceWithWsi()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2120 inputAttachments.insert(inputAttachments.end(), references.begin(), references.end()); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp540 // The Scheduler may insert instructions during either schedule() or in scheduleRegions()
965 VRegUses.insert(VReg2SUnit(Reg, LaneBitmask::getNone(), &SU)); in collectVRegUses()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderAtomicCountersTests.cpp1437 uniforms_name_index.insert(std::make_pair(name, index)); in Run()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp4382 textureSet.insert(texture); in ValidateStreamConsumerGLTextureExternalAttribsNV()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp1960 // If the parameter has no name, it's not an error, just don't insert it in parseFunctionPrototype()
2061 symbolTable.getOuterLevel()->insert(function); in parseFunctionDeclarator()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp1466 uniqueNames.insert(indexedTfVaryingName); in linkTransformFeedback()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp224 case Shader::OPCODE_INSERT: insert(d, s0, s1.x, s2.x); break; in applyShader()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp887 // insert one instruction at the top of the block being iterated. in doParseActions()
2028 // were moved down by the insert. Fix them.
4470 mPropName.insert(0, u"[\\p{", -1);
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp572 fSlots.insert(fSlots.end(), nslots, Slot{initialValue});
/third_party/python/Lib/
H A Dturtle.py3116 buf.buffer.insert((buf.ptr+1)%buf.bufsize, [None])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp3179 MultiClasses.insert(std::make_pair(Name, in ParseMultiClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp978 // When we insert _asan_allocas_unpoison before @llvm.stackrestore, we in unpoisonDynamicAllocasBeforeInst()
2532 // We insert an empty inline asm after __asan_report* to avoid callback merge. in initializeCallbacks()
2622 // If needed, insert __asan_init before checking for SanitizeAddress attr. in instrumentFunction()
2673 if (!TempsToInstrument.insert(Addr).second) in instrumentFunction()
3240 // For now just insert the call to ASan runtime. in poisonAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1292 auto Pair = Names.insert(ConvertedName); in convertToString()
2138 // Before translating, check for blocks without instructions, and insert in ExitBlock()
2324 if (!isValidRecordSize(3, "insert element")) in ProcessRecord()

Completed in 119 milliseconds

1...<<161162163164165166167