| /trueos/sys/contrib/dev/acpica/components/parser/ |
| HD | psargs.c | 426 UINT32 ArgType, in AcpiPsGetNextSimpleArg() 763 UINT32 ArgType, in AcpiPsGetNextArg()
|
| /trueos/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsarguments.c | 73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
|
| /trueos/sys/contrib/dev/acpica/compiler/ |
| HD | aslbtypes.c | 76 UINT32 ArgType) in AnMapArgTypeToBtype()
|
| HD | aslwalks.c | 159 UINT32 ArgType; in AnOperandTypecheckWalkEnd() local
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 296 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 …]
|
| HD | CodeGenFunction.h | 2514 QualType ArgType = *I; variable
|
| HD | CGClass.cpp | 1735 QualType ArgType = Arg->getType(); in EmitSynthesizedCXXCopyCtorCall() local
|
| /trueos/sys/contrib/dev/acpica/components/debugger/ |
| HD | dbtest.c | 1017 UINT8 ArgType; in AcpiDbEvaluateOnePredefinedName() local
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | Mips16HardFloat.cpp | 153 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 847 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
|
| HD | SemaTemplate.cpp | 3012 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
|
| HD | SemaLookup.cpp | 2354 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
|
| HD | SemaDeclObjC.cpp | 3135 QualType ArgType; in ActOnMethodDeclaration() local 3188 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
|
| HD | SemaDeclCXX.cpp | 4712 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
|
| HD | SemaInit.cpp | 4336 QualType ArgType = Initializer->getType(); in tryObjCWritebackConversion() local
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 294 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/ |
| HD | IRBuilder.h | 1422 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
| /trueos/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| HD | FormatString.h | 237 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {} in ArgType() function
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTDiagnostic.cpp | 1065 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
|
| HD | DeclTemplate.cpp | 186 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
|
| HD | ExprCXX.cpp | 223 const QualType ArgType = Arg->getType(); in getDestroyedType() local
|
| HD | ASTImporter.cpp | 1607 QualType ArgType = Importer.Import(*A); in VisitFunctionProtoType() local
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyLibCalls.cpp | 1435 Type *ArgType = Op->getType(); in callOptimizer() local
|
| /trueos/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | NeonEmitter.cpp | 3064 char ArgType = Proto[arg]; in genOverloadTypeCheckCode() local
|
| /trueos/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | BBVectorize.cpp | 2580 Type *ArgType = ArgTypeL; in getReplacementInput() local
|