Home
last modified time | relevance | path

Searched defs:ArgSize (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DFunction.cpp18 Function::Function(Program &P, const FunctionDecl *F, unsigned ArgSize, in Function()
DInterpFrame.h157 const unsigned ArgSize; variable
DFunction.h176 unsigned ArgSize; variable
/openbsd/src/gnu/llvm/llvm/lib/Option/
DOption.cpp111 size_t ArgSize = Spelling.size(); in acceptInternal() local
DOptTable.cpp338 unsigned ArgSize = matchOption(Start, Str, IgnoreCase); in parseOneArgGrouped() local
411 unsigned ArgSize = 0; in ParseOneArg() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp218 unsigned ArgSize = TD->getTypeAllocSize(ArgType); in lowerPrintfForGpu() local
440 unsigned ArgSize = TD->getTypeAllocSize(TheBtCast->getType()); in lowerPrintfForGpu() local
DSIISelLowering.cpp1809 unsigned ArgSize = VA.getValVT().getStoreSize(); in lowerStackParameter() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4661 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local
4705 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
4878 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
5047 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
5266 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local
5287 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local
5507 uint64_t ArgSize = 8; in visitCallBase() local
5529 uint64_t ArgSize = 8; in visitCallBase() local
5559 uint64_t ArgSize = alignTo(ArgAllocSize, 8); in visitCallBase() local
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerMutate.cpp214 size_t ArgSize, const uint8_t *Data, in MakeDictionaryEntryFromCMP()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateDeduction.cpp1960 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
2009 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
2188 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
DSemaChecking.cpp7943 CharUnits ArgSize = Context.getTypeSizeInChars(Arg.get()->getType()); in SemaBuiltinOSLogFormat() local
11014 uint64_t ArgSize = Context.getTypeSize(ArgType); in getBestAbsFunction() local
DSemaCodeComplete.cpp5985 OverloadCandidateSet &CandidateSet, SourceLocation Loc, size_t ArgSize) { in mergeCandidatesWithResults()
DSemaExpr.cpp6529 std::optional<CharUnits> ArgSize = in CheckStaticArrayArgument() local
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsFastISel.cpp1246 unsigned ArgSize = alignTo(ArgVT.getSizeInBits(), 4); in processCallArgs() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3082 unsigned ArgSize = (ArgVT.getSizeInBits() + 7) / 8; in processCallArgs() local
DAArch64ISelLowering.cpp6442 unsigned ArgSize = (VA.getLocInfo() == CCValAssign::Indirect in LowerFormalArguments() local
9573 unsigned ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3892 unsigned ArgSize = ArgVT.getStoreSize(); in CalculateStackSlotSize() local
4147 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4() local
4353 unsigned ArgSize = ObjSize; in LowerFormalArguments_64SVR4() local
/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp4980 unsigned ArgSize) { in CreateDeserialized()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp8898 int ArgSize = CGF.getContext().getTypeSize(Ty) / 8; in EmitVAArgForHexagonLinux() local
10351 CharUnits ArgSize = CharUnits::Zero(); in EmitVAArg() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp26533 uint32_t ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local
35316 unsigned ArgSize = MI.getOperand(6).getImm(); in EmitVAARGWithCustomInserter() local