Searched defs:argTypes (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/ |
H A D | typeinfo.d | 464 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 D | CodeGenABITypes.cpp | 65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall()
|
H A D | CGCall.cpp | 197 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 D | CGExprScalar.cpp | 3331 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dstruct.d | 219 TypeTuple argTypes; variable
|
H A D | aggregate.h | 186 TypeTuple *argTypes; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1084 ArgTypes argTypes; in createCatchWrappedInvokeFunction() local 1691 ArgTypes argTypes; in createStandardUtilityFunctions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
H A D | TypeGen.py | 169 def __init__(self, index, returnType, argTypes): argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 762 ArrayRef<CanQualType> argTypes) { in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2464 std::vector<Type *> argTypes; in LowerFormalArguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 843 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anone3a730d20111::ACLEIntrinsic
|