Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp33 StringRef CurrentLinePrefix, bool IsAligned, in Change()
49 bool IsAligned, bool InPPDirective) { in replaceWhitespace()
1012 bool IsAligned) { in appendIndentText()
H A DWhitespaceManager.h129 bool IsAligned; member
H A DContinuationIndenter.h271 bool IsAligned : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp105 bool IsAligned = false; member in __anonf4dbc8260111::X86FoldTablesEmitter::X86FoldTableEntry
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h393 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h397 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h444 inline constexpr bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2501 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7322 auto packLanes = [&DAG, &Ops, &DL] (SDValue Op, bool IsAligned) { in LowerINTRINSIC_W_CHAIN()