| /openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1084 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 …]
|
| /openbsd-src/gnu/llvm/clang/utils/ABITest/ |
| H A D | TypeGen.py | 169 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 D | ABITestGen.py | 105 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]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 65 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument 69 returnType, /*instanceMethod=*/false, /*chainCall=*/false, argTypes, in arrangeFreeFunctionCall()
|
| H A D | CGCall.cpp | 202 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local 203 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, in arrangeFreeFunctionType() 268 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local 271 argTypes.push_back(DeriveThisType(RD, MD)); in arrangeCXXMethodType() 274 *this, true, argTypes, in arrangeCXXMethodType() 323 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local 327 argTypes.push_back(DeriveThisType(ThisType, MD)); in arrangeCXXStructorDeclaration() 342 appendParameterTypes(*this, argTypes, paramInfos, FTP); in arrangeCXXStructorDeclaration() 345 TheCXXABI.buildStructorSignature(GD, argTypes); in arrangeCXXStructorDeclaration() 357 (PassParams && MD->isVariadic() ? RequiredArgs(argTypes.size()) in arrangeCXXStructorDeclaration() [all …]
|
| H A D | CodeGenTypes.h | 216 ArrayRef<CanQualType> argTypes); 266 ArrayRef<CanQualType> argTypes,
|
| H A D | CGExprScalar.cpp | 3575 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local 3577 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true); in EmitOverflowCheckedBinOp()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 625 ArrayRef<CanQualType> argTypes, 776 ArrayRef<CanQualType> argTypes) { in Profile() argument 795 i = argTypes.begin(), e = argTypes.end(); i != e; ++i) { in Profile()
|
| H A D | CodeGenABITypes.h | 79 ArrayRef<CanQualType> argTypes,
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 841 const std::vector<const Type *> &argTypes() const { return ArgTypes; } in argTypes() function in __anonece5a09e0111::ACLEIntrinsic 1840 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader() 2085 for (const Type *ArgTypePtr : Int.argTypes()) in EmitHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2652 std::vector<Type *> argTypes; in LowerFormalArguments() local 2656 argTypes.push_back(I.getType()); in LowerFormalArguments() 2671 Type *Ty = argTypes[i]; in LowerFormalArguments()
|