Home
last modified time | relevance | path

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

/netbsd/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/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp105 bool IsAligned = false; member in __anonc35600fc0111::X86FoldTablesEmitter::X86FoldTableEntry
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h393 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/netbsd/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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h393 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) &( ( Y ) -1 ) ) == 0 ) macro
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2501 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
/netbsd/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()