/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | normalizer.js | 63 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 D | RubyBuilder.java | 97 Binding binding = block.getBinding(); in addMessage() 126 Binding binding = block.getBinding(); in addEnum()
|
H A D | RubyDescriptorPool.java | 79 Binding binding = block.getBinding(); in build()
|
H A D | RubyMessageBuilderContext.java | 198 Binding binding = block.getBinding(); in oneof()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 73 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 D | ELFTypes.h | 195 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 D | ELFObjectFile.h | 150 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 D | MCSymbolELF.h | 36 unsigned getBinding() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 834 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 D | ELF.h | 1001 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 D | ShaderLang.h | 742 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 D | MCSymbolELF.cpp | 64 unsigned MCSymbolELF::getBinding() const { in getBinding() function in llvm::MCSymbolELF
|
H A D | ELFObjectWriter.cpp | 539 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 D | glsLifetimeTests.cpp | 143 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 D | glsLifetimeTests.hpp | 103 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 D | HexagonMCELFStreamer.cpp | 102 if (ELFSymbol->getBinding() == ELF::STB_LOCAL) { in HexagonMCEmitCommonSymbol()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 458 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 D | FramebufferAttachment.h | 105 GLenum getBinding() const { return mTarget.binding(); } in getBinding() function in gl::final
|
H A D | Program.h | 187 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 D | db.js | 310 let binding = path.scope.getBinding(path.node.name);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fLifetimeTests.cpp | 182 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 D | gl4cMultiBindTests.cpp | 1556 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 D | frame_capture_utils.cpp | 247 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 D | vktBindingValveMutableTests.cpp | 1415 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 D | FramebufferD3D.cpp | 361 (mMockAttachment.getBinding() - GL_COLOR_ATTACHMENT0) == activeProgramLocation) in getColorAttachmentsForRender()
|