Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dusage.c750 prt_one_vendor(opts, od, &argTypes, vfmt); in prt_vendor_opts()
1065 prt_preamble(opts, od, &argTypes); in prt_opt_usage()
1074 fprintf(option_usage_fp, argTypes.pzBrk, od->pzText, in prt_opt_usage()
1097 fprintf(option_usage_fp, argTypes.pzBrk, zAuto, title); in prt_opt_usage()
1101 fprintf(option_usage_fp, argTypes.pzBrk, zVendIntro, title); in prt_opt_usage()
1104 prt_one_usage(opts, od, &argTypes); in prt_opt_usage()
1196 argTypes.pzStr = zGnuStrArg; in setGnuOptFmts()
1197 argTypes.pzReq = zOneSpace; in setGnuOptFmts()
1198 argTypes.pzNum = zGnuNumArg; in setGnuOptFmts()
1199 argTypes.pzKey = zGnuKeyArg; in setGnuOptFmts()
[all …]
H A Dautoopts.h458 static arg_types_t argTypes = { NULL }; variable
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp25 llvm::ArrayRef<CanQualType> argTypes, in create() argument
29 totalSizeToAlloc<CanQualType>(argTypes.size() + 1)); in create()
36 fi->numArgs = argTypes.size(); in create()
39 std::copy(argTypes.begin(), argTypes.end(), fi->argTypesBegin()); in create()
47 SmallVector<mlir::Type, 8> argTypes; in getFunctionType() local
48 argTypes.reserve(fi.getNumRequiredArgs()); in getFunctionType()
51 argTypes.push_back(convertType(argType)); in getFunctionType()
53 return cir::FuncType::get(argTypes, in getFunctionType()
162 llvm::SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local
163 argTypes.push_back(deriveThisType(md->getParent(), md)); in arrangeCXXStructorDeclaration()
[all …]
H A DCIRGenFunctionInfo.h86 llvm::ArrayRef<CanQualType> argTypes,
102 llvm::ArrayRef<CanQualType> argTypes) { in Profile() argument
105 for (const CanQualType &arg : argTypes) in Profile()
134 llvm::MutableArrayRef<CanQualType> argTypes() { in argTypes() function
137 llvm::ArrayRef<CanQualType> argTypes() const { in argTypes() function
H A DCIRGenTypes.cpp570 llvm::ArrayRef<CanQualType> argTypes, in arrangeCIRFunctionInfo() argument
572 assert(llvm::all_of(argTypes, in arrangeCIRFunctionInfo()
576 CIRGenFunctionInfo::Profile(id, required, returnType, argTypes); in arrangeCIRFunctionInfo()
585 std::equal(fi->argTypesBegin(), fi->argTypesEnd(), argTypes.begin()) && in arrangeCIRFunctionInfo()
593 fi = CIRGenFunctionInfo::create(returnType, argTypes, required); in arrangeCIRFunctionInfo()
H A DCIRGenTypes.h193 llvm::ArrayRef<CanQualType> argTypes,
H A DCIRGenOpenACCClause.cpp752 llvm::SmallVector<mlir::acc::GangArgType> argTypes; in VisitGangClause() local
756 argTypes.push_back(decodeGangType(kind)); in VisitGangClause()
773 argTypes, values); in VisitGangClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp61 CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, in arrangeCXXMethodCall() argument
66 returnType, FnInfoOpts::IsInstanceMethod, argTypes, info, paramInfos, in arrangeCXXMethodCall()
71 CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument
76 returnType, FnInfoOpts::None, argTypes, info, paramInfos, args); in arrangeFreeFunctionCall()
H A DCGCall.cpp250 CanQualTypeList argTypes; in arrangeFreeFunctionType() local
251 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, in arrangeFreeFunctionType()
348 CanQualTypeList argTypes; in arrangeCXXMethodType() local
351 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
354 *this, /*instanceMethod=*/true, argTypes, in arrangeCXXMethodType()
404 CanQualTypeList argTypes; in arrangeCXXStructorDeclaration() local
408 argTypes.push_back(DeriveThisType(ThisType, MD)); in arrangeCXXStructorDeclaration()
423 appendParameterTypes(*this, argTypes, paramInfos, FTP); in arrangeCXXStructorDeclaration()
426 getCXXABI().buildStructorSignature(GD, argTypes); in arrangeCXXStructorDeclaration()
438 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes.size()) in arrangeCXXStructorDeclaration()
[all …]
H A DCodeGenTypes.h228 ArrayRef<CanQualType> argTypes);
283 CanQualType returnType, FnInfoOpts opts, ArrayRef<CanQualType> argTypes,
H A DCGExprScalar.cpp4152 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
4154 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true); in EmitOverflowCheckedBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h80 ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info,
85 CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes,
93 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument
95 return arrangeFreeFunctionCall(CGM, returnType, argTypes, info, {}, args); in arrangeFreeFunctionCall()
H A DCGFunctionInfo.h661 ArrayRef<CanQualType> argTypes, RequiredArgs required);
812 ArrayRef<CanQualType> argTypes) { in Profile() argument
831 for (const CanQualType &argType : argTypes) in Profile()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp840 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anon819a2c470111::ACLEIntrinsic
1832 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
2103 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp676 llvm::ArrayRef<mlir::Type> argTypes, mlir::Type returnType, in verify() argument
H A DCIRDialect.cpp1406 llvm::SmallVector<mlir::Type> argTypes; in parse() local
1408 argTypes.push_back(arg.type); in parse()
1419 cir::FuncType fnType = cir::FuncType::get(argTypes, returnType, isVariadic); in parse()