| /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/compiler-rt/lib/profile/ |
| D | InstrProfiling.h | 105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIASectionContrib.cpp | 34 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
|
| D | DIARawSymbol.cpp | 97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() 107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() 147 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
|
| /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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
| D | PrettyFunctionDumper.cpp | 185 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/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/python/cpython3/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()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURewriteOutArguments.cpp | 453 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroElide.cpp | 95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
| D | PTXAsmPrinter.cpp | 470 const Type *ArgType = (*i).getType(); in EmitFunctionEntryLabel() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
| D | LibCallsShrinkWrap.cpp | 310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
|
| /external/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 157 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/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/clang/test/CodeGenCXX/ |
| D | destructors.cpp | 405 struct ArgType { struct
|
| /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/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
|