/aosp12/system/tools/hidl/ |
H A D | PointerType.cpp | 24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType 26 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 …]
|
H A D | PointerType.h | 25 struct PointerType : public Type { struct 26 PointerType(Scope* parent);
|
H A D | hidl-gen_l.ll | 43 #include "PointerType.h" 134 "pointer" { yylval->type = new PointerType(*scope); return token::TYPE; }
|
H A D | Android.bp | 97 "PointerType.cpp",
|
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
H A D | CommonUtils.h | 67 template <typename PointerType> 69 PointerType data;
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_type.cpp | 360 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in TypeExportableHelper() 628 const clang::PointerType *PT = static_cast<const clang::PointerType*>(CTI); in ValidateTypeHelper() 797 const clang::PointerType *P = static_cast<const clang::PointerType*>(CTI); in GetTypeName() 893 static_cast<const clang::PointerType*>(CTI), in Create() 1253 const clang::PointerType *PT, in Create() 1277 return llvm::PointerType::getUnqual(PointeeType); in convertToLLVMType()
|
H A D | slang_rs_export_type.h | 56 inline const clang::Type* GetPointeeType(const clang::PointerType *T) { in GetPointeeType() 468 const clang::PointerType *PT,
|
H A D | slang_backend.cpp | 973 llvm::PointerType *HelperFunctionParameterTyP = in dumpExportFunctionInfo() 974 llvm::PointerType::getUnqual(PaddedHelperFunctionParameterTy); in dumpExportFunctionInfo()
|
H A D | slang_rs_object_ref_count.cpp | 1552 const clang::PointerType* PtrType = CalleeType->getAs<clang::PointerType>(); in VisitCallExpr()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 118 PointerType::getUnqual(Type::getInt8Ty(Context)), in TransferClausesToLandingPadInst() 149 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling() 1263 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseTypeTableBody() 1538 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseOldTypeTable() 2221 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() 2479 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule() 2579 auto *PTy = dyn_cast<PointerType>(Ty); in ParseModule() 3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3387 PointerType *Ty = in ParseFunctionBody() 3388 dyn_cast_or_null<PointerType>(getTypeByID(Record[0])); in ParseFunctionBody() [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 987 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseTypeTableBody() 1243 ResultTy = PointerType::get(ResultTy, AddressSpace); in ParseOldTypeTable() 1928 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() 2212 Ty = cast<PointerType>(Ty)->getElementType(); in ParseModule() 2312 auto *PTy = dyn_cast<PointerType>(Ty); in ParseModule() 3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3093 PointerType *Ty = in ParseFunctionBody() 3094 dyn_cast_or_null<PointerType>(getTypeByID(Record[0])); in ParseFunctionBody() 3129 PointerType *Ty = in ParseFunctionBody() 3170 PointerType::getUnqual(Val->getType()), Ptr)|| in ParseFunctionBody() [all …]
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | serializable.h | 36 using PointerType = Type Class::*;
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSKernelExpand.cpp | 190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported() 240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue() 666 if (auto PtrType = llvm::dyn_cast<llvm::PointerType>(InType)) { in ExpandInputsLoopInvariant()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 282 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() 1199 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 267 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() 1197 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 270 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() 1230 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1358 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()
|