Home
last modified time | relevance | path

Searched defs:argTypes (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
H A DCGCall.cpp203 SmallVector<CanQualType, 16> argTypes; arrangeFreeFunctionType() local
272 SmallVector<CanQualType, 16> argTypes; arrangeCXXMethodType() local
327 SmallVector<CanQualType, 16> argTypes; arrangeCXXStructorDeclaration() local
376 SmallVector<CanQualType, 16> argTypes; getArgTypesForCall() local
384 SmallVector<CanQualType, 16> argTypes; getArgTypesForDeclaration() local
525 auto argTypes = getArgTypesForCall(Context, args); arrangeUnprototypedObjCMessageSend() local
615 SmallVector<CanQualType, 16> argTypes; arrangeFreeFunctionLikeCall() local
649 auto argTypes = getArgTypesForDeclaration(Context, params); arrangeBlockFunctionDeclaration() local
661 SmallVector<CanQualType, 16> argTypes; arrangeBuiltinFunctionCall() local
672 auto argTypes = getArgTypesForDeclaration(Context, args); arrangeBuiltinFunctionDeclaration() local
681 arrangeBuiltinFunctionDeclaration(CanQualType resultType,ArrayRef<CanQualType> argTypes) arrangeBuiltinFunctionDeclaration() argument
704 auto argTypes = getArgTypesForCall(Context, args); arrangeCXXMethodCall() local
732 auto argTypes = getArgTypesForCall(Context, args); arrangeCall() local
757 arrangeLLVMFunctionInfo(CanQualType resultType,FnInfoOpts opts,ArrayRef<CanQualType> argTypes,FunctionType::ExtInfo info,ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,RequiredArgs required) arrangeLLVMFunctionInfo() argument
824 create(unsigned llvmCC,bool instanceMethod,bool chainCall,bool delegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,CanQualType resultType,ArrayRef<CanQualType> argTypes,RequiredArgs required) create() argument
[all...]
H A DCGExprScalar.cpp3580 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; EmitOverflowCheckedBinOp() local
/freebsd-src/contrib/ntp/sntp/libopts/
H A Dautoopts.h458 static arg_types_t argTypes = { NULL }; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h783 Profile(llvm::FoldingSetNodeID & ID,bool InstanceMethod,bool ChainCall,bool IsDelegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,RequiredArgs required,CanQualType resultType,ArrayRef<CanQualType> argTypes) Profile() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp841 const std::vector<const Type *> &argTypes() const { return ArgTypes; } argTypes() function in __anon3961c3990111::ACLEIntrinsic
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3056 std::vector<Type *> argTypes; LowerFormalArguments() local