Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAFrameData.cpp21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
H A DDIASectionContrib.cpp33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
H A DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
158 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValue()
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpsargs.c430 AcpiPsGetNextSimpleArg(ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT * Arg) AcpiPsGetNextSimpleArg() argument
788 AcpiPsGetNextArg(ACPI_WALK_STATE * WalkState,ACPI_PARSE_STATE * ParserState,UINT32 ArgType,ACPI_PARSE_OBJECT ** ReturnArg) AcpiPsGetNextArg() argument
[all...]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslbtypes.c76 UINT32 ArgType) in AnMapArgTypeToBtype()
H A Daslwalks.c177 UINT32 ArgType; in AnOperandTypecheckWalkEnd() local
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsarguments.c73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h74 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutdecode.c654 UINT32 ArgType) in AcpiUtGetArgumentTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp110 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr() local
H A DUncountedLocalVarsChecker.cpp168 const auto *ArgType = V->getType().getTypePtr(); in visitVarDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp188 auto ArgType = Arg->getType(); in start() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp143 Type *ArgType = AI->getType(); in createWrapper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp210 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
402 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
H A DAMDGPURewriteOutArguments.cpp434 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbtest.c1110 UINT8 ArgType; in AcpiDbEvaluateOnePredefinedName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
H A DSimplifyLibCalls.cpp2052 Type *ArgType = I->getType(); in optimizeSqrt() local
2238 Type *ArgType = Op->getType(); in optimizeFFS() local
2252 Type *ArgType = Op->getType(); in optimizeFls() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp557 QualType ArgType; member
1191 QualType ArgType = Iter->getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
1221 QualType ArgType = TA.getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp796 const Type *ArgType; member
1304 Result::Ptr EmitterBase::getCodeForArg(unsigned ArgNum, const Type *ArgType, in getCodeForArg()
1382 const Type *ArgType = ME.getType(TypeInit, Param); in ACLEIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp429 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute()
502 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local
1219 QualType ArgType = argDecl->getType(); in migrateProperty() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp4957 QualType ArgType; in CheckTemplateTypeArgument() local
5094 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local
5812 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument(*this, in CheckTemplateArgumentList() local
6344 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter()
6407 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local
7115 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
7235 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1140 RecTy *ArgType = nullptr; in ParseOperation() local
3745 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues() local

123