/minix3/minix/drivers/power/acpi/parser/ |
H A D | psargs.c | 426 UINT32 ArgType, in AcpiPsGetNextSimpleArg() 763 UINT32 ArgType, in AcpiPsGetNextArg()
|
/minix3/minix/drivers/power/acpi/namespace/ |
H A D | nsarguments.c | 73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/ |
H A D | invoke_helpers.h | 80 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 D | CGBuiltin.cpp | 307 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 D | CGCall.cpp | 1129 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 D | Mips16HardFloat.cpp | 155 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | destructors.cpp | 398 struct ArgType { struct
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 895 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 D | SemaTemplate.cpp | 3001 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 D | SemaDeclObjC.cpp | 3135 QualType ArgType; in ActOnMethodDeclaration() local 3188 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
|
H A D | SemaDeclCXX.cpp | 5191 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 D | SemaChecking.cpp | 4122 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 D | SemaLookup.cpp | 2440 QualType ArgType = CanTy; in LookupSpecialMember() local
|
H A D | SemaOverload.cpp | 5507 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 D | MagicUtil.cpp | 1033 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 D | ObjCMT.cpp | 433 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 D | SimplifyLibCalls.cpp | 1198 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 D | IRBuilder.h | 1530 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | FormatString.h | 237 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1189 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
|
H A D | DeclTemplate.cpp | 186 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
|
H A D | ExprCXX.cpp | 219 const QualType ArgType = Arg->getType(); in getDestroyedType() local
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 2031 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Verifier.cpp | 2665 Type *ArgType = CI.getArgOperand(3+i)->getType(); in visitIntrinsicFunctionCall() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | BBVectorize.cpp | 2650 Type *ArgType = ArgTypeL; in getReplacementInput() local
|