| /minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1137 ArgTypes argTypes; in createCatchWrappedInvokeFunction() local 1138 argTypes.push_back(builder.getInt32Ty()); in createCatchWrappedInvokeFunction() 1145 argTypes, in createCatchWrappedInvokeFunction() 1745 ArgTypes argTypes; in createStandardUtilityFunctions() local 1752 argTypes.clear(); in createStandardUtilityFunctions() 1753 argTypes.push_back(builder.getInt32Ty()); in createStandardUtilityFunctions() 1754 argTypes.push_back(builder.getInt8PtrTy()); in createStandardUtilityFunctions() 1760 argTypes, in createStandardUtilityFunctions() 1771 argTypes.clear(); in createStandardUtilityFunctions() 1772 argTypes.push_back(builder.getInt64Ty()); in createStandardUtilityFunctions() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 66 ArrayRef<CanQualType> argTypes, in arrangeFreeFunctionCall() argument 70 returnType, /*IsInstanceMethod=*/false, /*IsChainCall=*/false, argTypes, in arrangeFreeFunctionCall()
|
| H A D | CGCall.cpp | 111 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local 112 return ::arrangeLLVMFunctionInfo(*this, /*instanceMethod=*/false, argTypes, in arrangeFreeFunctionType() 160 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local 164 argTypes.push_back(GetThisType(Context, RD)); in arrangeCXXMethodType() 166 argTypes.push_back(Context.VoidPtrTy); in arrangeCXXMethodType() 169 *this, true, argTypes, in arrangeCXXMethodType() 197 SmallVector<CanQualType, 16> argTypes; in arrangeCXXStructorDeclaration() local 198 argTypes.push_back(GetThisType(Context, MD->getParent())); in arrangeCXXStructorDeclaration() 212 argTypes.push_back(FTP->getParamType(i)); in arrangeCXXStructorDeclaration() 214 TheCXXABI.buildStructorSignature(MD, Type, argTypes); in arrangeCXXStructorDeclaration() [all …]
|
| H A D | CodeGenTypes.h | 279 ArrayRef<CanQualType> argTypes,
|
| H A D | CGObjC.cpp | 1854 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation() local 1857 = llvm::FunctionType::get(CGF.Int8PtrTy, argTypes, false); in emitARCStoreOperation() 1884 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation() local 1887 = llvm::FunctionType::get(CGF.Builder.getVoidTy(), argTypes, false); in emitARCCopyOperation() 2053 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall() local 2055 = llvm::FunctionType::get(Builder.getVoidTy(), argTypes, false); in EmitARCStoreStrongCall()
|
| H A D | CGExprScalar.cpp | 2335 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local 2337 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true); in EmitOverflowCheckedBinOp()
|
| /minix3/external/bsd/llvm/dist/clang/utils/ABITest/ |
| H A D | TypeGen.py | 167 def __init__(self, index, returnType, argTypes): argument 170 self.argTypes = argTypes 177 if not self.argTypes: 180 at = ', '.join(map(str, self.argTypes)) 188 if not self.argTypes: 191 at = ', '.join(map(str, self.argTypes))
|
| H A D | ABITestGen.py | 104 args = ', '.join(['%s arg%d'%(self.getTypeName(t),i) for i,t in enumerate(FT.argTypes)]) 126 for i,t in enumerate(FT.argTypes): 150 tests = map(self.getTestValuesArray, FT.argTypes)
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 390 ArrayRef<CanQualType> argTypes, 487 ArrayRef<CanQualType> argTypes) { in Profile() argument 498 i = argTypes.begin(), e = argTypes.end(); i != e; ++i) { in Profile()
|
| H A D | CodeGenABITypes.h | 68 ArrayRef<CanQualType> argTypes,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2043 std::vector<Type *> argTypes; in LowerFormalArguments() local 2048 argTypes.push_back(I->getType()); in LowerFormalArguments() 2063 Type *Ty = argTypes[i]; in LowerFormalArguments()
|