/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests.c | 346 #define PARAMETERS_SANITY_CHECK(test_num, param_types, param_io) do {\ argument 348 assert(sizeof(param_types) == sizeof(param_io));\ 349 for(i = 0; i < sizeof(param_types)-1; i++){\ 350 …if((param_types[i] != 'c') && (param_types[i] != 'f') && (param_types[i] != 'n') && (param_types[i… 358 if((param_io[i] == 'O') && (param_types[i] != 'u') && (param_types[i] != 's')){\
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsHexagon.td | 19 list<LLVMType> param_types, 22 DefaultAttrsIntrinsic<ret_types, param_types, properties>; 27 list<LLVMType> param_types, 29 : DefaultAttrsIntrinsic<ret_types, param_types, properties>;
|
H A D | IntrinsicsPowerPC.td | 243 list<LLVMType> param_types, 246 DefaultAttrsIntrinsic<ret_types, param_types, properties>; 250 list<LLVMType> param_types, 253 DefaultAttrsIntrinsic<ret_types, param_types, properties>;
|
H A D | Intrinsics.td | 656 list<LLVMType> param_types = [], 664 list<LLVMType> ParamTypes = param_types; 682 list<LLVMType> param_types = [], 686 : Intrinsic<ret_types, param_types,
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 281 for (QualType PT : FPT->param_types()) { in VisitFunctionDecl() 895 for (const auto &I : FT->param_types()) { in VisitType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 231 for (const auto &AT : Proto->param_types()) { in mangleName()
|
H A D | ASTDiagnostic.cpp | 96 for (QualType SugarPT : FPT->param_types()) { in desugarForDiagnostic()
|
H A D | ASTContext.cpp | 3255 for (QualType Param : FPT->param_types()) { in encodeTypeForFunctionPointerAuth() 3572 SmallVector<QualType, 16> Args(Proto->param_types().size()); in getFunctionTypeWithoutPtrSizes() 3574 Args[i] = removePtrSizeAddrSpace(Proto->param_types()[i]); in getFunctionTypeWithoutPtrSizes() 8844 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl() 13332 auto P = getCommonTypes(Ctx, FX->param_types(), FY->param_types(), in getCommonNonSugarTypeNode()
|
H A D | Type.cpp | 4553 for (const auto &ai : FPT->param_types()) in computeCachedProperties() 4643 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
|
H A D | ASTImporter.cpp | 1326 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2343 std::vector<CompilerType> param_types; in ConstructDemangledNameFromDWARF() local 2353 has_template_params, param_types, param_decls, in ConstructDemangledNameFromDWARF() 2356 for (size_t i = 0; i < param_types.size(); i++) { in ConstructDemangledNameFromDWARF() 2359 sstr << param_types[i].GetTypeName(); in ConstructDemangledNameFromDWARF()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 2231 static const OSSL_PARAM param_types[] = { variable 2305 return param_types; in core_gettable_params()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 613 for (const auto &I : fproto->param_types()) in RewriteBlocksInFunctionProtoType() 4534 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 4599 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 4809 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments() 4827 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2120 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport()
|
H A D | SemaOverload.cpp | 3282 return FunctionParamTypesAreEqual(OldType->param_types(), in FunctionParamTypesAreEqual() 3283 NewType->param_types(), ArgPos, Reversed); in FunctionParamTypesAreEqual() 3303 return FunctionParamTypesAreEqual(OldPT->param_types().slice(OldIgnore), in FunctionNonObjectParamTypesAreEqual() 3304 NewPT->param_types().slice(NewIgnore), in FunctionNonObjectParamTypesAreEqual()
|
H A D | SemaLookup.cpp | 3136 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
|
H A D | SemaDecl.cpp | 4159 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl() 10223 for (const auto &AI : FT->param_types()) { in ActOnFunctionDeclarator() 12145 for (QualType T : FPT->param_types()) in CheckFunctionDeclaration()
|
H A D | SemaExpr.cpp | 6171 for (QualType ParamType : FT->param_types()) { in rewriteBuiltinFunctionDecl() 16047 for (const auto &I : Fn->param_types()) { in ActOnBlockArguments() 20569 for (const auto &AI : FT->param_types()) { in resolveDecl()
|
H A D | SemaDeclAttr.cpp | 7261 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
|
H A D | SemaTemplate.cpp | 5718 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 1075 for (const auto &A : T->param_types()) {
|
H A D | Type.h | 5382 ArrayRef<QualType> param_types() const {
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1592 for (const QualType &ParamType : FPT->param_types()) in CreateType() 4341 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
|
H A D | CodeGenModule.cpp | 7568 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
|