Home
last modified time | relevance | path

Searched defs:pointeeType (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertLaunchFuncToLLVMCalls.cpp225 auto pointeeType = in matchAndRewrite() local
DConvertSPIRVToLLVM.cpp266 auto pointeeType = in convertPointerType() local
/external/clang/lib/AST/
DType.cpp696 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local
707 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local
718 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local
730 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local
742 QualType pointeeType = recurse(T->getPointeeType()); in VisitMemberPointerType() local
1012 QualType pointeeType = recurse(T->getPointeeType()); in TRIVIAL_TYPE_CLASS() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h420 LLVMType pointeeType; member
/external/llvm-project/clang/lib/AST/
DType.cpp893 QualType pointeeType = recurse(T->getPointeeType()); in VisitPointerType() local
904 QualType pointeeType = recurse(T->getPointeeType()); in VisitBlockPointerType() local
915 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local
927 QualType pointeeType = recurse(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local
939 QualType pointeeType = recurse(T->getPointeeType()); in VisitMemberPointerType() local
1220 QualType pointeeType = recurse(T->getPointeeType()); in TRIVIAL_TYPE_CLASS() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp464 Type pointeeType; member
468 PointerType PointerType::get(Type pointeeType, StorageClass storageClass) { in get()
DSPIRVDialect.cpp354 auto pointeeType = parseAndVerifyType(dialect, parser); in parsePointerType() local
DSPIRVOps.cpp1121 Type pointeeType = in verify() local
3024 Type pointeeType = pointer.cast<spirv::PointerType>().getPointeeType(); in verifyPointerAndCoopMatrixType() local
3173 Type pointeeType = in print() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp1163 QualType pointeeType = resultTy->getPointeeType(); in evalBinOpLN() local
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp1596 auto pointeeType = getType(resultPointerType.element); in emitProlog() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp1245 auto pointeeType = getType(operands[2]); in processOpTypePointer() local
/external/clang/lib/Sema/
DSemaType.cpp5894 QualType pointeeType = desugared->getPointeeType(); in checkNullabilityTypeSpecifier() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp7120 const Type *pointeeType = nullptr; in checkNullabilityTypeSpecifier() local
DTreeTransform.h5342 QualType pointeeType = getDerived().TransformType(T->getPointeeType()); in TransformDependentAddressSpaceType() local
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp4252 if (const auto *pointeeType{pointee.GetType()}) { in Pre() local