/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lobject.h | 464 typedef struct Proto { global() struct 468 pProto global() argument 486 } Proto; global() typedef
|
/freebsd-src/contrib/lua/src/ |
H A D | lobject.h | 552 typedef struct Proto { struct 568 struct Proto **p; /* functions defined inside the function */ argument 575 } Proto; argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 925 for (const PrototypeDescriptor &Proto : Prototype) { in computeTypes() local 937 PrototypeDescriptor Proto) { in computeRVVTypeHashValue() argument 949 PrototypeDescriptor Proto) { in computeType() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 157 std::string Proto; member in __anon9ce31d5f0111::Intrinsic 916 getProtoModifier(StringRef Proto,unsigned Op) getProtoModifier() argument 942 Intrinsic(StringRef Name,StringRef Proto,uint64_t MergeTy,StringRef MergeSuffix,uint64_t MemoryElementTy,StringRef LLVMName,uint64_t Flags,ArrayRef<ImmCheck> Checks,TypeSpec BT,ClassKind Class,SVEEmitter & Emitter,StringRef Guard) Intrinsic() argument 1148 StringRef Proto = R->getValueAsString("Prototype"); createIntrinsic() local [all...] |
H A D | NeonEmitter.cpp | 370 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, in Intrinsic() argument 945 size_t End = Proto argument 1956 std::string Proto = std::string(R->getValueAsString("Prototype")); createIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 262 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); in ActOnProperty() local 108 CheckPropertyAgainstProtocol(Sema & S,ObjCPropertyDecl * Prop,ObjCProtocolDecl * Proto,llvm::SmallPtrSetImpl<ObjCProtocolDecl * > & Known) CheckPropertyAgainstProtocol() argument 1037 for (const auto *Proto : OrigClass->all_referenced_protocols()) { hasWrittenStorageAttribute() local 1926 if (ObjCProtocolDecl *Proto = DefaultSynthesizeProperties() local [all...] |
H A D | SemaOverload.cpp | 6752 QualType ArgType = Proto->getParamType(0).getNonReferenceType(); in AddOverloadCandidate() local 6716 const auto *Proto = Fn->getType()->castAs<FunctionProtoType>(); IsAcceptableNonMemberOperatorCandidate() local 7363 const FunctionProtoType *Proto AddMethodCandidate() local 8071 AddSurrogateCandidate(CXXConversionDecl * Conversion,DeclAccessPair FoundDecl,CXXRecordDecl * ActingContext,const FunctionProtoType * Proto,Expr * Object,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet) AddSurrogateCandidate() argument 8993 if (const FunctionProtoType *Proto =PointeeTy->getAs<FunctionProtoType>()) addUnaryStarPointerOverloads() local 14974 const auto *Proto = Method->getType()->castAs<FunctionProtoType>(); PrepareArgumentsForCallToObjectOfClassType() local 15436 const auto *Proto = Method->getType()->castAs<FunctionProtoType>(); BuildCallToMemberFunction() local 15630 if (const FunctionProtoType *Proto = ConvType->getAs<FunctionProtoType>()) BuildCallToObjectOfClassType() local 15729 const auto *Proto = Method->getType()->castAs<FunctionProtoType>(); BuildCallToObjectOfClassType() local 16288 if (const auto *Proto = shouldEnforceArgLimit() local 16293 if (const auto *Proto = shouldEnforceArgLimit() local [all...] |
H A D | SemaExceptionSpec.cpp | 239 const FunctionProtoType *Proto = ResolveExceptionSpec() local
|
H A D | SemaTemplateDeduction.cpp | 3326 const FunctionProtoType *Proto SubstituteExplicitTemplateArguments() local 4238 const auto *Proto = Function->getType()->castAs<FunctionProtoType>(); DeduceTemplateArguments() local 6294 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); MarkUsedTemplateParameters() local [all...] |
H A D | SemaDeclCXX.cpp | 188 const FunctionProtoType *Proto CalledDecl() local 10886 const FunctionProtoType *Proto = R->castAs<FunctionProtoType>(); CheckConstructorDeclarator() local 11082 const FunctionProtoType *Proto = R->castAs<FunctionProtoType>(); CheckDestructorDeclarator() local 11155 const auto *Proto = R->castAs<FunctionProtoType>(); CheckConversionDeclarator() local 16199 const auto *Proto = Constructor->getType()->castAs<FunctionProtoType>(); CompleteConstructorCall() local 18986 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); checkThisInStaticMemberFunctionType() local 19016 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); checkThisInStaticMemberFunctionExceptionSpec() local [all...] |
H A D | SemaChecking.cpp | 7283 CheckNonNullArguments(Sema & S,const NamedDecl * FDecl,const FunctionProtoType * Proto,ArrayRef<const Expr * > Args,SourceLocation CallSiteLoc) CheckNonNullArguments() argument 7453 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument 7614 CheckConstructorCall(FunctionDecl * FDecl,QualType ThisType,ArrayRef<const Expr * > Args,const FunctionProtoType * Proto,SourceLocation Loc) CheckConstructorCall() argument 7631 CheckFunctionCall(FunctionDecl * FDecl,CallExpr * TheCall,const FunctionProtoType * Proto) CheckFunctionCall() argument 7729 CheckPointerCall(NamedDecl * NDecl,CallExpr * TheCall,const FunctionProtoType * Proto) CheckPointerCall() argument 7761 CheckOtherCall(CallExpr * TheCall,const FunctionProtoType * Proto) CheckOtherCall() argument 13927 const FunctionProtoType *Proto CheckReturnValExpr() local [all...] |
H A D | SemaCodeComplete.cpp | 3147 if (const auto *Proto = Function->getType()->getAs<FunctionProtoType>()) AddFunctionParameterChunks() local 3262 const auto *Proto = Function->getType()->getAs<FunctionProtoType>(); AddFunctionTypeQualsToCompletionString() local 4003 const FunctionProtoType *Proto = CreateSignatureString() local 8465 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(D)) AddProtocolResults() local [all...] |
H A D | SemaTemplateInstantiate.cpp | 2717 if (FunctionProtoTypeLoc Proto = SubstFunctionDeclType() local 2749 SubstExceptionSpec(FunctionDecl * New,const FunctionProtoType * Proto,const MultiLevelTemplateArgumentList & Args) SubstExceptionSpec() argument
|
H A D | SemaExprCXX.cpp | 2308 auto *Proto = OperatorNew->getType()->castAs<FunctionProtoType>(); BuildCXXNew() local 2861 auto *Proto = OperatorNew->getType()->castAs<FunctionProtoType>(); FindAllocationFunctions() local 6160 if (const FunctionProtoType *Proto = Result->getAs<FunctionProtoType>()) { CheckPointerToMemberOperands() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 386 PrintConstructorInitializers(CXXConstructorDecl * CDecl,std::string & Proto) PrintConstructorInitializers() argument 669 std::string Proto = "explicit"; printExplicitSpecifier() local 739 std::string Proto; VisitFunctionDecl() local [all...] |
H A D | DeclObjC.cpp | 462 if (C.ProtocolCompatibleWithProtocol(ProtoInExtension, Proto)) { in mergeClassExtensionProtocolList() local 96 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) { getMethod() local 158 for (const auto *Proto : ID->all_referenced_protocols()) HasUserDeclaredSetterMethod() local 183 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(DC)) { findPropertyDecl() local 253 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) { FindPropertyDeclaration() local [all...] |
H A D | Mangle.cpp | 217 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT); in mangleName() local
|
H A D | ASTContext.cpp | 2586 for (auto *Proto : OI->all_referenced_protocols()) { CollectInheritedProtocols() local 2600 for (auto *Proto : OC->protocols()) { CollectInheritedProtocols() local 2609 for (auto *Proto : OP->protocols()) CollectInheritedProtocols() local 3174 const auto *Proto = Orig->castAs<FunctionProtoType>(); getFunctionTypeWithExceptionSpec() local 3189 if (const auto *Proto = T->getAs<FunctionProtoType>()) { getFunctionTypeWithoutPtrSizes() local 3197 if (const FunctionNoProtoType *Proto = T->getAs<FunctionNoProtoType>()) { getFunctionTypeWithoutPtrSizes() local 5491 for (auto *Proto : OPT->quals()) { ObjCObjectAdoptsQTypeProtocols() local 5519 for (auto *Proto : OPT->quals()) { QIdProtocolsAdoptObjCObjectProtocols() local 5536 for (auto *Proto : OPT->quals()) { QIdProtocolsAdoptObjCObjectProtocols() local [all...] |
H A D | ItaniumMangle.cpp | 2139 auto *Proto = mangleLambdaSig() local 3572 mangleBareFunctionType(const FunctionProtoType * Proto,bool MangleReturnType,const FunctionDecl * FD) mangleBareFunctionType() argument 6941 const FunctionProtoType *Proto = makeFunctionReturnTypeTags() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 525 if (const FunctionProtoType *Proto = Ty->getAs<FunctionProtoType>()) isVectorTypeBased() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 486 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); in EmitStartEHSpec() local 593 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); in EmitEndEHSpec() local [all...] |
H A D | CGCoroutine.cpp | 135 const auto *Proto = D->getType()->getAs<FunctionProtoType>(); in FunctionCanThrow() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 464 getUniqueIntrinsicName(StringRef BaseName,Intrinsic::ID Id,const FunctionType * Proto) getUniqueIntrinsicName() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 560 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>(); in dataTraverseNode() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 179 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) { in HandleTopLevelDecl() local 699 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) { in HandleTopLevelSingleDecl() local
|