HomeSort by: relevance | last modified time | path
    Searched defs:IsAligned (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h 53 unsigned StartOfTokenColumn, bool isAligned = false,
113 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken);
129 bool IsAligned;
221 bool IsAligned);
ContinuationIndenter.h 205 NestedBlockIndent(Indent), IsAligned(false),
271 bool IsAligned : 1;
361 if (IsAligned != Other.IsAligned)
362 return IsAligned;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 397 INLINE bool IsAligned(uptr a, uptr alignment) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 466 inline constexpr bool IsAligned(uptr a, uptr alignment) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 444 inline constexpr bool IsAligned(uptr a, uptr alignment) {
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h 587 /*! @function IsAligned
592 #define IsAligned( X, Y ) ( ( ( X ) &( ( Y ) -1 ) ) == 0 )
600 #define IsFieldAligned( X, TYPE, FIELD, Y ) IsAligned( ( (uintptr_t)( X ) ) + offsetof( TYPE, FIELD ), ( Y ) )

Completed in 40 milliseconds