Searched defs:ArgType (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Ddestructors.cpp355 struct ArgType { struct in namespace:test9
356 ~ArgType();
359 void f1(const ArgType& = ArgType());
365 // CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
/external/clang/lib/AST/
H A DDeclTemplate.cpp185 QualType ArgType = Context.getTypeDeclType(TTP); local
187 ArgType = Context.getPackExpansionType(ArgType,
190 Arg = TemplateArgument(ArgType);
H A DASTDiagnostic.cpp889 QualType &ArgType) {
890 ArgType = QualType();
894 ArgType = Iter->getAsType();
896 ArgType = DefaultTTPD->getDefaultArgument();
888 GetType(const TSTiterator &Iter, TemplateTypeParmDecl *DefaultTTPD, QualType &ArgType) argument
H A DDeclCXX.cpp416 QualType ArgType = FnType->getArgType(0); local
418 if (const LValueReferenceType *Ref = ArgType->getAs<LValueReferenceType>()) {
419 ArgType = Ref->getPointeeType();
422 if (ArgIsConst && !ArgType.isConstQualified())
425 Quals = ArgType.getQualifiers();
432 if (!Context.hasSameUnqualifiedType(ArgType, Class))
H A DExprCXX.cpp146 const QualType ArgType = Arg->getType(); local
148 if (ArgType->isDependentType() && !ArgType->isPointerType())
151 return ArgType->getAs<PointerType>()->getPointeeType();
H A DASTImporter.cpp1495 QualType ArgType = Importer.Import(*A); local
1496 if (ArgType.isNull())
1498 ArgTypes.push_back(ArgType);
H A DExprConstant.cpp4188 QualType ArgType = Arg->getType(); local
4203 if (ArgType->isIntegralOrEnumerationType()) {
4213 } else if (ArgType->isFloatingType() || ArgType->isAnyComplexType()) {
4215 } else if (ArgType->isPointerType() || Arg->isGLValue()) {
/external/clang/include/clang/AST/
H A DExprObjC.h685 QualType ArgType; local
689 ArgType = (*P)->getType();
694 ArgType = (*P)->getType();
696 if (ArgType.isNull())
697 ArgType = getType();
699 return ArgType;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h208 class ArgType { class in namespace:clang::analyze_format_string
218 ArgType(Kind k = UnknownTy, const char *n = 0) : K(k), Name(n), Ptr(false) {} function in class:clang::analyze_format_string::ArgType
219 ArgType(QualType t, const char *n = 0) function in class:clang::analyze_format_string::ArgType
221 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {} function in class:clang::analyze_format_string::ArgType
223 static ArgType Invalid() { return ArgType(InvalidTy); }
226 /// Create an ArgType which corresponds to the type pointer to A.
227 static ArgType PtrTo(const ArgType& A) {
228 assert(A.K >= InvalidTy && "ArgType canno
[all...]
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp267 llvm::Type *ArgType = ArgValue->getType(); local
268 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
284 llvm::Type *ArgType = ArgValue->getType(); local
285 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
301 llvm::Type *ArgType = ArgValue->getType(); local
302 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
307 llvm::ConstantInt::get(ArgType, 1));
308 Value *Zero = llvm::Constant::getNullValue(ArgType);
322 llvm::Type *ArgType = ArgValue->getType(); local
323 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
338 llvm::Type *ArgType = ArgValue->getType(); local
350 llvm::Type *ArgType = ArgValue->getType(); local
362 llvm::Type *ArgType = ArgValue->getType(); local
422 llvm::Type *ArgType = Base->getType(); local
1270 llvm::Type *ArgType = Base->getType(); local
1283 llvm::Type *ArgType = FirstArg->getType(); local
[all...]
H A DCGClass.cpp1319 QualType ArgType = Arg->getType(); local
1320 EmitCallArg(Args, *Arg, ArgType);
H A DCodeGenFunction.h2543 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2596 QualType ArgType = *I; local
2599 if (ArgType->isPointerType() && ActualArgType->isPointerType()) {
2603 ArgType->getAs<PointerType>()->getPointeeType();
2608 ActualArgType = ArgType;
2612 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
2617 EmitCallArg(Args, *Arg, ArgType);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1526 char ArgType = Proto[arg]; local
1527 if (ArgType == 'c') {
1532 if (ArgType == 'p') {
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1110 Type *ArgType = Op->getType(); local
1112 Intrinsic::cttz, ArgType);
1117 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType));
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1872 Type *ArgType = ArgTypeL; local
1910 ArgType = ArgTypeH;
1945 if (ArgType->isVectorTy()) {
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp819 QualType ArgType) {
821 Qualifiers ArgQs = ArgType.getQualifiers();
2800 QualType ArgType = GetTypeOfFunction(S.Context, R, Fn); local
2801 if (ArgType.isNull()) continue;
2805 ArgType->isFunctionType())
2806 ArgType = S.Context.getPointerType(ArgType);
2825 ArgType, Info, Deduced, TDF);
2828 Match = ArgType;
2842 QualType &ArgType,
818 hasInconsistentOrSupersetQualifiersOf(QualType ParamType, QualType ArgType) argument
2839 AdjustFunctionParmAndArgTypesForDeduction(Sema &S, TemplateParameterList *TemplateParams, QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) argument
2980 QualType ArgType = Arg->getType(); local
3081 QualType ArgType = Arg->getType(); local
3174 QualType ArgType = Arg->getType(); local
[all...]
H A DSemaCodeComplete.cpp2777 QualType ArgType; local
2781 ArgType = FDecl->getParamDecl(I)->getOriginalType();
2783 ArgType = Proto->getArgType(I);
2786 ArgType.getAsStringInternal(ArgString, Policy);
H A DSemaDeclObjC.cpp2838 QualType ArgType; local
2842 ArgType = Context.getObjCIdType();
2845 ArgType = GetTypeFromParser(ArgInfo[i].Type, &DI);
2847 ArgType = Context.getAdjustedParameterType(ArgType);
2871 ArgType, DI, SC_None, SC_None);
2893 QualType ArgType = Param->getType(); local
2894 if (ArgType.isNull())
2895 ArgType = Context.getObjCIdType();
2898 ArgType
[all...]
H A DSemaInit.cpp3934 QualType ArgType = Initializer->getType(); local
3936 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
3939 ArgType = S.Context.getPointerType(ArgPointee);
3944 if (!S.isObjCWritebackConversion(ArgType, Entity.getType(),
H A DSemaLookup.cpp2152 QualType ArgType = Proto->getArgType(0).getNonReferenceType(); local
2153 if (Context.hasSameUnqualifiedType(T1, ArgType))
2161 QualType ArgType = Proto->getArgType(1).getNonReferenceType(); local
2162 if (Context.hasSameUnqualifiedType(T2, ArgType))
2285 QualType ArgType = CanTy; local
2309 ArgType.addConst();
2311 ArgType.addVolatile();
2326 OpaqueValueExpr FakeArg(SourceLocation(), ArgType, VK); local
H A DSemaTemplate.cpp2516 QualType ArgType = Context.getCanonicalType(Arg.getAsType());
2522 ArgType->isObjCLifetimeType() &&
2523 !ArgType.getObjCLifetime()) {
2526 ArgType = Context.getQualifiedType(ArgType, Qs);
2529 Converted.push_back(TemplateArgument(ArgType));
2561 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); local
2565 if (ArgType->getType()->isDependentType()) {
2579 ArgType = SemaRef.SubstType(ArgType, AllTemplateArg
3675 QualType ArgType = Arg->getType(); local
4185 QualType ArgType = Arg->getType(); local
4309 QualType ArgType = Arg->getType(); local
[all...]
/external/llvm/include/llvm/
H A DIRBuilder.h1284 PointerType *ArgType = cast<PointerType>(LHS->getType()); local
1289 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2341 QualType ArgType = proto->getArgType(i); local
2342 RewriteBlockPointerType(FdStr, ArgType);
H A DRewriteModernObjC.cpp2351 QualType ArgType = proto->getArgType(i); local
2352 RewriteBlockPointerType(FdStr, ArgType);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3492 EVT ArgType = Outs[i].VT; local
3493 if (ArgType==MVT::v4f32 || ArgType==MVT::v4i32 ||
3494 ArgType==MVT::v8i16 || ArgType==MVT::v16i8) {

Completed in 1971 milliseconds

12