Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp109 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
/openbsd-src/gnu/llvm/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp31 std::string ArgType; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp84 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr() local
H A DUncountedLocalVarsChecker.cpp169 const auto *ArgType = V->getType().getTypePtr(); in visitVarDecl() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp217 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
370 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
H A DAMDGPURewriteOutArguments.cpp380 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
H A DAMDGPULibFunc.h293 unsigned char ArgType; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp191 auto ArgType = Arg->getType(); in start() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp135 Type *ArgType = AI->getType(); in createWrapper() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp422 LVType *ArgType = getTypeAsType(); in encodeTemplateArgument() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp311 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
H A DSimplifyLibCalls.cpp2473 Type *ArgType = I->getType(); in optimizeSqrt() local
2671 Type *ArgType = Op->getType(); in optimizeFFS() local
2686 Type *ArgType = Op->getType(); in optimizeFls() local
2707 Type *ArgType = Op->getType(); in optimizeIsDigit() local
2716 Type *ArgType = Op->getType(); in optimizeIsAscii() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp364 QualType ArgType = E->getTypeOfArgument(); in VisitUnaryExprOrTypeTraitExpr() local
382 QualType ArgType = E->getTypeOfArgument(); in VisitUnaryExprOrTypeTraitExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTDiagnostic.cpp589 QualType ArgType; member
1226 QualType ArgType = Iter->getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
1256 QualType ArgType = TA.getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp429 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) { in PropertyMemoryAttribute()
501 QualType ArgType = Context.getCanonicalType(argDecl->getType()); in rewriteToObjCProperty() local
1218 QualType ArgType = argDecl->getType(); in migrateProperty() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp794 const Type *ArgType; member
1310 Result::Ptr EmitterBase::getCodeForArg(unsigned ArgNum, const Type *ArgType, in getCodeForArg()
1388 const Type *ArgType = ME.getType(TypeInit, Param); in ACLEIntrinsic() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp1525 llvm::Type *ArgType = ArgValue->getType(); in EmitMSVCBuiltinExpr() local
2633 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2653 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2670 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2687 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2708 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2724 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2742 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2760 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
2776 llvm::Type *ArgType = ArgValue->getType(); in EmitBuiltinExpr() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1219 RecTy *ArgType = nullptr; in ParseOperation() local
3881 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp5147 QualType ArgType; in CheckTemplateTypeArgument() local
5281 TypeSourceInfo *ArgType = Param->getDefaultArgumentInfo(); in SubstDefaultTemplateArgument() local
6015 TypeSourceInfo *ArgType = SubstDefaultTemplateArgument( in CheckTemplateArgumentList() local
6581 Expr *Arg, QualType ArgType) { in CheckTemplateArgumentIsCompatibleWithParameter()
6641 QualType ArgType = Arg->getType(); in CheckTemplateArgumentAddressOfObjectOrFunction() local
7408 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
7531 QualType ArgType = Arg->getType(); in CheckTemplateArgument() local
H A DSemaTemplateDeduction.cpp1144 QualType ArgType) { in hasInconsistentOrSupersetQualifiersOf()
3794 QualType ArgType = GetTypeOfFunction(S, R, Fn); in ResolveOverloadForDeduction() local
3837 QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) { in AdjustFunctionParmAndArgTypesForDeduction()
4011 QualType ArgType = Arg->getType(); in DeduceTemplateArgumentsFromCallArgument() local

12