/llvm-project/clang/lib/Sema/ |
H A D | SemaBPF.cpp | 41 QualType ArgType = Arg->getType(); in isValidPreserveTypeInfoArg() local 72 QualType ArgType = Arg->getType(); in isValidPreserveEnumValueArg() local
|
H A D | SemaPPC.cpp | 42 QualType ArgType = Arg->getType(); checkAIXMemberAlignment() local 211 QualType ArgType = TheCall->getArg(0)->getType(); CheckPPCBuiltinFunctionCall() local 232 QualType ArgType = QualType(Context.LongDoubleTy); CheckPPCBuiltinFunctionCall() local [all...] |
/llvm-project/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/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/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousMemoryComparisonCheck.cpp | 47 QualType ArgType = ArgExpr->IgnoreImplicit()->getType(); in check() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTableExecutorEmitter.h | 79 raw_ostream &OS, StringRef TypeIdentifier, StringRef ArgType, in emitCxxPredicateFns() argument
|
/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
H A D | BufferDerefCheck.cpp | 52 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/clang-tools-extra/clang-tidy/readability/ |
H A D | SuspiciousCallArgumentCheck.cpp | 302 static bool areRefAndQualCompatible(QualType ArgType, QualType ParamType, in areRefAndQualCompatible() argument 314 isCompatibleWithArrayReference(QualType ArgType,QualType ParamType) isCompatibleWithArrayReference() argument 344 arePointersStillQualCompatible(QualType ArgType,QualType ParamType,bool & IsParamContinuouslyConst) arePointersStillQualCompatible() argument 361 arePointerTypesCompatible(QualType ArgType,QualType ParamType,bool IsParamContinuouslyConst) arePointerTypesCompatible() argument 387 areTypesCompatible(QualType ArgType,QualType ParamType,const ASTContext & Ctx) areTypesCompatible() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp |
|
H A D | UncountedLocalVarsChecker.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FormatStringConverter.cpp | 157 isMatchingSignedness(ConversionSpecifier::Kind ArgKind,const clang::QualType & ArgType) isMatchingSignedness() argument 400 const clang::QualType &ArgType = Arg->getType(); emitIntegerArgument() local 470 const clang::QualType &ArgType = Arg->getType(); emitType() local [all...] |
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 154 VALUE_PROF_FUNC_PARAM(ArgType,ArgName,ArgLLVMType) global() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 185 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 340 Type *ArgType in lowerPrintfForGpu() local [all...] |
/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 31 std::string ArgType; member
|
/llvm-project/libc/utils/HdrGen/ |
H A D | Generator.cpp |
|
H A D | PublicAPICommand.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | MoveConstArgCheck.cpp | 110 const QualType ArgType = Arg->getType().getCanonicalType(); in check() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 135 Type *ArgType = AI->getType(); createWrapper() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MinMaxUseInitializerListCheck.cpp | 108 const QualType ArgType = Arg->IgnoreParenImpCasts() generateReplacements() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 191 auto ArgType = Arg->getType(); in start() local
|
/llvm-project/offload/src/ |
H A D | omptarget.cpp | 509 targetDataMapper(ident_t * Loc,DeviceTy & Device,void * ArgBase,void * Arg,int64_t ArgSize,int64_t ArgType,map_var_info_t ArgNames,void * ArgMapper,AsyncInfoTy & AsyncInfo,TargetDataFuncPtrTy TargetDataFunction) targetDataMapper() argument 745 int64_t ArgType; global() member 982 targetDataContiguous(ident_t * Loc,DeviceTy & Device,void * ArgsBase,void * HstPtrBegin,int64_t ArgSize,int64_t ArgType,AsyncInfoTy & AsyncInfo) targetDataContiguous() argument 1073 targetDataNonContiguous(ident_t * Loc,DeviceTy & Device,void * ArgsBase,__tgt_target_non_contig * NonContig,uint64_t Size,int64_t ArgType,int CurrentDim,int DimSize,uint64_t Offset,AsyncInfoTy & AsyncInfo) targetDataNonContiguous() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdVariantChecker.cpp | 224 const auto &ArgType = Call.getArgSVal(0) in handleStdGetCall() local
|