Searched refs:PointerType (Results 1 – 4 of 4) sorted by relevance
24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType26 bool PointerType::isPointer() const { in isPointer()30 bool PointerType::isElidableType() const { in isElidableType()34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType()39 std::string PointerType::typeName() const { in typeName()43 std::string PointerType::getVtsType() const { in getVtsType()47 void PointerType::emitReaderWriter( in emitReaderWriter()61 void PointerType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded()81 bool PointerType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()85 bool PointerType::resultNeedsDeref() const { in resultNeedsDeref()[all …]
25 struct PointerType : public Type { struct26 PointerType(Scope* parent);
43 #include "PointerType.h"134 "pointer" { yylval->type = new PointerType(*scope); return token::TYPE; }
97 "PointerType.cpp",