Home
last modified time | relevance | path

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

12

/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.cpp331 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 …]
DCGCall.cpp1150 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/
DR600KernelParameters.cpp330 Type * ArgType = P.Val->getType(); in ConstantRead() local
/external/clang/test/CodeGenCXX/
Ddestructors.cpp397 struct ArgType { struct
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp168 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp864 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
DSemaTemplate.cpp3020 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
DSemaDeclObjC.cpp3148 QualType ArgType; in ActOnMethodDeclaration() local
3201 QualType ArgType = Param->getType(); in ActOnMethodDeclaration() local
DSemaDeclCXX.cpp5254 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
DSemaChecking.cpp4346 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
DSemaLookup.cpp2460 QualType ArgType = CanTy; in LookupSpecialMember() 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.java805 public enum ArgType { enum in MessagePattern
/external/clang/lib/ARCMigrate/
DObjCMT.cpp436 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/
DSimplifyLibCalls.cpp1247 Type *ArgType = Op->getType(); in optimizeSqrt() local
1436 Type *ArgType = Op->getType(); in optimizeFFS() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1566 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h247 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
/external/clang/lib/AST/
DASTDiagnostic.cpp1189 QualType ArgType = DefaultTTPD->getDefaultArgument(); in GetType() local
DDeclTemplate.cpp212 QualType ArgType = Context.getTypeDeclType(TTP); in GenerateInjectedTemplateArgs() local
DExprCXX.cpp220 const QualType ArgType = Arg->getType(); in getDestroyedType() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp2024 char ArgType = Proto[I + 1]; in genOverloadTypeCheckCode() local
/external/llvm/lib/IR/
DVerifier.cpp1539 Type *ArgType = CS.getArgument(3+i)->getType(); in VerifyStatepoint() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2646 Type *ArgType = ArgTypeL; in getReplacementInput() local

12