Searched defs:getTypeData (Results 1 – 3 of 3) sorted by relevance
61 public abstract int getTypeData(ConstPool cp); in getTypeData() method in TypeData138 public int getTypeData(ConstPool cp) { return 0; } in getTypeData() method in TypeData.BasicType204 public int getTypeData(ConstPool cp) { in getTypeData() method in TypeData.AbsTypeVar285 public int getTypeData(ConstPool cp) { in getTypeData() method in TypeData.TypeVar778 public int getTypeData(ConstPool cp) { return type.getTypeData(cp); } in getTypeData() method in TypeData.UninitTypeVar851 public int getTypeData(ConstPool cp) { in getTypeData() method in TypeData.ClassName921 public int getTypeData(ConstPool cp) { return 0; } in getTypeData() method in TypeData.NullType948 public int getTypeData(ConstPool cp) { in getTypeData() method in TypeData.UninitData997 public int getTypeData(ConstPool cp) { in getTypeData() method in TypeData.UninitThis
179 StringRef OpaqueType::getTypeData() const { return getImpl()->typeData; } in getTypeData() function in OpaqueType
431 const SpirvTypeData &SPIRVBuilder::getTypeData(const TType &type, const SpirvTypeSpec &typeSpec) in getTypeData() function in sh::SPIRVBuilder