Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 10 of 10) 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/CodeGen/
H A DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument
69 argTypes, info, {}, args); in arrangeFreeFunctionCall()
H A DCGCall.cpp207 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local
208 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, in arrangeFreeFunctionType()
282 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local
285 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
288 *this, /*instanceMethod=*/true, argTypes, in arrangeCXXMethodType()
338 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local
342 argTypes.push_back(DeriveThisType(ThisType, MD)); in arrangeCXXStructorDeclaration()
357 appendParameterTypes(*this, argTypes, paramInfos, FTP); in arrangeCXXStructorDeclaration()
360 getCXXABI().buildStructorSignature(GD, argTypes); in arrangeCXXStructorDeclaration()
372 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes.size()) in arrangeCXXStructorDeclaration()
[all …]
H A DCodeGenTypes.h228 ArrayRef<CanQualType> argTypes);
276 CanQualType returnType, FnInfoOpts opts, ArrayRef<CanQualType> argTypes,
H A DCGExprScalar.cpp3866 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
3868 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true); in EmitOverflowCheckedBinOp()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h643 ArrayRef<CanQualType> argTypes, RequiredArgs required);
794 ArrayRef<CanQualType> argTypes) { in Profile() argument
814 i = argTypes.begin(), e = argTypes.end(); i != e; ++i) { in Profile()
H A DCodeGenABITypes.h80 ArrayRef<CanQualType> argTypes,
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp842 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anon819a2c470111::ACLEIntrinsic
1841 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
2086 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3188 std::vector<Type *> argTypes; in LowerFormalArguments() local
3192 argTypes.push_back(I.getType()); in LowerFormalArguments()
3206 Type *Ty = argTypes[i]; in LowerFormalArguments()