Searched defs:getBinding (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h237 unsigned char getBinding() const { return st_info >> 4; } function in struct:elf::ELFSymbol
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp182 GLuint getBinding (void) function in class:deqp::gles3::Functional::__anon19225::SamplerBinder
204 GLuint getBinding (void) { return 0; } function in class:deqp::gles3::Functional::__anon19225::QueryBinder
/external/llvm/include/llvm/Object/
H A DELFTypes.h182 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::object::Elf_Sym_Impl
185 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp141 GLuint SimpleBinder::getBinding (void) function in class:deqp::gls::LifetimeTests::details::SimpleBinder
172 GLuint getBinding (void) { return 0; } function in class:deqp::gls::LifetimeTests::details::QueryBinder
791 errors.check(binder().getBinding() == id,
802 errors.check(binder().getBinding() == 0,
809 errors.check(binder().getBinding() == 0, "Unbinding didn't remove binding");
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp488 /// getBinding (L)
498 SVal getBinding(Store S, Loc L, QualType T) override {
499 return getBinding(getRegionBindings(S), L, T);
502 SVal getBinding(RegionBindingsConstRef B, Loc L, QualType T = QualType());
1025 SVal V = RM.getBinding(B, loc::MemRegionVal(VR));
1256 SVal RegionStoreManager::getBinding(RegionBindingsConstRef B, Loc L, QualType T) { function in class:RegionStoreManager
/external/llvm/include/llvm/Support/
H A DELF.h1419 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf32_Sym
1422 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
1439 unsigned char getBinding() const { return st_info >> 4; } function in struct:llvm::ELF::Elf64_Sym
1442 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 283 milliseconds