/third_party/spirv-tools/source/fuzz/pass_management/ |
H A D | repeated_pass_manager_random_with_recommendations.cpp | 49 if (recommended_passes_.empty() || GetFuzzerContext()->ChooseEven()) { in ChoosePass()
|
/third_party/spirv-tools/source/reduce/ |
H A D | operand_to_const_reduction_opportunity_finder.cpp | 27 assert(result.empty()); in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.cc | 132 if (!array_length_from_uniform.bindpoint_to_size_index.empty()) { in Sanitize() 137 // If the binding map is empty, use the deprecated |buffer_size_ubo_index| in Sanitize() 190 !result.used_array_length_from_uniform_indices.empty(); in Sanitize() 213 if (!program_->AST().TypeDecls().empty()) { in Generate() 243 if (!invariant_define_name_.empty()) { in Generate() 255 if (!helpers_.lines.empty()) { in Generate() 660 if (name.empty()) { in EmitIntrinsicCall() 1774 if (attr.empty()) { in EmitEntryPointFunction() 1922 if (!init_buf.lines.empty()) { in EmitForLoop() 1930 if (!cont_buf.lines.empty()) { in EmitForLoop() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 662 assert(Pass->ProcessedAllocas.empty() && in FunctionStateRAII() 930 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; in runOnFunction() 1026 if (AllocaVec.empty()) in visitAllocaInst() 1885 assert(ErrorCode.empty() && "Invalid section specifier."); in ShouldInstrumentGlobal() 1995 if (!InternalSuffix.empty() && G->hasLocalLinkage()) { in SetComdatForGlobalMetadata() 2086 if (!MetadataGlobals.empty()) in InstrumentGlobalsELF() 2158 if (!LivenessGlobals.empty()) in InstrumentGlobalsMachO() 2268 M, MD.Name.empty() ? NameForGlobal : MD.Name, in InstrumentGlobals() 2329 if (!MD.SourceLoc.empty()) { in InstrumentGlobals() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1122 assert(!VL.empty() && "Bad VL"); in appendOperandsOfVL() 1123 assert((empty() || VL.size() == getNumLanes()) && in appendOperandsOfVL() 1162 /// \returns true if the data structure is empty. 1163 bool empty() const { return OpsVec.empty(); } in empty() function in llvm::slpvectorizer::BoUpSLP::VLOperands 1390 /// returns false, setting \p CurrentOrder to either an empty vector or a 1497 assert(Operands.empty() && "Already initialized?"); in setOperandsInOrder() 1525 assert(!Operands[OpIdx].empty() && "No operand available"); 1574 if (ReorderIndices.empty()) in updateStateIfReorder() 1618 if (ReuseShuffleIndices.empty()) in dump() [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 348 if (worker_processes.empty()) { in worker_process_remove() 717 if (worker_processes.empty()) { in worker_process_child_cb() 1015 // socket if it is not reused. The empty host name usually does in get_inherited_addr_from_config() 1883 if (!config->pid_file.empty()) { in event_loop() 2252 empty path. To workaround this, we assume that CONNECT in print_help() 2279 If <PATTERN> is omitted or empty string, "/" is used as in print_help() 3018 in hex. An empty line, and line which starts with '#' in print_help() 3031 empty line, and line which starts with '#' are skipped. in print_help() 3431 an empty line. This option is not thread safe and MUST in print_help() 3437 an empty lin in print_help() [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 228 * return empty string if it's a new api call. 292 if (findCode != ErrCodeMap.end() && !findCode->second.empty()) { in ErrCodeMapping() 381 if (sApiArgTypesMap.empty()) { in Call() 482 CHECK_CALL_ARG(copy.empty(), ERR_INVALID_INPUT, "Illegal property of " + string(expect), error); in CheckCallArgType() 548 if (!ownerRef.empty()) { in StoreBackendObject() 709 if (recv.empty()) { // widget-exist assertion failure, deliver exception in RegisterUiDriverComponentFinders() 713 } else if (in.apiId_ == "Driver.findComponents") { // return widget array, maybe empty in RegisterUiDriverComponentFinders() 717 } else if (recv.empty()) { // return first one or null in RegisterUiDriverComponentFinders() 735 if (filterJson.empty()) { in RegisterUiDriverWindowFinder() 736 out.exception_ = ApiCallErr(ERR_INVALID_INPUT, "WindowFilter cannot be empty"); in RegisterUiDriverWindowFinder() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 188 extensions.empty() ? DE_NULL : &extensions[0], in createTestDevice() 936 if (semaphores.empty()) in addSemaphore() 950 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore() 1220 bool empty = true; in init() local 1245 empty = false; in init() 1249 if (!empty) in init() 1598 if (semaphores.empty()) in addSemaphore() 1609 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore() 1758 bool empty = true; in init() local 1776 empty in init() [all...] |
H A D | vktSynchronizationSmokeTests.cpp | 193 if (!poolSizes.empty()) in createTestDevice() 208 deviceInfo.ppEnabledExtensionNames = deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]; in createTestDevice() 979 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 980 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() ? DE_NULL : &bufferBarriers[0]), in generateWork() 981 (deUint32)imageBarriers.size(), (imageBarriers.empty() ? DE_NULL : &imageBarriers[0])); in generateWork() 1008 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 1009 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() ? DE_NULL : &bufferBarriers[0]), in generateWork() 1010 (deUint32)imageBarriers.size(), (imageBarriers.empty() ? DE_NULL : &imageBarriers[0])); in generateWork() 1033 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 1034 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() in generateWork() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 337 // Otherwise just print one for non-empty sections. in dump() 338 // Only print empty .dwo section headers when dumping a .dwo file. in dump() 344 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump() 442 if (Explicit || !getDebugMacro()->empty()) { in dump() 445 } else if (ExplicitDWO || !getDebugMacroDWO()->empty()) { in dump() 906 if (!NormalUnits.empty()) in parseNormalUnits() 918 if (!DWOUnits.empty()) in parseDWOUnits() 954 while (!Worklist.empty()) { in getDIEsForAddress() 986 if (InlinedChain.empty()) in getFunctionNameAndStartLineForAddress() 1064 if (!Expr.empty() in getExpressionFrameOffset() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 369 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL() 385 } while (!Comments.empty()); in EmitCommentsAndEOL() 441 if (!Comments.empty()) in emitExplicitComments() 507 assert(!Options.empty() && "At least one option is required!"); in EmitLinkerOptions() 541 if (SDKVersion.empty()) in EmitSDKVersionSuffix() 923 if (Data.empty()) return; in EmitBytes() 1221 if (!UseDwarfDirectory && !Directory.empty()) { 1233 if (!Directory.empty()) { 1567 if (!Values.empty()) { 2006 if (!String.empty() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 656 assert(Visited.empty() && "Visited must be cleared after use!"); in pointsToConstantMemory() 707 } while (!Worklist.empty() && --MaxLookup); in pointsToConstantMemory() 710 return Worklist.empty(); in pointsToConstantMemory() 1286 !DecompObject.VarIndices.empty()) in isGEPBaseAtNegativeOffset() 1296 if (!DecompGEP.VarIndices.empty()) in isGEPBaseAtNegativeOffset() 1436 if (GEP1BaseOffset == 0 && DecompGEP1.VarIndices.empty()) in aliasGEP() 1443 if (GEP1BaseOffset != 0 && DecompGEP1.VarIndices.empty()) { in aliasGEP() 1468 if (!DecompGEP1.VarIndices.empty()) { in aliasGEP() 1697 // If V1Srcs is empty then that means that the phi has no underlying non-phi in aliasPHI() 1700 if (V1Srcs.empty()) in aliasPHI() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 842 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 852 if (!TrackedMultipleRetVals.empty()) { in visitReturnInst() 1135 if (TrackedGlobals.empty() || !isa<GlobalVariable>(SI.getOperand(1))) in visitStoreInst() 1176 if (!TrackedGlobals.empty()) { in visitLoadInst() 1310 if (!TrackingIncomingArguments.empty() && TrackingIncomingArguments.count(F)){ in visitCallSite() 1367 // Process the work lists until they are empty! in Solve() 1368 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve() 1369 !OverdefinedInstWorkList.empty()) { in Solve() 1372 while (!OverdefinedInstWorkList.empty()) { in Solve() [all...] |
H A D | LICM.cpp | 447 !AS.empty() && in runOnLoop() 610 // intersection of their successors is non-empty. in registerPossiblyHoistableBranch() 629 else if (!TrueDestSucc.empty()) { in registerPossiblyHoistableBranch() 682 // PredecessorBlocks will now be empty if for every predecessor of BB we in canHoistPHI() 684 return PredecessorBlocks.empty(); in canHoistPHI() 1349 if (!BlockColors.empty() && in isNotUsedOrFreeInLoop() 1385 if (!BlockColors.empty()) { in CloneInstructionInExitBlock() 1400 if (!I.getName().empty()) in CloneInstructionInExitBlock() 1491 if (!SafetyInfo->getBlockColors().empty() && BB->getFirstNonPHI()->isEHPad()) in canSplitPredecessors() 1549 while (!PredBBs.empty()) { in splitPredecessorsOfLoopExit() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 100 while (!ToVisit.empty()) { in isBlockValidForExtraction() 198 assert(!BBs.empty() && "The set of blocks to extract must be non-empty"); in buildExtractionBlockSet() 202 // empty set if we encounter invalid blocks. in buildExtractionBlockSet() 551 if (Bitcasts.empty()) in findAllocas() 572 if (Blocks.empty()) in isEligible() 819 Suffix.empty() in constructFunction() 820 ? (header->getName().empty() ? "extracted" : header->getName().str()) in constructFunction() 1044 if (!LifetimesStart.empty()) { in insertLifetimeMarkersSurroundingCall() 1050 if (!LifetimesEnd.empty()) { in insertLifetimeMarkersSurroundingCall() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 153 bool empty() const { in empty() function 854 // Record the final register range. If this range is non-empty, then 1004 while (!Regs[S].empty()) { 1058 if (I->second.empty()) 1071 // ter sets are empty. This means that a given candidate will not help eli- 1075 // If there exists a candidate with a non-empty set, the ones with empty 1081 if (LL[i].second.empty()) 1088 // with a non-empty set. Remove all candidates with empty set [all...] |
/third_party/python/Python/ |
H A D | hamt.c | 296 * W_EMPTY - the key was found: the node/tree would be empty 555 for size=0 and reuse it whenever we need an empty bitmap node. in hamt_node_bitmap_new() 835 PyHamtNode *empty = NULL; in hamt_node_bitmap_assoc() local 845 /* Create an empty bitmap node for the next in hamt_node_bitmap_assoc() 847 empty = hamt_node_bitmap_new(0); in hamt_node_bitmap_assoc() 848 if (empty == NULL) { in hamt_node_bitmap_assoc() 855 empty, shift + 5, hash, key, val, added_leaf); in hamt_node_bitmap_assoc() 882 empty, shift + 5, in hamt_node_bitmap_assoc() 902 Py_XDECREF(empty); in hamt_node_bitmap_assoc() 1461 key we're trying to delete. So a new node will be empty in hamt_node_collision_without() 1698 PyHamtNode_Bitmap *empty = NULL; hamt_node_array_assoc() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 170 extensions.empty() ? DE_NULL : &extensions[0], in createTestDevice() 917 if (semaphores.empty()) in addSemaphore() 931 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore() 1201 bool empty = true; in init() local 1226 empty = false; in init() 1230 if (!empty) in init() 1578 if (semaphores.empty()) in addSemaphore() 1589 timelineValues.push_back((timelineValues.empty() ? firstTimelineValue : timelineValues.back()) + m_rng.getInt(1, 100)); in addSemaphore() 1738 bool empty = true; in init() local 1756 empty in init() [all...] |
H A D | vktSynchronizationSmokeTests.cpp | 194 if (!poolSizes.empty()) in createTestDevice() 209 deviceInfo.ppEnabledExtensionNames = deviceExtensions.empty() ? DE_NULL : &deviceExtensions[0]; in createTestDevice() 980 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 981 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() ? DE_NULL : &bufferBarriers[0]), in generateWork() 982 (deUint32)imageBarriers.size(), (imageBarriers.empty() ? DE_NULL : &imageBarriers[0])); in generateWork() 1009 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 1010 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() ? DE_NULL : &bufferBarriers[0]), in generateWork() 1011 (deUint32)imageBarriers.size(), (imageBarriers.empty() ? DE_NULL : &imageBarriers[0])); in generateWork() 1034 (deUint32)memoryBarriers.size(), (memoryBarriers.empty() ? DE_NULL : &memoryBarriers[0]), in generateWork() 1035 (deUint32)bufferBarriers.size(), (bufferBarriers.empty() in generateWork() [all...] |
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | stm32.S | 19 #define STM32_USART_TXE (1 << 7) /* Tx data reg empty */ 35 tst \rd, #STM32_USART_TXE @ TXE = 1 = tx empty
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | stm32.S | 19 #define STM32_USART_TXE (1 << 7) /* Tx data reg empty */ 35 tst \rd, #STM32_USART_TXE @ TXE = 1 = tx empty
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | device.h | 36 struct { struct sk_buff *next, *prev; } empty; // Match first 2 members of struct sk_buff. member
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | device.h | 36 struct { struct sk_buff *next, *prev; } empty; // Match first 2 members of struct sk_buff. member
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | Makefile | 11 TEST_GEN_PROGS += proc-empty-vm
|
/test/xts/hats/hdf/external_device_manager/drivers_pkg_manager_test/ |
H A D | drv_bundle_callback_test.cpp | 48 EXPECT_NE(true, stiching.empty()); in HWTEST_F()
|