Home
last modified time | relevance | path

Searched refs:getStorageType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp135 llvm::Type *getStorageType(const FieldDecl *FD) { in getStorageType() function
143 llvm::Type *getStorageType(const CXXRecordDecl *RD) { in getStorageType() function
300 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
306 llvm::Type *FieldType = getStorageType(Field); in lowerUnion()
361 getStorageType(*Field), *Field)); in accumulateFields()
446 getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
459 MemberInfo::Base, getStorageType(BaseDecl), BaseDecl)); in accumulateBases()
512 getStorageType(BaseDecl), BaseDecl)); in accumulateVBases()
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp162 virtual Storage getStorageType (void) const = 0;
185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType() function in deqp::gls::ContextArray
DglsDrawTest.cpp906 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType() function in deqp::gls::__anond14e03d00111::AttributeArray
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp102 static StringRef getStorageType(StringRef type) { in getStorageType() function
668 std::string StorageType = getStorageType(getType()); in writePCHReadDecls()