/external/libcxx/test/std/utilities/function.objects/func.require/ |
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
|
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 74 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
/external/libchrome/sandbox/win/src/ |
D | internal_types.h | 19 enum ArgType { enum
|
/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 | 521 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 538 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 555 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 576 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 592 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 610 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 649 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local 708 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local 1533 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local 1549 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local [all …]
|
D | CGCall.cpp | 1195 QualType ArgType = I->type; in construct() local 1789 QualType ArgType, unsigned ArgNo) { in getNonNullAttr() 2805 void CodeGenFunction::EmitNonNullArgCheck(RValue RV, QualType ArgType, in EmitNonNullArgCheck()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600KernelParameters.cpp | 330 Type * ArgType = P.Val->getType(); in ConstantRead() local
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/external/clang/test/CodeGenCXX/ |
D | destructors.cpp | 402 struct ArgType { struct
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 864 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf() 3064 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local 3107 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction() 3301 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local 3402 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local 3465 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
|
D | SemaTemplate.cpp | 3069 QualType ArgType; in CheckTemplateTypeArgument() local 3210 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local 3896 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local 4371 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter() 4434 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local 5051 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local 5174 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
|
D | SemaDeclCXX.cpp | 5290 QualType ArgType = ExpectedParams ? Type->getParamType(0) : QualType(); in CheckExplicitlyDefaultedSpecialMember() local 7476 QualType ArgType = Ctor->getParamDecl(0)->getType(); in isInitListConstructor() local 10033 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyAssignment() local 10427 QualType ArgType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveAssignment() local 10858 QualType ArgType = ClassType; in DeclareImplicitCopyConstructor() local 11038 QualType ArgType = Context.getRValueReferenceType(ClassType); in DeclareImplicitMoveConstructor() local
|
D | SemaDeclObjC.cpp | 4180 QualType ArgType; in ActOnMethodDeclaration() local 4233 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() 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 | 806 public enum ArgType { enum in MessagePattern
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessagePattern.java | 746 public enum ArgType { enum in MessagePattern
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 426 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute() 499 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local 1228 QualType ArgType = argDecl->getType(); in migrateProperty() local
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1663 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 248 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1437 Type *ArgType = Op->getType(); in optimizeSqrt() local 1658 Type *ArgType = Op->getType(); in optimizeFFS() local
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 216 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 | 2038 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1060 auto ArgType = cast<VectorType>(Arg->getType()); in visitCallInst() local
|