Home
last modified time | relevance | path

Searched defs:ArgType (Results 1 – 25 of 33) sorted by relevance

12

/minix3/minix/drivers/power/acpi/parser/
H A Dpsargs.c426 UINT32 ArgType, in AcpiPsGetNextSimpleArg()
763 UINT32 ArgType, in AcpiPsGetNextArg()
/minix3/minix/drivers/power/acpi/namespace/
H A Dnsarguments.c73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/
H A Dinvoke_helpers.h80 struct ArgType { struct
82 explicit ArgType(int val = 0) : value(val) {} in value() argument
85 ArgType& operator=(ArgType const&); argument
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp307 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
324 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
341 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
362 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
378 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
390 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
424 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
499 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1355 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local
1368 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
[all …]
H A DCGCall.cpp1129 QualType ArgType = I->type; in construct() local
1633 QualType ArgType, unsigned ArgNo) { in getNonNullAttr()
2653 QualType ArgType, SourceLocation ArgLoc, in emitNonNullArgCheck()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp155 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddestructors.cpp398 struct ArgType { struct
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp895 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf()
3088 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local
3131 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
3269 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local
3368 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
3439 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
H A DSemaTemplate.cpp3001 QualType ArgType; in CheckTemplateTypeArgument() local
3142 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local
3801 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local
4270 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter()
4333 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local
4952 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
5075 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
H A DSemaDeclObjC.cpp3135 QualType ArgType; in ActOnMethodDeclaration() local
3188 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
H A DSemaDeclCXX.cpp5191 QualType ArgType = ExpectedParams ? Type->getParamType(0) : QualType(); in CheckExplicitlyDefaultedSpecialMember() local
7389 QualType ArgType = Ctor->getParamDecl(0)->getType(); in isInitListConstructor() local
9886 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyAssignment() local
10278 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveAssignment() local
10707 QualType ArgType = ClassType; in DeclareImplicitCopyConstructor() local
10887 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor() local
H A DSemaChecking.cpp4122 static unsigned getBestAbsFunction(ASTContext &Context, QualType ArgType, in getBestAbsFunction()
4258 unsigned AbsKind, QualType ArgType) { in emitReplacement()
4373 QualType ArgType = Call->getArg(0)->IgnoreParenImpCasts()->getType(); in CheckAbsoluteValueFunction() local
H A DSemaLookup.cpp2440 QualType ArgType = CanTy; in LookupSpecialMember() local
H A DSemaOverload.cpp5507 QualType ArgType = Proto->getParamType(0).getNonReferenceType(); in IsAcceptableNonMemberOperatorCandidate() local
5516 QualType ArgType = Proto->getParamType(1).getNonReferenceType(); in IsAcceptableNonMemberOperatorCandidate() local
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp1033 TYPECONST Type* ArgType = callArgs[i]->getType(); in inlinePreHookForwardingCall() local
1073 TYPECONST Type* ArgType = callArgs[i]->getType(); in inlinePostHookForwardingCall() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp433 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute()
506 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local
1222 QualType ArgType = argDecl->getType(); in migrateProperty() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1198 Type *ArgType = Op->getType(); in optimizeSqrt() local
1387 Type *ArgType = Op->getType(); in optimizeFFS() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1530 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DFormatString.h237 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1189 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
H A DDeclTemplate.cpp186 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
H A DExprCXX.cpp219 const QualType ArgType = Arg->getType(); in getDestroyedType() local
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp2031 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2665 Type *ArgType = CI.getArgOperand(3+i)->getType(); in visitIntrinsicFunctionCall() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2650 Type *ArgType = ArgTypeL; in getReplacementInput() local

12