Searched defs:paramTypes (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | FunctionCallUtils.cpp | 45 ArrayRef<Type> paramTypes, in lookupOrCreateFn() 154 ValueRange paramTypes, in createLLVMCall()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | TypeFromLLVM.cpp | 87 SmallVector<Type, 8> paramTypes; in translate() local
|
| H A D | TypeToLLVM.cpp | 96 SmallVector<llvm::Type *, 8> paramTypes; in translate() local
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/ |
| H A D | DeserializationTest.cpp | 96 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1045 SmallVector<QualType, 4> paramTypes; in VisitFunctionProtoType() local 1339 SmallVector<QualType, 4> paramTypes; in VisitFunctionType() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2843 static void checkExtParameterInfos(Sema &S, ArrayRef<QualType> paramTypes, in checkExtParameterInfos()
|
| H A D | TreeTransform.h | 14354 SmallVector<QualType, 4> paramTypes; in TransformBlockExpr() local
|