Home
last modified time | relevance | path

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

123

/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp41 QualType ArgType = Arg->getType(); in isValidPreserveTypeInfoArg() local
72 QualType ArgType = Arg->getType(); in isValidPreserveEnumValueArg() local
H A DSemaPPC.cpp42 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 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()
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h122 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 DSuspiciousMemoryComparisonCheck.cpp47 QualType ArgType = ArgExpr->IgnoreImplicit()->getType(); in check() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.h79 raw_ostream &OS, StringRef TypeIdentifier, StringRef ArgType, in emitCxxPredicateFns() argument
/llvm-project/clang-tools-extra/clang-tidy/mpi/
H A DBufferDerefCheck.cpp52 const Type *ArgType = ArgExpr->IgnoreImpCasts()->getType().getTypePtr(); in check() local
H A DTypeMismatchCheck.cpp270 const Type *ArgType = argumentType(CE, BufferIdx); in check() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp302 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 DUncountedCallArgsChecker.cpp
H A DUncountedLocalVarsChecker.cpp
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFormatStringConverter.cpp157 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 DInstrProfiling.h154 VALUE_PROF_FUNC_PARAM(ArgType,ArgName,ArgLLVMType) global() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp185 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local
340 Type *ArgType in lowerPrintfForGpu() local
[all...]
/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp31 std::string ArgType; member
/llvm-project/libc/utils/HdrGen/
H A DGenerator.cpp
H A DPublicAPICommand.cpp
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp110 const QualType ArgType = Arg->getType().getCanonicalType(); in check() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp135 Type *ArgType = AI->getType(); createWrapper() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMinMaxUseInitializerListCheck.cpp108 const QualType ArgType = Arg->IgnoreParenImpCasts() generateReplacements() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp191 auto ArgType = Arg->getType(); in start() local
/llvm-project/offload/src/
H A Domptarget.cpp509 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 DStdVariantChecker.cpp224 const auto &ArgType = Call.getArgSVal(0) in handleStdGetCall() local

123