Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1084 ArgTypes argTypes; in createCatchWrappedInvokeFunction() local
1085 argTypes.push_back(builder.getInt32Ty()); in createCatchWrappedInvokeFunction()
1092 argTypes, in createCatchWrappedInvokeFunction()
1691 ArgTypes argTypes; in createStandardUtilityFunctions() local
1698 argTypes.clear(); in createStandardUtilityFunctions()
1699 argTypes.push_back(builder.getInt32Ty()); in createStandardUtilityFunctions()
1700 argTypes.push_back(builder.getInt8PtrTy()); in createStandardUtilityFunctions()
1706 argTypes, in createStandardUtilityFunctions()
1717 argTypes.clear(); in createStandardUtilityFunctions()
1718 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d219 TypeTuple argTypes; variable
387 argTypes = target.toArgTypes(type); in finalizeSize()
456 return argTypes && argTypes.arguments ? cast(uint) argTypes.arguments.dim : 0; in numArgTypes()
461 return index < numArgTypes() ? (*argTypes.arguments)[index].type : null; in argType()
H A Daggregate.h186 TypeTuple *argTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py169 def __init__(self, index, returnType, argTypes): argument
172 self.argTypes = argTypes
179 if not self.argTypes:
182 at = ', '.join(map(str, self.argTypes))
190 if not self.argTypes:
193 at = ', '.join(map(str, self.argTypes))
H A DABITestGen.py105 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)])
127 for i,t in enumerate(FT.argTypes):
151 tests = [self.getTestValuesArray(ty) for ty in FT.argTypes]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp197 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local
198 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, in arrangeFreeFunctionType()
257 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local
260 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType()
263 *this, true, argTypes, in arrangeCXXMethodType()
312 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local
314 argTypes.push_back(DeriveThisType(MD->getParent(), MD)); in arrangeCXXStructorDeclaration()
329 appendParameterTypes(*this, argTypes, paramInfos, FTP); in arrangeCXXStructorDeclaration()
332 TheCXXABI.buildStructorSignature(GD, argTypes); in arrangeCXXStructorDeclaration()
344 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes.size()) in arrangeCXXStructorDeclaration()
[all …]
H A DCodeGenABITypes.cpp65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument
69 returnType, /*instanceMethod=*/false, /*chainCall=*/false, argTypes, in arrangeFreeFunctionCall()
H A DCodeGenTypes.h219 ArrayRef<CanQualType> argTypes);
269 ArrayRef<CanQualType> argTypes,
H A DCGExprScalar.cpp3331 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
3333 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true); in EmitOverflowCheckedBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h622 ArrayRef<CanQualType> argTypes,
762 ArrayRef<CanQualType> argTypes) { in Profile() argument
781 i = argTypes.begin(), e = argTypes.end(); i != e; ++i) { in Profile()
H A DCodeGenABITypes.h87 ArrayRef<CanQualType> argTypes,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d314 version (X86_64) int argTypes(out TypeInfo arg1, out TypeInfo arg2) @safe nothrow in version()
354 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
356 return base.argTypes(arg1, arg2); in version()
512 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
639 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
695 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
730 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
732 return base.argTypes(arg1, arg2); in version()
855 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
1235 override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_cfloat.d68 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
H A Dti_cdouble.d68 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
H A Dti_creal.d68 version (X86_64) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
/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/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d723 version (WithArgTypes) int argTypes(out TypeInfo arg1, out TypeInfo arg2) @safe nothrow in version()
773 assert(typeid(void).argTypes(ti1, ti2) == 0); in version()
943 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
945 return base.argTypes(arg1, arg2); in version()
1109 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
1232 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
1308 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
1343 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
1345 return base.argTypes(arg1, arg2); in version()
1529 version (WithArgTypes) override int argTypes(out TypeInfo arg1, out TypeInfo arg2) in version()
[all …]
/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
1835 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
2080 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2464 std::vector<Type *> argTypes; in LowerFormalArguments() local
2468 argTypes.push_back(I.getType()); in LowerFormalArguments()
2483 Type *Ty = argTypes[i]; in LowerFormalArguments()