| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SuspiciousMemoryComparisonCheck.cpp | 48 QualType ArgType = ArgExpr->IgnoreImplicit()->getType(); in check() local
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | invoke_helpers.h | 122 struct ArgType { struct 124 explicit ArgType(int val = 0) : value(val) {} in value() argument 127 ArgType& operator=(ArgType const&); argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/ |
| H A D | BufferDerefCheck.cpp | 54 const Type *ArgType = ArgExpr->IgnoreImpCasts()->getType().getTypePtr(); in check() local
|
| H A D | TypeMismatchCheck.cpp | 270 const Type *ArgType = argumentType(CE, BufferIdx); in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SuspiciousCallArgumentCheck.cpp | 303 static bool areRefAndQualCompatible(QualType ArgType, QualType ParamType) { in areRefAndQualCompatible() 315 static bool isCompatibleWithArrayReference(QualType ArgType, in isCompatibleWithArrayReference() 345 static bool arePointersStillQualCompatible(QualType ArgType, QualType ParamType, in arePointersStillQualCompatible() 362 static bool arePointerTypesCompatible(QualType ArgType, QualType ParamType, in arePointerTypesCompatible() 388 static bool areTypesCompatible(QualType ArgType, QualType ParamType, in areTypesCompatible()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 131 #define VALUE_PROF_FUNC_PARAM(ArgType, ArgName, ArgLLVMType) ArgType ArgName argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 109 auto *ArgType = Arg.value()->getType(); in replaceWithCallToVeclib() local
|
| /llvm-project-15.0.7/lldb/utils/TableGen/ |
| H A D | LLDBOptionDefEmitter.cpp | 31 std::string ArgType; member
|
| /llvm-project-15.0.7/libc/utils/HdrGen/ |
| H A D | PublicAPICommand.cpp | 109 llvm::Record *ArgType = ArgsList[i]->getValueAsDef("ArgType"); in writeAPIFromIndex() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedCallArgsChecker.cpp | 83 const auto *ArgType = (*P)->getType().getTypePtrOrNull(); in visitCallExpr() local
|
| H A D | UncountedLocalVarsChecker.cpp | 168 const auto *ArgType = V->getType().getTypePtr(); in visitVarDecl() local
|
| /llvm-project-15.0.7/libc/utils/tools/WrapperGen/ |
| H A D | Main.cpp | 128 llvm::Record *ArgType = ArgsList[i]->getValueAsDef("ArgType"); in writeFunctionHeader() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 191 auto ArgType = Arg->getType(); in start() local
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 135 Type *ArgType = AI->getType(); in createWrapper() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 211 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 397 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
|
| H A D | AMDGPURewriteOutArguments.cpp | 380 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | omptarget.cpp | 372 int64_t ArgSize, int64_t ArgType, map_var_info_t ArgNames, in targetDataMapper() 619 int64_t ArgType; member 913 int64_t ArgType, AsyncInfoTy &AsyncInfo) { in targetDataContiguous() 990 uint64_t Size, int64_t ArgType, in targetDataNonContiguous()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 308 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | destructors.cpp | 443 struct ArgType { struct
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 590 QualType ArgType; member 1227 QualType ArgType = Iter->getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local 1257 QualType ArgType = TA.getParamTypeForDecl(); in InitializeNonTypeDiffVariables() local
|
| /llvm-project-15.0.7/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
|