/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 187 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local 200 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6972 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 7167 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 7416 QualType ParamTypes[2] = { *MemPtr, *MemPtr }; in addEqualEqualOrNotEqualMemberPointerOverloads() local 7491 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addRelationalPointerOrEnumeralOverloads() local 7507 QualType ParamTypes[2] = { *Enum, *Enum }; in addRelationalPointerOrEnumeralOverloads() local 7516 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addRelationalPointerOrEnumeralOverloads() local 7569 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addBinaryPlusOrMinusPointerOverloads() local 7744 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7791 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7852 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local [all …]
|
D | SemaTemplateDeduction.cpp | 2472 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments() 3287 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local 3521 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
D | SemaTemplateInstantiate.cpp | 1725 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
D | TreeTransform.h | 4408 const QualType *ParamTypes, in TransformFunctionTypeParams() 4625 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 10516 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
D | SemaTemplateInstantiateDecl.cpp | 3057 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
D | SemaType.cpp | 1793 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
D | SemaDecl.cpp | 2941 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
|
D | SemaExpr.cpp | 13931 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 232 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 240 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 602 QualType ParamTypes[3]; member
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4750 std::vector<Type*> ParamTypes; in ParseInvoke() local 5166 std::vector<Type*> ParamTypes; in ParseCall() local
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 534 func (t Type) ParamTypes() []Type { func
|
/external/llvm/lib/IR/ |
D | Core.cpp | 389 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5420 SmallVector<QualType, 16> ParamTypes; in readTypeRecord() local
|