Home
last modified time | relevance | path

Searched refs:empty (Results 4676 - 4700 of 4790) sorted by relevance

1...<<181182183184185186187188189190>>...192

/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp886 # define YY_USE(E) /* empty */
958 /* Pacify GCC's 'empty if-body' warning. */
959 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
5113 /* YYCHAR is either empty, or end-of-input, or a valid lookahead. */
5547 TString* empty = NewPoolTString(""); local
5548 (yyval.interm).function = new TFunction(empty, TType(EbtVoid), EOpNull);
5915 case 76: /* $@1: %empty */
6206 case 105: /* $@2: %empty */
7482 case 216: /* type_parameter_specifier_opt: %empty */
10944 case 544: /* $@3: %empty */
[all...]
/third_party/json/tests/src/
H A Dunit-cbor.cpp109 CHECK(result.empty());
1208 SECTION("empty")
1291 SECTION("empty")
1566 // array with three empty byte strings
1574 // object mapping "foo" to empty byte string
1646 SECTION("empty byte vector")
1874 AFL-Fuzz. As a result, empty byte vectors and excessive lengths are
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc635 // Return an array of break point objects that evaluated true, or an empty
1315 for (; !infos.empty(); current_frame_count--) { in PrepareStep()
2229 if (it.done()) return; // Do not trigger an event with an empty stack. in OnException()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc145 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc206 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc274 while (!work_list.empty()) { in Assemble()
1669 // Likewise for empty ranges (empty ranges can occur e.g. when in GetQuickCheckDetails()
2124 // non-empty-width part of the pattern, and thus cannot be at or before the in EmitHat()
2219 // non-empty-width part of the pattern, and thus cannot be at or before the in BacktrackIfPrevious()
2903 // Check if we only have a single non-empty position info, and that info in EmitSkipInstructions()
3420 // number first and skip the empty check if it's not enough. in Emit()
3425 // If the match is empty we bail out, otherwise we fall through in Emit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp209 if (!result.empty())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1866 bindings.empty() ? DE_NULL : bindings.data() in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1041 ASSERT(context->getClientVersion() >= gl::ES_3_1 || program->getImageBindings().empty()); in updateProgramImageBindings()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp846 if (true == source.empty()) in Init()
H A Dgl4cBufferStorageTests.cpp1149 if (true == source.empty()) in Init()
2720 0 /* empty image */); in verifyTestedOperation()
2724 GL_UNSIGNED_BYTE, 0 /* empty image */); in verifyTestedOperation()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp59 if (!str_.str().empty()) in ~Logger()
H A Des31cProgramInterfaceQueryTests.cpp475 if (!cs.empty()) in CreateComputeProgram()
3734 addChild(new TestSubcase(m_context, "empty-shaders", TestSubcase::Create<NoShaders>)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp489 if (true == source.empty()) in Init()
1736 /* Destination image can be left empty */ in prepareTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp1146 if (!descriptorPoolSizes.empty()) in ensureResourcesInitialized()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp2083 if(node->children.empty())
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h655 bool empty() const { return Buf.Size == 0; }
1463 ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back()
2264 ImGuiTableColumnIdx HoveredColumnBody; // Index of column whose visible region is being hovered. Important: == ColumnsCount when hovering empty region after the right-most column!
2276 ImGuiTableColumnIdx ContextPopupColumn; // Column right-clicked on, of -1 if opening context menu from a neutral/empty spot
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2772 if (!CondVal->getType()->isVectorTy() && !AC.assumptions().empty()) { in visitSelectInst()
/third_party/spirv-tools/source/diff/
H A Ddiff.cpp909 assert(groups->empty());
/third_party/spirv-tools/test/val/
H A Dval_decoration_test.cpp5327 %empty = OpTypeStruct in TEST_F()
5328 %struct = OpTypeStruct %float %empty in TEST_F()
6884 if (!test_result.error_str.empty()) { in TEST_P()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp164 deBool shaderBinarySupported = !binaryFormats.empty(); in shader_binary()
H A Des31fTextureBorderClampTests.cpp715 const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iterationConfig.description.empty() ? ("") : (" - " + iterationConfig.description));
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp219 if (!failedExtensions.empty()) in check()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp203 if (!result.empty())

Completed in 131 milliseconds

1...<<181182183184185186187188189190>>...192