Home
last modified time | relevance | path

Searched refs:getBinding (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dnormalizer.js63 if (!path.scope.getBinding(name)) {
76 if (path.scope.getBinding(path.node.name)) {
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyBuilder.java97 Binding binding = block.getBinding(); in addMessage()
126 Binding binding = block.getBinding(); in addEnum()
H A DRubyDescriptorPool.java79 Binding binding = block.getBinding(); in build()
H A DRubyMessageBuilderContext.java198 Binding binding = block.getBinding(); in oneof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h73 return getBinding() == wasm::WASM_SYMBOL_BINDING_WEAK; in isBindingWeak()
77 return getBinding() == wasm::WASM_SYMBOL_BINDING_GLOBAL; in isBindingGlobal()
81 return getBinding() == wasm::WASM_SYMBOL_BINDING_LOCAL; in isBindingLocal()
84 unsigned getBinding() const { in getBinding() function in llvm::object::WasmSymbol
H A DELFTypes.h195 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
199 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
241 return getBinding() != ELF::STB_LOCAL;
H A DELFObjectFile.h150 uint8_t getBinding() const { in getBinding() function in llvm::object::ELFSymbolRef
356 unsigned char Binding = ESym->getBinding(); in isExportedToOtherDSO()
572 return getSymbol(Symb)->getBinding(); in getSymbolBinding()
614 if (ESym->getBinding() != ELF::STB_LOCAL) in getSymbolFlags()
617 if (ESym->getBinding() == ELF::STB_WEAK) in getSymbolFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolELF.h36 unsigned getBinding() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h834 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
837 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
854 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
857 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1001 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1004 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
1021 unsigned char getBinding() const { return st_info >> 4; } in getBinding() function
1024 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType()
/third_party/glslang/glslang/Public/
H A DShaderLang.h742 GLSLANG_EXPORT int getBinding() const;
910 int getUniformBinding(int index) const { return getUniform(index).getBinding(); } in getUniformBinding()
937 int getUniformBlockBinding(int index) const { return getUniformBlock(index).getBinding(); } in getUniformBlockBinding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp64 unsigned MCSymbolELF::getBinding() const { in getBinding() function in llvm::MCSymbolELF
H A DELFObjectWriter.cpp539 uint8_t Binding = Symbol.getBinding(); in writeSymbol()
650 bool Local = Symbol.getBinding() == ELF::STB_LOCAL; in computeSymbolTable()
755 assert(MSD.Symbol->getBinding() != ELF::STB_LOCAL); in computeSymbolTable()
1278 Alias->setBinding(Symbol.getBinding()); in executePostLayoutBinding()
1356 unsigned Binding = Sym->getBinding(); in shouldRelocateWithSymbol()
1517 if (SymA.getBinding() != ELF::STB_LOCAL || in isSymbolRefDifferenceFullyResolvedImpl()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp143 GLuint SimpleBinder::getBinding (void) in getBinding() function in deqp::gls::LifetimeTests::details::SimpleBinder
174 GLuint getBinding (void) { return 0; } in getBinding() function in deqp::gls::LifetimeTests::details::QueryBinder
956 errors.check(binder().getBinding() == id, in testDeleteBound()
967 errors.check(binder().getBinding() == 0, in testDeleteBound()
974 errors.check(binder().getBinding() == 0, "Unbinding didn't remove binding"); in testDeleteBound()
H A DglsLifetimeTests.hpp103 virtual GLuint getBinding (void) = 0;
125 GLuint getBinding (void);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp102 if (ELFSymbol->getBinding() == ELF::STB_LOCAL) { in HexagonMCEmitCommonSymbol()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp458 if (getBinding() != -1)
460 existingUniform->binding = getBinding();
483 variable.arraySizes, getBinding(), getOffset(), mLocation,
546 int getBinding() const { return mStructStackSize == 0 ? mBinding : -1; } in getBinding() function in gl::__anon19948::FlattenUniformVisitor
908 int preSetLocation = uniformLocationBindings.getBinding(uniform); in indexUniforms()
986 int apiBoundLocation = uniformLocationBindings.getBinding(uniform);
H A DFramebufferAttachment.h105 GLenum getBinding() const { return mTarget.binding(); } in getBinding() function in gl::final
H A DProgram.h187 int getBinding(const sh::ShaderVariable &variable) const;
209 int getBinding(const sh::ShaderVariable &variable) const;
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js310 let binding = path.scope.getBinding(path.node.name);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp182 GLuint getBinding (void) in getBinding() function in deqp::gles3::Functional::__anon30571::SamplerBinder
204 GLuint getBinding (void) { return 0; } in getBinding() function in deqp::gles3::Functional::__anon30571::QueryBinder
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1556 GLenum getBinding(GLuint index) in getBinding() function
2795 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]); in iterate()
2816 checkTextureBinding(m_context, getBinding(i), i, 0); in iterate()
2821 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]); in iterate()
2835 checkTextureBinding(m_context, getBinding(i), i, 0); in iterate()
2863 checkTextureBinding(m_context, getBinding(0), 0, 0); in iterate()
2866 checkTextureBinding(m_context, getBinding(i), i, texture_ids[i]); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp247 GLenum binding = framebufferAttachment.getBinding(); in ReadPixelsFromAttachment()
286 json->addString("Binding", gl::GLenumToString(enumGroup, framebufferAttachment.getBinding())); in SerializeFramebufferAttachment()
305 GLenum binding = framebufferAttachment.getBinding(); in SerializeFramebufferAttachment()
309 framebuffer->setReadBuffer(framebufferAttachment.getBinding()); in SerializeFramebufferAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp1415 const BindingInterface* getBinding (size_t bindingIdx) const
1793 const auto& binding = getBinding(bindingIdx);
2304 const auto binding = m_params.descriptorSet->getBinding(bindingIdx);
2338 const auto binding = m_params.descriptorSet->getBinding(bindingIdx);
2556 const auto bindingPtr = descriptorSet.getBinding(bindingIdx);
3470 const auto binding = paramSet->getBinding(bindingIdx);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DFramebufferD3D.cpp361 (mMockAttachment.getBinding() - GL_COLOR_ATTACHMENT0) == activeProgramLocation) in getColorAttachmentsForRender()

Completed in 40 milliseconds

12