| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 265 struct ExtInfo &getExtInfo() { in getExtInfo() function 270 const struct ExtInfo &getExtInfo() const { in getExtInfo() function 374 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() 410 return getExtInfo().Branches.insert(Block).second; in addBranchThrough()
|
| H A D | CGCall.cpp | 118 FTNP->getExtInfo(), {}, RequiredArgs(0)); in arrangeFreeFunctionType() 196 FTP->getExtInfo(), paramInfos, Required); in arrangeLLVMFunctionInfo() 364 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXStructorDeclaration() 436 FunctionType::ExtInfo Info = FPT->getExtInfo(); in arrangeCXXConstructorCall() 467 std::nullopt, noProto->getExtInfo(), {}, in arrangeFunctionDeclaration() 555 FTP->getExtInfo(), {}, RequiredArgs(1)); in arrangeUnprototypedMustTailThunk() 620 opts, argTypes, fnType->getExtInfo(), in arrangeFreeFunctionLikeCall() 653 proto->getExtInfo(), paramInfos, in arrangeBlockFunctionDeclaration() 706 FunctionType::ExtInfo info = proto->getExtInfo(); in arrangeCXXMethodCall() 743 signature.getExtInfo(), paramInfos, in arrangeCall() [all …]
|
| H A D | CGClass.cpp | 3079 FnInfo.getExtInfo(), {}, FnInfo.getRequiredArgs()); in EmitLambdaInAllocaImplFn()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 267 let Read = [{ node->getExtInfo().getNoReturn() }]; 270 let Read = [{ node->getExtInfo().getHasRegParm() }]; 273 let Read = [{ node->getExtInfo().getRegParm() }]; 276 let Read = [{ node->getExtInfo().getCC() }]; 279 let Read = [{ node->getExtInfo().getProducesResult() }]; 282 let Read = [{ node->getExtInfo().getNoCallerSavedRegs() }]; 285 let Read = [{ node->getExtInfo().getNoCfCheck() }]; 288 let Read = [{ node->getExtInfo().getCmseNSCall() }];
|
| H A D | Decl.h | 786 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); } in getExtInfo() function 801 ? getExtInfo()->TInfo in getTypeSourceInfo() 807 getExtInfo()->TInfo = TI; in setTypeSourceInfo() 837 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc() 847 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause() 852 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause() 859 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists() 864 return getExtInfo()->TemplParamLists[index]; in getTemplateParameterList() 3567 const ExtInfo *getExtInfo() const { in getExtInfo() function 3787 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc() [all …]
|
| H A D | CanonicalType.h | 488 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo) 495 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo) 502 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
|
| H A D | Type.h | 4114 bool getHasRegParm() const { return getExtInfo().getHasRegParm(); } 4115 unsigned getRegParmType() const { return getExtInfo().getRegParm(); } 4120 bool getNoReturnAttr() const { return getExtInfo().getNoReturn(); } 4122 bool getCmseNSCallAttr() const { return getExtInfo().getCmseNSCall(); } 4123 CallingConv getCallConv() const { return getExtInfo().getCC(); } 4124 ExtInfo getExtInfo() const { return ExtInfo(FunctionTypeBits.ExtInfo); } 4167 Profile(ID, getReturnType(), getExtInfo()); 4441 EPI.ExtInfo = getExtInfo(); 6987 return FT->getExtInfo(); 6989 return FT->getExtInfo();
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 130 FT, FT->getExtInfo().withCallingConv(CC_OpenCLKernel)); in setCUDAKernelCallingConvention()
|
| H A D | AMDGPU.cpp | 520 FT, FT->getExtInfo().withCallingConv(CC_OpenCLKernel)); in setCUDAKernelCallingConvention()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 2006 getExtInfo()->TInfo = savedTInfo; in setQualifierInfo() 2009 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo() 2012 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo() 2025 getExtInfo()->TInfo = savedTInfo; in setTrailingRequiresClause() 2028 getExtInfo()->TrailingRequiresClause = TrailingRequiresClause; in setTrailingRequiresClause() 2041 getExtInfo()->TInfo = savedTInfo; in setTemplateParameterListsInfo() 2044 getExtInfo()->setTemplateParameterListsInfo(Context, TPLists); in setTemplateParameterListsInfo() 4733 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo() 4737 if (getExtInfo()->NumTemplParamLists == 0) { in setQualifierInfo() 4738 getASTContext().Deallocate(getExtInfo()); in setQualifierInfo() [all …]
|
| H A D | TypePrinter.cpp | 941 FunctionType::ExtInfo Info = T->getExtInfo(); in printFunctionProtoAfter() 1100 printFunctionAfter(T->getExtInfo(), OS); in printFunctionNoProtoAfter() 1775 ->getExtInfo().getProducesResult()) in printAttributedAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1047 if (!IsStructurallyEquivalent(Context, Function1->getExtInfo(), in IsStructurallyEquivalent() 1048 Function2->getExtInfo())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1029 T->getExtInfo().Profile(ID); in VisitFunctionType()
|
| H A D | ASTContext.cpp | 3116 if (T->getExtInfo() == Info) in adjustFunctionType() 3199 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes() 10346 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes() 10347 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes() 12805 assert(FX->getExtInfo() == FY->getExtInfo()); in getCommonNonSugarTypeNode() 12808 FX->getExtInfo()); in getCommonNonSugarTypeNode()
|
| H A D | ItaniumMangle.cpp | 3474 if (T->getExtInfo() == FunctionType::ExtInfo()) in mangleExtFunctionInfo() 3481 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo() 3584 if (Proto->getExtInfo().getProducesResult() && FD == nullptr) in mangleBareFunctionType()
|
| H A D | ASTDiagnostic.cpp | 110 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
|
| H A D | JSONNodeDumper.cpp | 583 FunctionType::ExtInfo E = T->getExtInfo(); in VisitFunctionType()
|
| H A D | Type.cpp | 1062 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1360 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
|
| H A D | TextNodeDumper.cpp | 1634 auto EI = T->getExtInfo(); in VisitFunctionType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 710 FunctionType::ExtInfo getExtInfo() const { in getExtInfo() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7984 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr() 8003 unwrapped.get()->getExtInfo().withCmseNSCall(true); in handleFunctionTypeAttr() 8026 = unwrapped.get()->getExtInfo().withProducesResult(true); in handleFunctionTypeAttr() 8044 unwrapped.get()->getExtInfo().withNoCallerSavedRegs(true); in handleFunctionTypeAttr() 8065 unwrapped.get()->getExtInfo().withNoCfCheck(true); in handleFunctionTypeAttr() 8091 unwrapped.get()->getExtInfo().withRegParm(value); in handleFunctionTypeAttr() 8277 auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC); in handleFunctionTypeAttr() 8336 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
|
| H A D | SemaDecl.cpp | 3846 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo(); in MergeFunctionDecl() 3847 FunctionType::ExtInfo NewTypeInfo = NewType->getExtInfo(); in MergeFunctionDecl() 3854 FunctionType::ExtInfo FI = FT->getExtInfo(); in MergeFunctionDecl() 10472 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator() 11274 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo(); in areMultiversionVariantFunctionsCompatible() 11275 FunctionType::ExtInfo NewTypeInfo = NewType->getExtInfo(); in areMultiversionVariantFunctionsCompatible() 12341 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain() 12492 FT, FT->getExtInfo().withCallingConv(CC_X86StdCall)); in CheckMSVCRTEntryPoint() 12497 FT->getExtInfo().withCallingConv(CC_C)); in CheckMSVCRTEntryPoint()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2042 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation() 2046 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
|
| H A D | SemaOverload.cpp | 1780 FunctionType::ExtInfo FromEInfo = FromFn->getExtInfo(); in IsFunctionConversion() 1783 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion() 3010 FunctionType::ExtInfo FromEInfo = FromFunctionType->getExtInfo(); in IsBlockPointerConversion() 3011 FunctionType::ExtInfo ToEInfo = ToFunctionType->getExtInfo(); in IsBlockPointerConversion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 470 Record.AddQualifierInfo(*D->getExtInfo()); in VisitTagDecl() 584 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()
|