Searched refs:argTy (Results 1 – 5 of 5) sorted by relevance
291 ArgType::matchesType(ASTContext &C, QualType argTy) const { in matchesType()294 const PointerType *PT = argTy->getAs<PointerType>(); in matchesType()302 argTy = PT->getPointeeType(); in matchesType()313 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()314 argTy = ETy->getDecl()->getIntegerType(); in matchesType()316 if (const BuiltinType *BT = argTy->getAs<BuiltinType>()) in matchesType()330 if (const EnumType *ETy = argTy->getAs<EnumType>()) in matchesType()331 argTy = ETy->getDecl()->getIntegerType(); in matchesType()332 argTy = C.getCanonicalType(argTy).getUnqualifiedType(); in matchesType()334 if (T == argTy) in matchesType()[all …]
218 Type * argTy = func->getFunctionType()->getParamType(0); in visitCallSPRIVImageQuerySize() local219 assert(argTy->isPointerTy() && "argument must be a pointer to opaque structure"); in visitCallSPRIVImageQuerySize()220 StructType * imgTy = cast<StructType>(argTy->getPointerElementType()); in visitCallSPRIVImageQuerySize()
266 MatchKind matchesType(ASTContext &C, QualType argTy) const;
516 Type* argTy = static_cast<Type*>(*PI); in printType() local517 printType(argTy); in printType()518 std::string argName(getCppName(argTy)); in printType()
392 IRType argTy = typeOfIRExpr(env->type_env, arg); in doHelperCallWithArgsOnStack() local393 if (UNLIKELY(argTy != Ity_I32)) in doHelperCallWithArgsOnStack()