Home
last modified time | relevance | path

Searched defs:hasPadding (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/
H A DAtomic.h55 bool hasPadding() const { return (ValueSizeInBits != AtomicSizeInBits); } in hasPadding() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h643 bool hasPadding() const { return IsPadded; } in hasPadding() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp581 bool hasPadding = false; in getCoerceAndExpandTypes() local
H A DCGAtomic.cpp172 bool hasPadding() const { in hasPadding() function in __anon5e56f1450111::AtomicInfo