Home
last modified time | relevance | path

Searched refs:getCanonicalParamType (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp359 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
367 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
399 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
475 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
476 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
479 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
599 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
645 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp358 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
366 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
398 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
474 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
475 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
478 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
598 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
644 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGStmtOpenMP.cpp311 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
314 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
317 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
320 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
324 return C.getCanonicalParamType(T); in getCanonicalParamType()
406 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
H A DCGObjCMac.cpp236 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
237 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
251 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
252 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
279 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
280 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
340 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp359 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
367 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
399 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
475 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
476 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
479 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
599 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
645 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp365 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
373 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
405 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
478 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
479 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
482 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
604 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
651 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGStmtOpenMP.cpp325 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
328 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
331 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
334 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
338 return C.getCanonicalParamType(T); in getCanonicalParamType()
420 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
H A DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
344 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp359 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
367 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
399 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
472 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
473 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
476 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
598 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
645 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGStmtOpenMP.cpp325 static QualType getCanonicalParamType(ASTContext &C, QualType T) { in getCanonicalParamType() function
328 getCanonicalParamType(C, T.getNonReferenceType()), in getCanonicalParamType()
331 return C.getPointerType(getCanonicalParamType(C, T->getPointeeType())); in getCanonicalParamType()
334 return getCanonicalParamType(C, VLA->getElementType()); in getCanonicalParamType()
338 return C.getCanonicalParamType(T); in getCanonicalParamType()
420 ArgType = getCanonicalParamType(Ctx, ArgType); in emitOutlinedFunctionPrologue()
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp362 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
370 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
402 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
478 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
479 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
482 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
602 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
648 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
H A DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCall.cpp360 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
368 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
400 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
476 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
477 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
600 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
646 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCall.cpp370 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
378 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
410 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
486 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
487 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
490 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
610 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
656 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCall.cpp360 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
368 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
400 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
476 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
477 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
600 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
646 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp362 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
370 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
402 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
478 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
479 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
482 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
602 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
648 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCall.cpp363 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty)); in getArgTypesForCall()
371 argTypes.push_back(ctx.getCanonicalParamType(arg->getType())); in getArgTypesForDeclaration()
403 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
480 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
483 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
603 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
649 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeBuiltinFunctionCall()

1234