/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 177 auto ArgType = Arg->getType(); in start() local
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 77 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() 87 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() 127 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 331 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 348 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 365 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 386 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 402 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 414 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 453 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 528 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local 1398 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local 1414 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local [all …]
|
D | CGCall.cpp | 1150 QualType ArgType = I->type; in construct() local 1674 QualType ArgType, unsigned ArgNo) { in getNonNullAttr() 2696 QualType ArgType, SourceLocation ArgLoc, in emitNonNullArgCheck()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 330 Type * ArgType = P.Val->getType(); in ConstantRead() local
|
/external/clang/test/CodeGenCXX/ |
D | destructors.cpp | 397 struct ArgType { struct
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 168 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 864 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf() 3055 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local 3098 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction() 3223 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local 3324 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local 3395 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
|
D | SemaTemplate.cpp | 3020 QualType ArgType; in CheckTemplateTypeArgument() local 3161 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local 3820 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local 4289 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter() 4352 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local 4971 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local 5094 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
|
D | SemaDeclObjC.cpp | 3148 QualType ArgType; in ActOnMethodDeclaration() local 3201 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
|
D | SemaDeclCXX.cpp | 5254 QualType ArgType = ExpectedParams ? Type->getParamType(0) : QualType(); in CheckExplicitlyDefaultedSpecialMember() local 7452 QualType ArgType = Ctor->getParamDecl(0)->getType(); in isInitListConstructor() local 9996 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyAssignment() local 10388 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveAssignment() local 10817 QualType ArgType = ClassType; in DeclareImplicitCopyConstructor() local 10997 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor() local
|
D | SemaChecking.cpp | 4346 static unsigned getBestAbsFunction(ASTContext &Context, QualType ArgType, in getBestAbsFunction() 4482 unsigned AbsKind, QualType ArgType) { in emitReplacement() 4597 QualType ArgType = Call->getArg(0)->IgnoreParenImpCasts()->getType(); in CheckAbsoluteValueFunction() local
|
D | SemaLookup.cpp | 2460 QualType ArgType = CanTy; in LookupSpecialMember() local
|
/external/messageformat/java/com/ibm/icu/text/ |
D | MessagePattern.java | 805 public enum ArgType { enum in MessagePattern
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 805 public enum ArgType { enum in MessagePattern
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 436 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute() 509 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local 1240 QualType ArgType = argDecl->getType(); in migrateProperty() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1247 Type *ArgType = Op->getType(); in optimizeSqrt() local 1436 Type *ArgType = Op->getType(); in optimizeFFS() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1566 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 247 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 1189 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
|
D | DeclTemplate.cpp | 212 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
|
D | ExprCXX.cpp | 220 const QualType ArgType = Arg->getType(); in getDestroyedType() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 2024 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1539 Type *ArgType = CS.getArgument(3+i)->getType(); in VerifyStatepoint() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 2646 Type *ArgType = ArgTypeL; in getReplacementInput() local
|