/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAFrameData.cpp | 21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue()
|
H A D | DIASectionContrib.cpp | 33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue()
|
H A D | DIARawSymbol.cpp | 97 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 D | psargs.c | 430 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 D | aslbtypes.c | 76 UINT32 ArgType) in AnMapArgTypeToBtype()
|
H A D | aslwalks.c | 177 UINT32 ArgType; in AnOperandTypecheckWalkEnd() local
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nsarguments.c | 73 UINT8 ArgType; in AcpiNsCheckArgumentTypes() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfiling.h | 74 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utdecode.c | 654 UINT32 ArgType) in AcpiUtGetArgumentTypeName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 110 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr() local
|
H A D | UncountedLocalVarsChecker.cpp | 168 const auto *ArgType = V->getType().getTypePtr(); in visitVarDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 188 auto ArgType = Arg->getType(); in start() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 143 Type *ArgType = AI->getType(); in createWrapper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 210 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 402 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
|
H A D | AMDGPURewriteOutArguments.cpp | 434 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbtest.c | 1110 UINT8 ArgType; in AcpiDbEvaluateOnePredefinedName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
|
H A D | SimplifyLibCalls.cpp | 2052 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 D | Mips16HardFloat.cpp | 158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 557 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 D | MveEmitter.cpp | 796 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 D | ObjCMT.cpp | 429 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 D | SemaTemplate.cpp | 4957 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 D | TGParser.cpp | 1140 RecTy *ArgType = nullptr; in ParseOperation() local 3745 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues() local
|