/freebsd/contrib/ntp/sntp/libopts/ |
H A D | usage.c | 750 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 D | autoopts.h | 458 static arg_types_t argTypes = { NULL }; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument 69 argTypes, info, {}, args); in arrangeFreeFunctionCall()
|
H A D | CGCall.cpp | 207 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 D | CodeGenTypes.h | 228 ArrayRef<CanQualType> argTypes); 276 CanQualType returnType, FnInfoOpts opts, ArrayRef<CanQualType> argTypes,
|
H A D | CGExprScalar.cpp | 3866 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 D | CGFunctionInfo.h | 643 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 D | CodeGenABITypes.h | 80 ArrayRef<CanQualType> argTypes,
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 842 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 D | NVPTXISelLowering.cpp | 3188 std::vector<Type *> argTypes; in LowerFormalArguments() local 3192 argTypes.push_back(I.getType()); in LowerFormalArguments() 3206 Type *Ty = argTypes[i]; in LowerFormalArguments()
|