/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 886 # 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 D | unit-cbor.cpp | 109 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 D | debug.cc | 635 // 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 D | assembler-loong64.cc | 145 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 206 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 274 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 D | vktPipelineLibraryTests.cpp | 209 if (!result.empty())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1866 bindings.empty() ? DE_NULL : bindings.data() in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1041 ASSERT(context->getClientVersion() >= gl::ES_3_1 || program->getImageBindings().empty()); in updateProgramImageBindings()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 846 if (true == source.empty()) in Init()
|
H A D | gl4cBufferStorageTests.cpp | 1149 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 D | es31cExplicitUniformLocationTest.cpp | 59 if (!str_.str().empty()) in ~Logger()
|
H A D | es31cProgramInterfaceQueryTests.cpp | 475 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 D | glcRobustBufferAccessBehaviorTests.cpp | 489 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 D | UtilsVk.cpp | 1146 if (!descriptorPoolSizes.empty()) in ensureResourcesInitialized()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 2083 if(node->children.empty())
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 655 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 D | InstCombineSelect.cpp | 2772 if (!CondVal->getType()->isVectorTy() && !AC.assumptions().empty()) { in visitSelectInst()
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 909 assert(groups->empty());
|
/third_party/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 5327 %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 D | es31fNegativeShaderApiTests.cpp | 164 deBool shaderBinarySupported = !binaryFormats.empty(); in shader_binary()
|
H A D | es31fTextureBorderClampTests.cpp | 715 const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iterationConfig.description.empty() ? ("") : (" - " + iterationConfig.description));
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 219 if (!failedExtensions.empty()) in check()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 203 if (!result.empty())
|