/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 187 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local 200 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6917 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 7118 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 7367 QualType ParamTypes[2] = { *MemPtr, *MemPtr }; in addEqualEqualOrNotEqualMemberPointerOverloads() local 7442 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addRelationalPointerOrEnumeralOverloads() local 7458 QualType ParamTypes[2] = { *Enum, *Enum }; in addRelationalPointerOrEnumeralOverloads() local 7467 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addRelationalPointerOrEnumeralOverloads() local 7520 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addBinaryPlusOrMinusPointerOverloads() local 7695 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7742 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7803 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local [all …]
|
H A D | SemaTemplateDeduction.cpp | 2508 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments() 3331 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local 3564 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
H A D | SemaTemplateInstantiate.cpp | 1745 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
H A D | TreeTransform.h | 4385 const QualType *ParamTypes, in TransformFunctionTypeParams() 4602 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 10464 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
H A D | SemaType.cpp | 1767 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3052 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
H A D | SemaDecl.cpp | 2870 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
|
H A D | SemaExpr.cpp | 13426 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 234 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 240 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Overload.h | 602 QualType ParamTypes[3]; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3966 std::vector<Type*> ParamTypes; in ParseInvoke() local 4379 std::vector<Type*> ParamTypes; in ParseCall() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 534 func (t Type) ParamTypes() []Type { func
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 389 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5359 SmallVector<QualType, 16> ParamTypes; in readTypeRecord() local
|