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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp63 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
H A DCGCall.cpp202 SmallVector<CanQualType, 16> argTypes; local
268 SmallVector<CanQualType, 16> argTypes; local
323 SmallVector<CanQualType, 16> argTypes; local
373 SmallVector<CanQualType, 16> argTypes; local
381 SmallVector<CanQualType, 16> argTypes; local
523 auto argTypes = getArgTypesForCall(Context, args); local
616 SmallVector<CanQualType, 16> argTypes; local
650 auto argTypes = getArgTypesForDeclaration(Context, params); local
662 SmallVector<CanQualType, 16> argTypes; local
674 auto argTypes = getArgTypesForDeclaration(Context, args); local
682 arrangeBuiltinFunctionDeclaration(CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
706 auto argTypes = getArgTypesForCall(Context, args); local
734 auto argTypes = getArgTypesForCall(Context, args); local
756 arrangeLLVMFunctionInfo(CanQualType resultType, bool instanceMethod, bool chainCall, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos, RequiredArgs required) argument
815 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.cpp3575 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; local
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1084 ArgTypes argTypes; local
1691 ArgTypes argTypes; local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h769 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 221 milliseconds