Home
last modified time | relevance | path

Searched defs:paramTypes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DFunctionCallUtils.cpp45 ArrayRef<Type> paramTypes, in lookupOrCreateFn()
154 ValueRange paramTypes, in createLLVMCall()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp87 SmallVector<Type, 8> paramTypes; in translate() local
H A DTypeToLLVM.cpp96 SmallVector<llvm::Type *, 8> paramTypes; in translate() local
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp96 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1045 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 DSemaType.cpp2843 static void checkExtParameterInfos(Sema &S, ArrayRef<QualType> paramTypes, in checkExtParameterInfos()
H A DTreeTransform.h14354 SmallVector<QualType, 4> paramTypes; in TransformBlockExpr() local