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

12

/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h17 enum ArgType { enum in namespace:sandbox
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h57 enum ArgType { enum in class:sandbox::ErrorCode
137 ArgType width() const { return width_; }
160 ArgType width,
181 ArgType width_; // Whether we are looking at a 32/64bit value.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp330 Type * ArgType = P.Val->getType(); local
349 ArgType, Addrspace));
/external/clang/test/CodeGenCXX/
H A Ddestructors.cpp352 struct ArgType { struct in namespace:test9
353 ~ArgType();
356 void f1(const ArgType& = ArgType());
362 // CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp155 Type *ArgType = F.getFunctionType()->getParamType(0); local
156 switch (ArgType->getTypeID()) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp330 Type * ArgType = P.Val->getType(); local
349 ArgType, Addrspace));
/external/clang/lib/AST/
H A DDeclTemplate.cpp186 QualType ArgType = Context.getTypeDeclType(TTP); local
188 ArgType = Context.getPackExpansionType(ArgType, None);
190 Arg = TemplateArgument(ArgType);
H A DExprCXX.cpp222 const QualType ArgType = Arg->getType(); local
224 if (ArgType->isDependentType() && !ArgType->isPointerType())
227 return ArgType->getAs<PointerType>()->getPointeeType();
H A DASTImporter.cpp1602 QualType ArgType = Importer.Import(A); local
1603 if (ArgType.isNull())
1605 ArgTypes.push_back(ArgType);
/external/clang/include/clang/AST/
H A DExprObjC.h698 QualType ArgType; local
702 ArgType = (*P)->getType();
707 ArgType = (*P)->getType();
709 if (ArgType.isNull())
710 ArgType = getType();
712 return ArgType;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h220 class ArgType { class in namespace:clang::analyze_format_string
230 ArgType(Kind k = UnknownTy, const char *n = nullptr) function in class:clang::analyze_format_string::ArgType
232 ArgType(QualType t, const char *n = nullptr) function in class:clang::analyze_format_string::ArgType
234 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} function in class:clang::analyze_format_string::ArgType
236 static ArgType Invalid() { return ArgType(InvalidTy); }
239 /// Create an ArgType which corresponds to the type pointer to A.
240 static ArgType PtrTo(const ArgType& A) {
241 assert(A.K >= InvalidTy && "ArgType canno
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1530 Type *ArgType = Op->getType(); variable
1532 Intrinsic::cttz, ArgType);
1537 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType));
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp324 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { argument
325 Qualifiers::ObjCLifetime propertyLifetime = ArgType.getObjCLifetime();
326 bool RetainableObject = ArgType->isObjCRetainableType();
331 ArgType->getAs<ObjCObjectPointerType>()) {
339 else if (ArgType->isBlockPointerType())
346 return ArgType->isBlockPointerType() ? "copy" : "strong";
397 QualType ArgType = Context.getCanonicalType(argDecl->getType()); local
398 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ArgType))
1097 QualType ArgType = argDecl->getType(); local
1098 if (!Ctx.hasSameUnqualifiedType(ArgType, GR
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2536 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2617 QualType ArgType = *I; local
2619 if (ArgType->isPointerType() && ActualArgType->isPointerType()) {
2623 ArgType->getAs<PointerType>()->getPointeeType();
2628 ActualArgType = ArgType;
2632 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
H A DCGBuiltin.cpp299 llvm::Type *ArgType = ArgValue->getType(); local
300 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
316 llvm::Type *ArgType = ArgValue->getType(); local
317 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
333 llvm::Type *ArgType = ArgValue->getType(); local
334 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
339 llvm::ConstantInt::get(ArgType, 1));
340 Value *Zero = llvm::Constant::getNullValue(ArgType);
354 llvm::Type *ArgType = ArgValue->getType(); local
355 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
370 llvm::Type *ArgType = ArgValue->getType(); local
382 llvm::Type *ArgType = ArgValue->getType(); local
395 llvm::Type *ArgType = ArgValue->getType(); local
468 llvm::Type *ArgType = Base->getType(); local
1309 llvm::Type *ArgType = Arg0->getType(); local
1322 llvm::Type *ArgType = Base->getType(); local
1335 llvm::Type *ArgType = FirstArg->getType(); local
2433 LookupNeonLLVMIntrinsic(unsigned IntrinsicID, unsigned Modifier, llvm::Type *ArgType, const CallExpr *E) argument
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp896 QualType ArgType) {
898 Qualifiers ArgQs = ArgType.getQualifiers();
3087 QualType ArgType = GetTypeOfFunction(S, R, Fn); local
3088 if (ArgType.isNull()) continue;
3092 ArgType->isFunctionType())
3093 ArgType = S.Context.getPointerType(ArgType);
3112 ArgType, Info, Deduced, TDF);
3115 Match = ArgType;
3130 QualType &ArgType,
895 hasInconsistentOrSupersetQualifiersOf(QualType ParamType, QualType ArgType) argument
3127 AdjustFunctionParmAndArgTypesForDeduction(Sema &S, TemplateParameterList *TemplateParams, QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) argument
3268 QualType ArgType = Arg->getType(); local
3367 QualType ArgType = Arg->getType(); local
3438 QualType ArgType = Arg->getType(); local
[all...]
H A DSemaCodeComplete.cpp2854 QualType ArgType; local
2858 ArgType = FDecl->getParamDecl(I)->getOriginalType();
2860 ArgType = Proto->getParamType(I);
2863 ArgType.getAsStringInternal(ArgString, Policy);
H A DSemaDeclObjC.cpp3092 QualType ArgType; local
3096 ArgType = Context.getObjCIdType();
3099 ArgType = GetTypeFromParser(ArgInfo[i].Type, &DI);
3123 ArgType, DI, SC_None);
3145 QualType ArgType = Param->getType(); local
3146 if (ArgType.isNull())
3147 ArgType = Context.getObjCIdType();
3150 ArgType = Context.getAdjustedParameterType(ArgType);
H A DSemaInit.cpp4455 QualType ArgType = Initializer->getType(); local
4457 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
4460 ArgType = S.Context.getPointerType(ArgPointee);
4465 if (!S.isObjCWritebackConversion(ArgType, Entity.getType(),
H A DSemaLookup.cpp2407 QualType ArgType = CanTy; local
2431 ArgType.addConst();
2433 ArgType.addVolatile();
2448 OpaqueValueExpr FakeArg(SourceLocation(), ArgType, VK); local
H A DSemaTemplate.cpp3002 QualType ArgType; local
3011 ArgType = Arg.getAsType();
3064 ArgType =
3067 DependentNameTypeLoc TL = TLB.push<DependentNameTypeLoc>(ArgType);
3071 TSI = TLB.getTypeSourceInfo(Context, ArgType);
3075 AL = TemplateArgumentLoc(TemplateArgument(ArgType),
3098 ArgType = Context.getCanonicalType(ArgType);
3104 ArgType->isObjCLifetimeType() &&
3105 !ArgType
3143 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); local
4273 CheckTemplateArgumentIsCompatibleWithParameter( Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, Expr *Arg, QualType ArgType) argument
4338 QualType ArgType = Arg->getType(); local
4850 QualType ArgType = Arg->getType(); local
4974 QualType ArgType = Arg->getType(); local
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp2031 char ArgType = Proto[I + 1]; local
2032 if (ArgType == 'c') {
2037 if (ArgType == 'p') {
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1448 PointerType *ArgType = cast<PointerType>(LHS->getType()); local
1453 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2653 Type *ArgType = ArgTypeL; local
2693 ArgType = ArgTypeH;
2731 if (ArgType->isVectorTy()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2312 QualType ArgType = proto->getParamType(i); local
2313 RewriteBlockPointerType(FdStr, ArgType);

Completed in 2277 milliseconds

12