Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp202 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local
268 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local
323 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local
373 SmallVector<CanQualType, 16> argTypes; in getArgTypesForCall() local
381 SmallVector<CanQualType, 16> argTypes; in getArgTypesForDeclaration() local
523 auto argTypes = getArgTypesForCall(Context, args); in arrangeUnprototypedObjCMessageSend() local
616 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionLikeCall() local
662 SmallVector<CanQualType, 16> argTypes; in arrangeBuiltinFunctionCall() local
674 auto argTypes = getArgTypesForDeclaration(Context, args); in arrangeBuiltinFunctionDeclaration() local
706 auto argTypes = getArgTypesForCall(Context, args); in arrangeCXXMethodCall() local
[all …]
H A DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
H A DCGExprScalar.cpp3575 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1084 ArgTypes argTypes; in createCatchWrappedInvokeFunction() local
1691 ArgTypes argTypes; in createStandardUtilityFunctions() local
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py169 def __init__(self, index, returnType, argTypes): argument
/openbsd/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h776 ArrayRef<CanQualType> argTypes) { in Profile()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp841 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anond852eb140111::ACLEIntrinsic
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2652 std::vector<Type *> argTypes; in LowerFormalArguments() local