/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 179 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local 192 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 6804 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 7005 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 7254 QualType ParamTypes[2] = { *MemPtr, *MemPtr }; in addEqualEqualOrNotEqualMemberPointerOverloads() local 7329 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addRelationalPointerOrEnumeralOverloads() local 7345 QualType ParamTypes[2] = { *Enum, *Enum }; in addRelationalPointerOrEnumeralOverloads() local 7354 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addRelationalPointerOrEnumeralOverloads() local 7407 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addBinaryPlusOrMinusPointerOverloads() local 7582 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7629 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local 7690 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local [all …]
|
D | SemaTemplateDeduction.cpp | 2510 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments() 3330 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local 3563 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
D | SemaTemplateInstantiate.cpp | 1691 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
D | TreeTransform.h | 4283 const QualType *ParamTypes, in TransformFunctionTypeParams() 4495 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 9911 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
D | SemaTemplateInstantiateDecl.cpp | 2966 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
D | SemaType.cpp | 1766 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
|
D | SemaDecl.cpp | 2780 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
|
D | SemaExpr.cpp | 13185 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 235 DIArray ParamTypes = DBuilder.getOrCreateArray(ArrayRef<Value*>()); in CreateOldFunctionBodyAndDI() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 242 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
|
/external/clang/include/clang/Sema/ |
D | Overload.h | 606 QualType ParamTypes[3]; member
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3753 std::vector<Type*> ParamTypes; in ParseInvoke() local 4165 std::vector<Type*> ParamTypes; in ParseCall() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 387 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5233 SmallVector<QualType, 16> ParamTypes; in readTypeRecord() local
|