Home
last modified time | relevance | path

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

123

/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/compiler-rt/lib/profile/
DInstrProfiling.h105 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp34 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
DDIARawSymbol.cpp97 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/
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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp185 auto ArgType = Arg->getType(); in start() local
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py22 ArgType = type(byref(c_int(0))) variable
/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/python/cpython3/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp453 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType() local
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXAsmPrinter.cpp470 const Type *ArgType = (*i).getType(); in EmitFunctionEntryLabel() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp157 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/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/clang/test/CodeGenCXX/
Ddestructors.cpp405 struct ArgType { struct
/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/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

123