Searched defs:argTypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CodeGenABITypes.cpp | 64 llvm::ArrayRef<CanQualType> argTypes, in arrangeLLVMFunctionInfo()
|
| D | CGCall.cpp | 122 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionType() local 161 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodType() local 198 SmallVector<CanQualType, 16> argTypes; in arrangeCXXConstructorDeclaration() local 225 SmallVector<CanQualType, 2> argTypes; in arrangeCXXDestructor() local 379 SmallVector<CanQualType, 16> argTypes; in arrangeFreeFunctionCall() local 393 SmallVector<CanQualType, 16> argTypes; in arrangeCXXMethodCall() local 409 SmallVector<CanQualType, 16> argTypes; in arrangeFunctionDeclaration() local 430 ArrayRef<CanQualType> argTypes, in arrangeLLVMFunctionInfo() 481 ArrayRef<CanQualType> argTypes, in create() 892 SmallVector<llvm::Type*, 8> argTypes; in GetFunctionType() local
|
| D | CGObjC.cpp | 1845 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation() local 1875 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation() local 2046 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall() local
|
| D | CGExprScalar.cpp | 2252 llvm::Type *argTypes[] = { CGF.Int64Ty, CGF.Int64Ty, Int8Ty, Int8Ty }; in EmitOverflowCheckedBinOp() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| D | CGFunctionInfo.h | 343 ArrayRef<CanQualType> argTypes) { in Profile()
|
| /freebsd-9-stable/contrib/ntp/sntp/libopts/ |
| D | autoopts.h | 455 static arg_types_t argTypes = { NULL }; variable
|
| /freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 1405 std::vector<Type *> argTypes; in LowerFormalArguments() local
|