Home
last modified time | relevance | path

Searched refs:getExtInfo (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h266 struct ExtInfo &getExtInfo() { in getExtInfo() function
271 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 DCGCall.cpp112 FTNP->getExtInfo(), {}, RequiredArgs(0)); in arrangeFreeFunctionType()
189 FTP->getExtInfo(), paramInfos, in arrangeLLVMFunctionInfo()
347 FunctionType::ExtInfo extInfo = FTP->getExtInfo(); in arrangeCXXStructorDeclaration()
420 FunctionType::ExtInfo Info = FPT->getExtInfo(); in arrangeCXXConstructorCall()
452 /*chainCall=*/false, None, noProto->getExtInfo(), {},RequiredArgs::All); in arrangeFunctionDeclaration()
539 FTP->getExtInfo(), {}, RequiredArgs(1)); in arrangeUnprototypedMustTailThunk()
605 argTypes, fnType->getExtInfo(), paramInfos, in arrangeFreeFunctionLikeCall()
638 argTypes, proto->getExtInfo(), paramInfos, in arrangeBlockFunctionDeclaration()
692 FunctionType::ExtInfo info = proto->getExtInfo(); in arrangeCXXMethodCall()
725 signature.getExtInfo(), in arrangeCall()
[all …]
H A DTargetInfo.cpp9277 FT, FT->getExtInfo().withCallingConv(CC_OpenCLKernel)); in setCUDAKernelCallingConvention()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td267 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 DDecl.h716 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); } in getExtInfo() function
717 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); } in getExtInfo() function
731 ? getExtInfo()->TInfo in getTypeSourceInfo()
737 getExtInfo()->TInfo = TI; in setTypeSourceInfo()
759 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier() in getQualifier()
767 return hasExtInfo() ? getExtInfo()->QualifierLoc in getQualifierLoc()
777 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
782 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause in getTrailingRequiresClause()
789 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0; in getNumTemplateParameterLists()
794 return getExtInfo()->TemplParamLists[index]; in getTemplateParameterList()
[all …]
H A DCanonicalType.h489 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
496 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
503 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
H A DType.h3813 bool getHasRegParm() const { return getExtInfo().getHasRegParm(); }
3814 unsigned getRegParmType() const { return getExtInfo().getRegParm(); }
3819 bool getNoReturnAttr() const { return getExtInfo().getNoReturn(); }
3821 bool getCmseNSCallAttr() const { return getExtInfo().getCmseNSCall(); }
3822 CallingConv getCallConv() const { return getExtInfo().getCC(); }
3823 ExtInfo getExtInfo() const { return ExtInfo(FunctionTypeBits.ExtInfo); }
3866 Profile(ID, getReturnType(), getExtInfo());
4110 EPI.ExtInfo = getExtInfo();
6578 return FT->getExtInfo();
6580 return FT->getExtInfo();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1875 getExtInfo()->TInfo = savedTInfo; in setQualifierInfo()
1878 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo()
1881 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo()
1894 getExtInfo()->TInfo = savedTInfo; in setTrailingRequiresClause()
1897 getExtInfo()->TrailingRequiresClause = TrailingRequiresClause; in setTrailingRequiresClause()
1910 getExtInfo()->TInfo = savedTInfo; in setTemplateParameterListsInfo()
1913 getExtInfo()->setTemplateParameterListsInfo(Context, TPLists); in setTemplateParameterListsInfo()
4337 getExtInfo()->QualifierLoc = QualifierLoc; in setQualifierInfo()
4341 if (getExtInfo()->NumTemplParamLists == 0) { in setQualifierInfo()
4342 getASTContext().Deallocate(getExtInfo()); in setQualifierInfo()
[all …]
H A DTypePrinter.cpp893 FunctionType::ExtInfo Info = T->getExtInfo(); in printFunctionProtoAfter()
1018 printFunctionAfter(T->getExtInfo(), OS); in printFunctionNoProtoAfter()
1646 ->getExtInfo().getProducesResult()) in printAttributedAfter()
H A DASTStructuralEquivalence.cpp910 if (!IsStructurallyEquivalent(Context, Function1->getExtInfo(), in IsStructurallyEquivalent()
911 Function2->getExtInfo())) in IsStructurallyEquivalent()
H A DODRHash.cpp890 T->getExtInfo().Profile(ID); in VisitFunctionType()
H A DItaniumMangle.cpp3108 if (T->getExtInfo() == FunctionType::ExtInfo()) in mangleExtFunctionInfo()
3115 StringRef CCQualifier = getCallingConvQualifierName(T->getExtInfo().getCC()); in mangleExtFunctionInfo()
3217 if (Proto->getExtInfo().getProducesResult() && FD == nullptr) in mangleBareFunctionType()
H A DType.cpp1030 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1327 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
H A DJSONNodeDumper.cpp505 FunctionType::ExtInfo E = T->getExtInfo(); in VisitFunctionType()
H A DTextNodeDumper.cpp1436 auto EI = T->getExtInfo(); in VisitFunctionType()
H A DASTDiagnostic.cpp102 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
H A DASTContext.cpp3036 if (T->getExtInfo() == Info) in adjustFunctionType()
3119 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes()
9462 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()
9463 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h699 FunctionType::ExtInfo getExtInfo() const { in getExtInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7395 FunctionType::ExtInfo EI = unwrapped.get()->getExtInfo().withNoReturn(true); in handleFunctionTypeAttr()
7414 unwrapped.get()->getExtInfo().withCmseNSCall(true); in handleFunctionTypeAttr()
7437 = unwrapped.get()->getExtInfo().withProducesResult(true); in handleFunctionTypeAttr()
7455 unwrapped.get()->getExtInfo().withNoCallerSavedRegs(true); in handleFunctionTypeAttr()
7476 unwrapped.get()->getExtInfo().withNoCfCheck(true); in handleFunctionTypeAttr()
7502 unwrapped.get()->getExtInfo().withRegParm(value); in handleFunctionTypeAttr()
7620 auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC); in handleFunctionTypeAttr()
7678 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3355 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo(); in MergeFunctionDecl()
3356 FunctionType::ExtInfo NewTypeInfo = NewType->getExtInfo(); in MergeFunctionDecl()
3363 FunctionType::ExtInfo FI = FT->getExtInfo(); in MergeFunctionDecl()
9524 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
9833 EPI.ExtInfo = FT->getExtInfo(); in ActOnFunctionDeclarator()
10308 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo(); in areMultiversionVariantFunctionsCompatible()
10309 FunctionType::ExtInfo NewTypeInfo = NewType->getExtInfo(); in areMultiversionVariantFunctionsCompatible()
11110 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
11261 FT, FT->getExtInfo().withCallingConv(CC_X86StdCall)); in CheckMSVCRTEntryPoint()
11266 FT->getExtInfo().withCallingConv(CC_C)); in CheckMSVCRTEntryPoint()
H A DSemaTemplateInstantiateDecl.cpp1860 if (OrigFunc->getExtInfo() == NewFunc->getExtInfo()) in adjustFunctionTypeForInstantiation()
1864 NewEPI.ExtInfo = OrigFunc->getExtInfo(); in adjustFunctionTypeForInstantiation()
H A DSemaOverload.cpp1565 FunctionType::ExtInfo FromEInfo = FromFn->getExtInfo(); in IsFunctionConversion()
1568 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsFunctionConversion()
2778 FunctionType::ExtInfo FromEInfo = FromFunctionType->getExtInfo(); in IsBlockPointerConversion()
2779 FunctionType::ExtInfo ToEInfo = ToFunctionType->getExtInfo(); in IsBlockPointerConversion()
H A DSemaExpr.cpp3394 fty->getExtInfo()); in BuildDeclarationNameExpr()
8823 FunctionType::ExtInfo ToEInfo = ToFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
8824 FunctionType::ExtInfo FromEInfo = FromFn->getExtInfo(); in IsInvalidCmseNSCallConversion()
15462 FunctionType::ExtInfo Ext = FTy->getExtInfo(); in ActOnBlockStmtExpr()
19213 FnType->getExtInfo()); in VisitCallExpr()
H A DSemaExprCXX.cpp6883 ReturnsRetained = FTy->getExtInfo().getProducesResult(); in MaybeBindToTemporary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp421 Record.AddQualifierInfo(*D->getExtInfo()); in VisitTagDecl()
529 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()

12