Searched defs:IsAligned (Results 1 – 10 of 10) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 33 StringRef CurrentLinePrefix, bool IsAligned, in Change() 49 bool IsAligned, bool InPPDirective) { in replaceWhitespace() 1012 bool IsAligned) { in appendIndentText()
|
H A D | WhitespaceManager.h | 129 bool IsAligned; member
|
H A D | ContinuationIndenter.h | 271 bool IsAligned : 1; member
|
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | X86FoldTablesEmitter.cpp | 105 bool IsAligned = false; member in __anonc35600fc0111::X86FoldTablesEmitter::X86FoldTableEntry
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 393 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 397 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 393 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
|
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/ |
H A D | CommonServices.h | 622 #define IsAligned( X, Y ) ( ( ( X ) &( ( Y ) -1 ) ) == 0 ) macro
|
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2501 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7322 auto packLanes = [&DAG, &Ops, &DL] (SDValue Op, bool IsAligned) { in LowerINTRINSIC_W_CHAIN()
|