Searched refs:adjustFunctionType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 234 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention() 242 FT = getABIInfo().getContext().adjustFunctionType( in setOCLKernelStubCallingConvention()
|
| H A D | AMDGPU.cpp | 574 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 127 FT = getABIInfo().getContext().adjustFunctionType( in setOCLKernelStubCallingConvention()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7812 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7852 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7875 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7893 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7914 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 7940 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 8140 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 8197 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
|
| H A D | SemaDecl.cpp | 3853 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 4104 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl() 12461 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain() 12620 FT = Context.adjustFunctionType( in CheckMSVCRTEntryPoint() 12625 FT = Context.adjustFunctionType(FT, in CheckMSVCRTEntryPoint()
|
| H A D | SemaOverload.cpp | 1951 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1453 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3768 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8841 …nctionTypeEPKNS_12FunctionTypeENS1_7ExtInfoE", "clang::ASTContext::adjustFunctionType(clang::Funct…
|