Searched defs:argTypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp56 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
H A DCGCall.cpp195 SmallVector<CanQualType, 16> argTypes; local
254 SmallVector<CanQualType, 16> argTypes; local
309 SmallVector<CanQualType, 16> argTypes; local
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 DCGExprScalar.cpp3212 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; local
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h455 static arg_types_t argTypes = { NULL }; variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h678 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, bool ChainCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument

Completed in 217 milliseconds