/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Function.cpp | 18 Function::Function(Program &P, const FunctionDecl *F, unsigned ArgSize, in Function()
|
H A D | InterpFrame.h | 139 const unsigned ArgSize; variable
|
H A D | Function.h | 140 unsigned ArgSize; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderGDB.cpp | 72 uint64_t ArgSize) { in readDebugObjectInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
H A D | Option.cpp | 111 size_t ArgSize = Spelling.size(); in acceptInternal() local
|
H A D | OptTable.cpp | 358 unsigned ArgSize = matchOption(Start, Str, IgnoreCase); in parseOneArgGrouped() local 418 unsigned ArgSize = 0; in ParseOneArg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 211 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu() local 521 unsigned ArgSize = in lowerPrintfForGpu() local
|
H A D | SIISelLowering.cpp | 1726 unsigned ArgSize = VA.getValVT().getStoreSize(); in lowerStackParameter() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4206 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local 4252 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local 4426 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local 4597 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local 4822 uint64_t ArgSize = DL.getTypeAllocSize(RealTy); in visitCallBase() local 4843 uint64_t ArgSize = DL.getTypeAllocSize(A->getType()); in visitCallBase() local 5066 uint64_t ArgSize = 8; in visitCallBase() local 5088 uint64_t ArgSize = 8; in visitCallBase() local 5118 uint64_t ArgSize = alignTo(ArgAllocSize, 8); in visitCallBase() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 196 size_t ArgSize, const uint8_t *Data, in MakeDictionaryEntryFromCMP()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2029 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local 2082 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local 2274 llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false); in DeduceTemplateArgumentsByTypeMatch() local
|
H A D | SemaChecking.cpp | 6550 CharUnits ArgSize = Context.getTypeSizeInChars(Arg.get()->getType()); in SemaBuiltinOSLogFormat() local 9414 uint64_t ArgSize = Context.getTypeSize(ArgType); in getBestAbsFunction() local
|
H A D | SemaCodeComplete.cpp | 5653 OverloadCandidateSet &CandidateSet, SourceLocation Loc, size_t ArgSize) { in mergeCandidatesWithResults()
|
H A D | SemaExpr.cpp | 6058 Optional<CharUnits> ArgSize = in CheckStaticArrayArgument() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1252 unsigned ArgSize = alignTo(ArgVT.getSizeInBits(), 4); in processCallArgs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3058 unsigned ArgSize = (ArgVT.getSizeInBits() + 7) / 8; in processCallArgs() local
|
H A D | AArch64ISelLowering.cpp | 4939 unsigned ArgSize = (VA.getLocInfo() == CCValAssign::Indirect in LowerFormalArguments() local 7466 unsigned ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3816 unsigned ArgSize = ArgVT.getStoreSize(); in CalculateStackSlotSize() local 4071 unsigned ArgSize = VA.getLocVT().getStoreSize(); in LowerFormalArguments_32SVR4() local 4277 unsigned ArgSize = ObjSize; in LowerFormalArguments_64SVR4() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 4755 unsigned ArgSize) { in CreateDeserialized()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 8511 int ArgSize = CGF.getContext().getTypeSize(Ty) / 8; in EmitVAArgForHexagonLinux() local 9906 CharUnits ArgSize = CharUnits::Zero(); in EmitVAArg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24637 uint32_t ArgSize = DAG.getDataLayout().getTypeAllocSize(ArgTy); in LowerVAARG() local 32109 unsigned ArgSize = MI.getOperand(6).getImm(); in EmitVAARGWithCustomInserter() local
|