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

12

/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h16 enum ArgType { enum in namespace:sandbox
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h48 enum ArgType { enum in class:playground2::ErrorCode
136 ArgType width() const { return width_; }
159 ErrorCode(int argno, ArgType width, Operation op, uint64_t value,
176 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.cpp355 struct ArgType { struct in namespace:test9
356 ~ArgType();
359 void f1(const ArgType& = ArgType());
365 // CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp152 Type *ArgType = F.getFunctionType()->getParamType(0); local
153 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/ARCMigrate/
H A DObjCMT.cpp225 QualType ArgType = Context.getCanonicalType(argDecl->getType()); local
226 Qualifiers::ObjCLifetime propertyLifetime = ArgType.getObjCLifetime();
227 bool RetainableObject = ArgType->isObjCRetainableType();
230 ArgType->getAs<ObjCObjectPointerType>()) {
294 QualType ArgType = argDecl->getType(); local
295 if (!Ctx.hasSameUnqualifiedType(ArgType, GRT) ||
/external/clang/lib/AST/
H A DDeclTemplate.cpp185 QualType ArgType = Context.getTypeDeclType(TTP); local
187 ArgType = Context.getPackExpansionType(ArgType, None);
189 Arg = TemplateArgument(ArgType);
H A DExprCXX.cpp163 const QualType ArgType = Arg->getType(); local
165 if (ArgType->isDependentType() && !ArgType->isPointerType())
168 return ArgType->getAs<PointerType>()->getPointeeType();
H A DASTImporter.cpp1607 QualType ArgType = Importer.Import(*A); local
1608 if (ArgType.isNull())
1610 ArgTypes.push_back(ArgType);
/external/clang/include/clang/AST/
H A DExprObjC.h697 QualType ArgType; local
701 ArgType = (*P)->getType();
706 ArgType = (*P)->getType();
708 if (ArgType.isNull())
709 ArgType = getType();
711 return ArgType;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h213 class ArgType { class in namespace:clang::analyze_format_string
223 ArgType(Kind k = UnknownTy, const char *n = 0) : K(k), Name(n), Ptr(false) {} function in class:clang::analyze_format_string::ArgType
224 ArgType(QualType t, const char *n = 0) function in class:clang::analyze_format_string::ArgType
226 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {} function in class:clang::analyze_format_string::ArgType
228 static ArgType Invalid() { return ArgType(InvalidTy); }
231 /// Create an ArgType which corresponds to the type pointer to A.
232 static ArgType PtrTo(const ArgType& A) {
233 assert(A.K >= InvalidTy && "ArgType canno
[all...]
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp295 llvm::Type *ArgType = ArgValue->getType(); local
296 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
312 llvm::Type *ArgType = ArgValue->getType(); local
313 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType);
329 llvm::Type *ArgType = ArgValue->getType(); local
330 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType);
335 llvm::ConstantInt::get(ArgType, 1));
336 Value *Zero = llvm::Constant::getNullValue(ArgType);
350 llvm::Type *ArgType = ArgValue->getType(); local
351 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType);
366 llvm::Type *ArgType = ArgValue->getType(); local
378 llvm::Type *ArgType = ArgValue->getType(); local
391 llvm::Type *ArgType = ArgValue->getType(); local
457 llvm::Type *ArgType = Base->getType(); local
1301 llvm::Type *ArgType = Base->getType(); local
1315 llvm::Type *ArgType = FirstArg->getType(); local
[all...]
H A DCGClass.cpp1708 QualType ArgType = Arg->getType(); local
1709 EmitCallArg(Args, *Arg, ArgType);
H A DCodeGenFunction.h2441 void EmitCallArg(CallArgList &args, const Expr *E, QualType ArgType);
2499 QualType ArgType = *I; local
2502 if (ArgType->isPointerType() && ActualArgType->isPointerType()) {
2506 ArgType->getAs<PointerType>()->getPointeeType();
2511 ActualArgType = ArgType;
2515 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
2520 EmitCallArg(Args, *Arg, ArgType);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1257 Type *ArgType = Op->getType(); local
1259 Intrinsic::cttz, ArgType);
1264 Value *Cond = B.CreateICmpNE(Op, Constant::getNullValue(ArgType));
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp847 QualType ArgType) {
849 Qualifiers ArgQs = ArgType.getQualifiers();
3050 QualType ArgType = GetTypeOfFunction(S, R, Fn); local
3051 if (ArgType.isNull()) continue;
3055 ArgType->isFunctionType())
3056 ArgType = S.Context.getPointerType(ArgType);
3075 ArgType, Info, Deduced, TDF);
3078 Match = ArgType;
3093 QualType &ArgType,
846 hasInconsistentOrSupersetQualifiersOf(QualType ParamType, QualType ArgType) argument
3090 AdjustFunctionParmAndArgTypesForDeduction(Sema &S, TemplateParameterList *TemplateParams, QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) argument
3231 QualType ArgType = Arg->getType(); local
3332 QualType ArgType = Arg->getType(); local
3424 QualType ArgType = Arg->getType(); local
[all...]
H A DSemaCodeComplete.cpp2860 QualType ArgType; local
2864 ArgType = FDecl->getParamDecl(I)->getOriginalType();
2866 ArgType = Proto->getArgType(I);
2869 ArgType.getAsStringInternal(ArgString, Policy);
H A DSemaDeclObjC.cpp3115 QualType ArgType; local
3119 ArgType = Context.getObjCIdType();
3122 ArgType = GetTypeFromParser(ArgInfo[i].Type, &DI);
3146 ArgType, DI, SC_None);
3168 QualType ArgType = Param->getType(); local
3169 if (ArgType.isNull())
3170 ArgType = Context.getObjCIdType();
3173 ArgType = Context.getAdjustedParameterType(ArgType);
H A DSemaInit.cpp4276 QualType ArgType = Initializer->getType(); local
4278 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) {
4281 ArgType = S.Context.getPointerType(ArgPointee);
4286 if (!S.isObjCWritebackConversion(ArgType, Entity.getType(),
H A DSemaLookup.cpp2284 QualType ArgType = Proto->getArgType(0).getNonReferenceType(); local
2285 if (Context.hasSameUnqualifiedType(T1, ArgType))
2293 QualType ArgType = Proto->getArgType(1).getNonReferenceType(); local
2294 if (Context.hasSameUnqualifiedType(T2, ArgType))
2417 QualType ArgType = CanTy; local
2441 ArgType.addConst();
2443 ArgType.addVolatile();
2458 OpaqueValueExpr FakeArg(SourceLocation(), ArgType, VK); local
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp2240 char ArgType = Proto[arg]; local
2241 if (ArgType == 'c') {
2246 if (ArgType == 'p') {
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1376 PointerType *ArgType = cast<PointerType>(LHS->getType()); local
1381 ConstantExpr::getSizeOf(ArgType->getElementType()),
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2577 Type *ArgType = ArgTypeL; local
2617 ArgType = ArgTypeH;
2655 if (ArgType->isVectorTy()) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2340 QualType ArgType = proto->getArgType(i); local
2341 RewriteBlockPointerType(FdStr, ArgType);

Completed in 725 milliseconds

12