Home
last modified time | relevance | path

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

12

/trueos/sys/contrib/dev/acpica/components/parser/
HDpsargs.c426 UINT32 ArgType, in AcpiPsGetNextSimpleArg()
763 UINT32 ArgType, in AcpiPsGetNextArg()
/trueos/sys/contrib/dev/acpica/components/namespace/
HDnsarguments.c73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
/trueos/sys/contrib/dev/acpica/compiler/
HDaslbtypes.c76 UINT32 ArgType) in AnMapArgTypeToBtype()
HDaslwalks.c159 UINT32 ArgType; in AnOperandTypecheckWalkEnd() local
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBuiltin.cpp296 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
313 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
330 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
351 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
367 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
379 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
392 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
459 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1298 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local
1311 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
[all …]
HDCodeGenFunction.h2514 QualType ArgType = *I; variable
HDCGClass.cpp1735 QualType ArgType = Arg->getType(); in EmitSynthesizedCXXCopyCtorCall() local
/trueos/sys/contrib/dev/acpica/components/debugger/
HDdbtest.c1017 UINT8 ArgType; in AcpiDbEvaluateOnePredefinedName() local
/trueos/contrib/llvm/lib/Target/Mips/
HDMips16HardFloat.cpp153 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp847 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf()
3061 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local
3104 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
3242 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local
3341 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
3433 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
HDSemaTemplate.cpp3012 QualType ArgType = Context.getCanonicalType(Arg.getAsType()); in CheckTemplateTypeArgument() local
3057 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local
3716 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local
4170 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter()
4233 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local
4736 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
4860 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
HDSemaLookup.cpp2354 QualType ArgType = Proto->getArgType(0).getNonReferenceType(); in IsAcceptableNonMemberOperatorCandidate() local
2363 QualType ArgType = Proto->getArgType(1).getNonReferenceType(); in IsAcceptableNonMemberOperatorCandidate() local
2487 QualType ArgType = CanTy; in LookupSpecialMember() local
HDSemaDeclObjC.cpp3135 QualType ArgType; in ActOnMethodDeclaration() local
3188 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
HDSemaDeclCXX.cpp4712 QualType ArgType = ExpectedParams ? Type->getArgType(0) : QualType(); in CheckExplicitlyDefaultedSpecialMember() local
6808 QualType ArgType = Ctor->getParamDecl(0)->getType(); in isInitListConstructor() local
9194 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyAssignment() local
9583 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveAssignment() local
10012 QualType ArgType = ClassType; in DeclareImplicitCopyConstructor() local
10182 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor() local
HDSemaInit.cpp4336 QualType ArgType = Initializer->getType(); in tryObjCWritebackConversion() local
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp294 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute()
365 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local
1094 QualType ArgType = argDecl->getType(); in migrateProperty() local
/trueos/contrib/llvm/include/llvm/IR/
HDIRBuilder.h1422 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/trueos/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDFormatString.h237 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {} in ArgType() function
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTDiagnostic.cpp1065 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
HDDeclTemplate.cpp186 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
HDExprCXX.cpp223 const QualType ArgType = Arg->getType(); in getDestroyedType() local
HDASTImporter.cpp1607 QualType ArgType = Importer.Import(*A); in VisitFunctionProtoType() local
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp1435 Type *ArgType = Op->getType(); in callOptimizer() local
/trueos/contrib/llvm/tools/clang/utils/TableGen/
HDNeonEmitter.cpp3064 char ArgType = Proto[arg]; in genOverloadTypeCheckCode() local
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDBBVectorize.cpp2580 Type *ArgType = ArgTypeL; in getReplacementInput() local

12