Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/function.objects/func.require/
Dinvoke_helpers.h80 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/
DInstrProfiling.h74 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/external/libchrome/sandbox/win/src/
Dinternal_types.h19 enum ArgType { enum
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp177 auto ArgType = Arg->getType(); in start() local
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp77 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/
DCGBuiltin.cpp521 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 …]
DCGCall.cpp1195 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/
DR600KernelParameters.cpp330 Type * ArgType = P.Val->getType(); in ConstantRead() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/clang/test/CodeGenCXX/
Ddestructors.cpp402 struct ArgType { struct
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp864 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
DSemaTemplate.cpp3069 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
DSemaDeclCXX.cpp5290 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
DSemaDeclObjC.cpp4180 QualType ArgType; in ActOnMethodDeclaration() local
4233 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
/external/messageformat/java/com/ibm/icu/text/
DMessagePattern.java805 public enum ArgType { enum in MessagePattern
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java806 public enum ArgType { enum in MessagePattern
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePattern.java746 public enum ArgType { enum in MessagePattern
/external/clang/lib/ARCMigrate/
DObjCMT.cpp426 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/
DIRBuilder.h1663 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h248 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1437 Type *ArgType = Op->getType(); in optimizeSqrt() local
1658 Type *ArgType = Op->getType(); in optimizeFFS() local
/external/clang/lib/AST/
DDeclTemplate.cpp216 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
DExprCXX.cpp220 const QualType ArgType = Arg->getType(); in getDestroyedType() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp2038 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1060 auto ArgType = cast<VectorType>(Arg->getType()); in visitCallInst() local

12