Home
last modified time | relevance | path

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

12

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dinvoke_helpers.h123 struct ArgType { struct
125 explicit ArgType(int val = 0) : value(val) {} in value() argument
128 ArgType& operator=(ArgType const&); argument
/external/libchrome/sandbox/win/src/
Dinternal_types.h19 enum ArgType { enum
/external/compiler-rt/lib/profile/
DInstrProfiling.h105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp228 static void EmitTypeGenerate(raw_ostream &OS, const Record *ArgType, in EmitTypeGenerate()
351 Record *ArgType = RetTys[j]; in EmitVerifier() local
379 Record *ArgType = ParamTys[j]; in EmitVerifier() local
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp180 auto ArgType = Arg->getType(); in start() local
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py22 ArgType = type(byref(c_int(0))) variable
/external/swiftshader/third_party/subzero/src/
DIceTypes.h167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType()
DPNaClTranslator.cpp153 void appendArgType(Ice::Type ArgType) { Signature.appendArgType(ArgType); } in appendArgType()
1393 for (Ice::Type ArgType : Signature.getArgList()) { in parseFunction() local
2106 Ice::Type ArgType, Ice::Type ParamType) { in verifyCallArgTypeMatches()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp90 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
100 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
140 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp470 const Type *ArgType = (*i).getType(); in EmitFunctionEntryLabel() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp618 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
635 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
652 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
673 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
689 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
707 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
808 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1622 llvm::Type *ArgType = Arg0->getType(); in EmitBuiltinExpr() local
1638 llvm::Type *ArgType = Base->getType(); in EmitBuiltinExpr() local
1651 llvm::Type *ArgType = FirstArg->getType(); in EmitBuiltinExpr() local
[all …]
/external/clang/test/CodeGenCXX/
Ddestructors.cpp405 struct ArgType { struct
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp860 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf()
3056 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local
3099 QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
3293 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentByListElement() local
3394 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
3457 QualType ArgType = Arg->getType(); in DeduceTemplateArguments() local
DSemaTemplate.cpp3112 QualType ArgType; in CheckTemplateTypeArgument() local
3253 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local
3934 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local
4412 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter()
4475 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local
5092 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
5215 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp784 auto ArgType = cast<VectorType>(Arg->getType()); in SimplifyDemandedUseBits() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePattern.java748 public enum ArgType { enum in MessagePattern
/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.java808 public enum ArgType { enum in MessagePattern
/external/clang/lib/AST/
DASTDiagnostic.cpp525 QualType ArgType; member
1151 QualType ArgType = Iter->getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
1181 QualType ArgType = TA.getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h1236 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/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/clang/include/clang/Analysis/Analyses/
DFormatString.h253 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
/external/llvm/include/llvm/IR/
DIRBuilder.h1684 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1302 Type *ArgType = I->getType(); in optimizeSqrt() local
1498 Type *ArgType = Op->getType(); in optimizeFFS() local

12