Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d464 override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in argTypes() function
478 override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in argTypes() function
493 override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in argTypes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
H A DCGCall.cpp197 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local
257 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local
312 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local
360 SmallVector<CanQualType, 16> argTypes; in getArgTypesForCall() local
368 SmallVector<CanQualType, 16> argTypes; in getArgTypesForDeclaration() local
507 auto argTypes = getArgTypesForCall(Context, args); in arrangeUnprototypedObjCMessageSend() local
600 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionLikeCall() local
634 auto argTypes = getArgTypesForDeclaration(Context, params); in arrangeBlockFunctionDeclaration() local
646 SmallVector<CanQualType, 16> argTypes; in arrangeBuiltinFunctionCall() local
658 auto argTypes = getArgTypesForDeclaration(Context, args); in arrangeBuiltinFunctionDeclaration() local
[all …]
H A DCGExprScalar.cpp3331 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d219 TypeTuple argTypes; variable
H A Daggregate.h186 TypeTuple *argTypes; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1084 ArgTypes argTypes; in createCatchWrappedInvokeFunction() local
1691 ArgTypes argTypes; in createStandardUtilityFunctions() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py169 def __init__(self, index, returnType, argTypes): argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h762 ArrayRef<CanQualType> argTypes) { in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2464 std::vector<Type *> argTypes; in LowerFormalArguments() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp843 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anone3a730d20111::ACLEIntrinsic