Home
last modified time | relevance | path

Searched defs:pointerType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp64 auto pointerType = [&](unsigned bits) { in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp139 auto pointerType = in replaceSCFOutputValue() local
394 auto pointerType = in matchAndRewrite() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c66 int* pointerType(int *I, int * (*FP)(int *)) { in pointerType() function
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp818 .Case<LLVMPointerType>([&](auto pointerType) { in isCompatibleImpl()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp2316 if (const auto pointerType{pointerArg->GetType()}) { in CheckAssociated() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1051 const AstTypeMatcher<PointerType> pointerType; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2227 const ObjCObjectPointerType *pointerType = in CheckObjCForCollectionOperand() local
4292 const PointerType *pointerType = type->getAs<PointerType>(); in ActOnObjCAtSynchronizedOperand() local
H A DSemaChecking.cpp3015 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in CheckARMBuiltinExclusiveCall() local
5593 if (auto pointerType = type->getAs<PointerType>()) in CheckNonNullArguments() local
6195 const PointerType *pointerType = Ptr->getType()->getAs<PointerType>(); in BuildAtomicExpr() local
6567 const PointerType *pointerType = FirstArg->getType()->getAs<PointerType>(); in SemaBuiltinAtomicOverloaded() local
6947 const PointerType *pointerType = PointerArg->getType()->getAs<PointerType>(); in SemaBuiltinNontemporalOverloaded() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3501 const PointerType *pointerType in emitPointerArithmetic() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3651 auto pointerType = pointer().getType().cast<spirv::PointerType>(); in verify() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp5100 const DeclTypeSpec &pointerType{MakeNumericType(TypeCategory::Integer, in Pre() local