/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 109 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
|
/openbsd-src/gnu/llvm/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 31 std::string ArgType; member
|
/openbsd-src/gnu/llvm/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 | 169 const auto *ArgType = V->getType().getTypePtr(); in visitVarDecl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 217 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 370 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
|
H A D | AMDGPURewriteOutArguments.cpp | 380 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
|
H A D | AMDGPULibFunc.h | 293 unsigned char ArgType; member
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 191 auto ArgType = Arg->getType(); in start() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 135 Type *ArgType = AI->getType(); in createWrapper() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 422 LVType *ArgType = getTypeAsType(); in encodeTemplateArgument() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 311 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
|
H A D | SimplifyLibCalls.cpp | 2473 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 D | ByteCodeExprGen.cpp | 364 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 D | Mips16HardFloat.cpp | 159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 589 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 D | ObjCMT.cpp | 429 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 D | MveEmitter.cpp | 794 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 D | CGBuiltin.cpp | 1525 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 D | TGParser.cpp | 1219 RecTy *ArgType = nullptr; in ParseOperation() local 3881 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 5147 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 D | SemaTemplateDeduction.cpp | 1144 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
|