/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 123 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/ |
D | internal_types.h | 19 enum ArgType { enum
|
/external/compiler-rt/lib/profile/ |
D | InstrProfiling.h | 105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 228 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/ |
D | FunctionDumper.cpp | 180 auto ArgType = Arg->getType(); in start() local
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 22 ArgType = type(byref(c_int(0))) variable
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType()
|
D | PNaClTranslator.cpp | 153 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/ |
D | DIARawSymbol.cpp | 90 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/ |
D | PTXAsmPrinter.cpp | 470 const Type *ArgType = (*i).getType(); in EmitFunctionEntryLabel() local
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 618 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/ |
D | destructors.cpp | 405 struct ArgType { struct
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 860 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
|
D | SemaTemplate.cpp | 3112 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/ |
D | InstCombineSimplifyDemanded.cpp | 784 auto ArgType = cast<VectorType>(Arg->getType()); in SimplifyDemandedUseBits() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessagePattern.java | 748 public enum ArgType { enum in MessagePattern
|
/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 | 808 public enum ArgType { enum in MessagePattern
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 525 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/ |
D | IRBuilder.h | 1236 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
/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/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 253 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {} in ArgType() function
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1684 PointerType *ArgType = cast<PointerType>(LHS->getType()); variable
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1302 Type *ArgType = I->getType(); in optimizeSqrt() local 1498 Type *ArgType = Op->getType(); in optimizeFFS() local
|