Home
last modified time | relevance | path

Searched refs:PadTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1070 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding() local
1071 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1086 auto *PadTy = llvm::ArrayType::get(Int8Ty, TotalSize - SizeSoFar); in constStructWithPadding() local
1087 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()