Searched refs:argTypes (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dusage.c801 prt_one_vendor(opts, od, &argTypes, vfmt);
1116 prt_preamble(opts, od, &argTypes);
1125 fprintf(option_usage_fp, argTypes.pzBrk, od->pzText,
1148 fprintf(option_usage_fp, argTypes.pzBrk, zAuto, title);
1152 fprintf(option_usage_fp, argTypes.pzBrk, zVendIntro, title);
1155 prt_one_usage(opts, od, &argTypes);
1247 argTypes.pzStr = zGnuStrArg;
1248 argTypes.pzReq = zOneSpace;
1249 argTypes.pzNum = zGnuNumArg;
1250 argTypes
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp58 ArrayRef<CanQualType> argTypes,
62 returnType, /*instanceMethod=*/false, /*chainCall=*/false, argTypes,
56 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
H A DCGCall.cpp195 SmallVector<CanQualType, 16> argTypes; local
196 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes,
254 SmallVector<CanQualType, 16> argTypes; local
257 argTypes.push_back(DeriveThisType(RD, MD));
260 *this, true, argTypes,
309 SmallVector<CanQualType, 16> argTypes; local
311 argTypes.push_back(DeriveThisType(MD->getParent(), MD));
326 appendParameterTypes(*this, argTypes, paramInfos, FTP);
329 TheCXXABI.buildStructorSignature(GD, argTypes);
341 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes
357 SmallVector<CanQualType, 16> argTypes; local
365 SmallVector<CanQualType, 16> argTypes; local
504 auto argTypes = getArgTypesForCall(Context, args); local
597 SmallVector<CanQualType, 16> argTypes; local
631 auto argTypes = getArgTypesForDeclaration(Context, params); local
643 SmallVector<CanQualType, 16> argTypes; local
655 auto argTypes = getArgTypesForDeclaration(Context, args); local
663 arrangeBuiltinFunctionDeclaration(CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
687 auto argTypes = getArgTypesForCall(Context, args); local
715 auto argTypes = getArgTypesForCall(Context, args); local
737 arrangeLLVMFunctionInfo(CanQualType resultType, bool instanceMethod, bool chainCall, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos, RequiredArgs required) argument
796 create(unsigned llvmCC, bool instanceMethod, bool chainCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
[all...]
H A DCodeGenTypes.h219 ArrayRef<CanQualType> argTypes);
265 /// \param argTypes - must all actually be canonical as params
269 ArrayRef<CanQualType> argTypes,
H A DCGExprScalar.cpp3212 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; local
3214 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h70 ArrayRef<CanQualType> argTypes,
H A DCGFunctionInfo.h549 ArrayRef<CanQualType> argTypes,
685 ArrayRef<CanQualType> argTypes) {
703 i = argTypes.begin(), e = argTypes.end(); i != e; ++i) {
678 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, bool ChainCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp816 const std::vector<const Type *> &argTypes() const { return ArgTypes; }
1513 for (const Type *ArgTypePtr : Int.argTypes())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2483 std::vector<Type *> argTypes;
2487 argTypes.push_back(I.getType());
2489 // argTypes.size() (or theArgs.size()) and Ins.size() need not match.
2502 Type *Ty = argTypes[i];

Completed in 215 milliseconds