Home
last modified time | relevance | path

Searched defs:IsAligned (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_util.h36 inline constexpr bool IsAligned(size_t a, size_t alignment) { in IsAligned() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp40 StringRef CurrentLinePrefix, bool IsAligned, in Change()
56 bool IsAligned, bool InPPDirective) { in replaceWhitespace()
1737 bool IsAligned) { in appendIndentText()
H A DWhitespaceManager.h129 bool IsAligned; member
H A DContinuationIndenter.h267 bool IsAligned : 1; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h468 inline constexpr bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2647 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9203 auto packLanes = [&DAG, &Ops, &DL] (SDValue Op, bool IsAligned) { in LowerINTRINSIC_W_CHAIN()