/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 2240 while (!PhiWorklist.empty()) { in optimizeBitCastFromPhi()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.cc | 947 if (stmt->else_statements.empty() || in IfStatement() 951 // empty else branch (which adds Next to their behavior) in IfStatement()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.cc | 1993 // their value is non-zero (numeric) or non-empty (string/bytes). N.B.: in HasBit() 2005 .empty(); in HasBit()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1048 if (!consumers.empty()) { in ValidateSampledImage()
|
/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 85 if (!body_.empty()) { in operator std::string()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 1400 DE_ASSERT(!valuesToAssign.empty()); in assignUniforms() 1992 // skip empty groups by creating groups on demand in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 180 DE_ASSERT(!layoutFlagCandidates.empty()); in generateBlock()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 524 if (!cs.empty()) in CreateComputeProgram()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 21774 empty() const noexcept [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 1263 "Prototype provider must be empty"); in SetPrototypeProviderTemplate() 1282 "Protoype provider must be empty"); in Inherit() 1503 "Reading from empty handle")) { in InstanceTemplate() 6656 // empty FixedArray). in GetSerializedDataFromFixedArray() 8436 // If we're passed an empty handle, we throw an undefined exception in ThrowException() 10540 if (!blocks()->empty()) { in IterateThis() 10550 if (context_lists[i]->empty()) continue; in IterateThis() 10580 while (!blocks_.empty()) { in DetachPersistent() 10600 DCHECK(!blocks_.empty() && !ph->blocks_.empty()); in DetachPersistent() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 759 DE_ASSERT(!m_stageInfos.empty()); in RenderInstanceShaders() 1564 // Add an empty descriptor set layout between sets 0 and 2 2867 // Add an empty descriptor set layout between sets 0 and 2 4322 // Add an empty descriptor set layout between sets 0 and 2 5126 // Add an empty descriptor set layout between sets 0 and 2 5525 DE_ASSERT(levelStorage->empty()); 5544 DE_ASSERT(levelStorage->empty()); 5563 DE_ASSERT(levelStorage->empty()); 5578 DE_ASSERT(levelStorage->empty()); 5849 // Add an empty descripto [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 759 DE_ASSERT(!m_stageInfos.empty()); in RenderInstanceShaders() 1564 // Add an empty descriptor set layout between sets 0 and 2 2867 // Add an empty descriptor set layout between sets 0 and 2 4326 // Add an empty descriptor set layout between sets 0 and 2 5130 // Add an empty descriptor set layout between sets 0 and 2 5529 DE_ASSERT(levelStorage->empty()); 5548 DE_ASSERT(levelStorage->empty()); 5567 DE_ASSERT(levelStorage->empty()); 5582 DE_ASSERT(levelStorage->empty()); 5853 // Add an empty descripto [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3666 if (!MemOps.empty()) { in saveVarArgRegisters() 3814 if (isVarArg && !Outs.empty()) { in isEligibleForTailCallOptimization() 3849 if (Outs.empty()) in isEligibleForTailCallOptimization() 4107 assert(!Ins.empty() && Ins[0].VT == MVT::i64 && in LowerCall() 4204 if (!MemOpChains.empty()) in LowerCall() 4330 if (!Ins.empty()) in LowerCall() 9135 assert(!Shuffles.empty() && "Empty shufflevector input"); in lowerInterleavedLoad()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable_ESSL_autogen.cpp | 3478 constexpr const TVariable **empty = nullptr; member 18218 BuiltInParameters::empty, 18227 BuiltInParameters::empty, 18236 BuiltInParameters::empty, 18245 BuiltInParameters::empty, 18253 BuiltInParameters::empty, 18262 BuiltInParameters::empty, 18271 BuiltInParameters::empty, 18280 BuiltInParameters::empty, 18289 BuiltInParameters::empty, [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 9525 VULKAN_HPP_ASSERT( sizes.empty() || buffers.size() == sizes.size() ); 9532 if ( !sizes.empty() && buffers.size() != sizes.size() ) 9574 VULKAN_HPP_ASSERT( counterBufferOffsets.empty() || counterBuffers.size() == counterBufferOffsets.size() ); 9576 if ( !counterBufferOffsets.empty() && counterBuffers.size() != counterBufferOffsets.size() ) 9618 VULKAN_HPP_ASSERT( counterBufferOffsets.empty() || counterBuffers.size() == counterBufferOffsets.size() ); 9620 if ( !counterBufferOffsets.empty() && counterBuffers.size() != counterBufferOffsets.size() ) 17076 VULKAN_HPP_ASSERT( sizes.empty() || buffers.size() == sizes.size() ); 17077 VULKAN_HPP_ASSERT( strides.empty() || buffers.size() == strides.size() ); 17084 if ( !sizes.empty() && buffers.size() != sizes.size() ) 17089 if ( !strides.empty() [all...] |
H A D | vulkan.hpp | 415 bool empty() const VULKAN_HPP_NOEXCEPT 642 bool empty() const VULKAN_HPP_NOEXCEPT 6525 ignore( successCodes ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in createResultValue() 6542 ignore( successCodes ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in createResultValue() 6581 ignore( successCodes ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in createResultValue() 6618 ignore( successCodes ); // just in case VULKAN_HPP_ASSERT_ON_RESULT is empty in createResultValue() 10780 if ( !vulkanLibraryName.empty() )
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1497 // Check if {value} is the empty string. 3979 // The empty fixed array is not modifiable anyway. And we shouldn't change its 4040 Label out(this), empty(this), nonempty(this); 4053 Branch(WordEqual(capacity, IntPtrConstant(0)), &empty, &nonempty); 4055 BIND(&empty); 4581 Label if_fixed_double_array(this), empty(this), done(this, &var_result); 4583 GotoIf(IntPtrOrSmiEqual(IntPtrOrSmiConstant<TIndex>(0), *capacity), &empty); 4630 BIND(&empty); 4632 Comment("Copy empty array"); 6626 // This complicated check is due to elements oddities. If a smi array is empty [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 70 if (m_vec.empty() || m_pointer+size >= m_tabSize) { in allocate() 79 if (m_vec.empty() || m_pointer+totalSize >= m_tabSize) in allocate() 92 if (!m_vec.empty()) { in clear() 101 if (!m_vec.empty()) { in ~GlobalMem() 1012 if (pNextObj.empty() || (pNextObj.isString() && pNextObj.asString() == "NULL")) return nullptr; in parsePNextChain() 6833 if (obj_pImmutableSamplers.empty() || (obj_pImmutableSamplers.isString() && obj_pImmutableSamplers.asString() == "NULL")) in parse_VkDescriptorSetLayoutBinding()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 5526 bool empty = true; in kvm_vm_ioctl_set_msr_filter() local 5534 empty &= !filter->ranges[i].nmsrs; in kvm_vm_ioctl_set_msr_filter() 5537 if (empty && !default_allow) in kvm_vm_ioctl_set_msr_filter()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 5413 ath10k_warn(ar, "Free vdev map is empty, no more interfaces allowed.\n"); in ath10k_add_interface() 7903 bool empty; in ath10k_mac_wait_tx_complete() 7906 empty = (ar->htt.num_pending_tx == 0); in ath10k_mac_wait_tx_complete() 7913 (empty || skip); in ath10k_mac_wait_tx_complete()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 5569 ath10k_warn(ar, "Free vdev map is empty, no more interfaces allowed.\n"); in ath10k_add_interface() 8056 bool empty; in ath10k_mac_wait_tx_complete() 8059 empty = (ar->htt.num_pending_tx == 0); in ath10k_mac_wait_tx_complete() 8066 (empty || skip); in ath10k_mac_wait_tx_complete()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 6585 bool empty = true; in kvm_vm_ioctl_set_msr_filter() local 6593 empty &= !filter->ranges[i].nmsrs; in kvm_vm_ioctl_set_msr_filter() 6596 if (empty && !default_allow) in kvm_vm_ioctl_set_msr_filter()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 330 return "empty"; in what() 518 //! \brief Constructs an empty string, allocating no memory. 530 * the string is left empty, with a size of 0. 553 * If NULL, the string is left empty, with a size of 0. 675 * or "" if empty/unset. 721 //! \brief Constructs an empty vector with no memory allocated. 745 while(!empty()) { in clear() 765 * Calling this on an empty vector will throw an exception 851 bool empty (void) const in empty() function in cl::vector 948 if( !vec.empty() ) { in iterator() [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 6012 NK_LIB void nk_property_behavior(nk_flags *ws, const struct nk_input *in, struct nk_rect property, struct nk_rect label, struct nk_rect edit, struct nk_rect empty, int *state, struct nk_property_variant *variant, float inc_per_pixel); 6625 do { /* must look even if string is empty */ in nk_strfilter() 8207 /* reset back buffer either back to marker or empty */ in nk_buffer_reset() 8214 /* reset front buffer either back to back marker or empty */ in nk_buffer_reset() 11817 /* from the other y segment, and it might ignored as an empty segment. to avoid */ in nk_tt__fill_active_edges_new() 15240 next = next->next; /* skip empty command buffers */ in nk_build() 15870 /* fill top empty space */ in nk_panel_end() 15877 /* fill left empty space */ in nk_panel_end() 15884 /* fill right empty space */ in nk_panel_end() 15893 /* fill bottom empty spac in nk_panel_end() 23575 nk_property_behavior(nk_flags *ws, const struct nk_input *in, struct nk_rect property, struct nk_rect label, struct nk_rect edit, struct nk_rect empty, int *state, struct nk_property_variant *variant, float inc_per_pixel) nk_property_behavior() argument 23654 struct nk_rect empty; nk_do_property() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 194 while (!PruningList.empty()) { in clearAddedDanglingWorklistEntries() 207 while (!N && !Worklist.empty()) { in getNextWorklistEntry() 679 /// single-use) and if missed an empty SDValue is returned. 1393 } while (!Nodes.empty()); in recursivelyDeleteUnusedNodes() 1876 if (Ops.empty()) { in visitTokenFactor() 2556 * This function returns an empty SDValue in case it cannot flip the boolean 5985 /// \returns An empty \c SDValue if the needed shift couldn't be extracted. 6843 assert(!Loads.empty() && "All the bytes of the value must be loaded from " in MatchLoadCombine() 10937 assert(V.getNode() && "The single defined operand is empty!"); in visitTRUNCATE() 15691 while (!Worklist.empty()) { in checkMergeStoreCandidatesForDependencies() [all...] |