| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_secondary.h | 101 CHECK(IsAligned(map_beg, page_size_)); in Allocate() 107 CHECK(IsAligned(res, alignment)); in Allocate() 108 CHECK(IsAligned(res, page_size_)); in Allocate() 175 if (!IsAligned(reinterpret_cast<uptr>(p), page_size_)) { in GetMetaData() 177 CHECK(IsAligned(reinterpret_cast<uptr>(p), page_size_)); in GetMetaData() 297 CHECK(IsAligned(p, page_size_)); in GetHeader() 305 CHECK(IsAligned((uptr)h, page_size_)); in GetUser()
|
| H A D | sanitizer_stacktrace_sparc.cpp | 55 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast() 65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast()
|
| H A D | sanitizer_stacktrace.cpp | 109 IsAligned((uptr)frame, sizeof(*frame)) && in UnwindFast() 117 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in UnwindFast()
|
| H A D | sanitizer_win.cpp | 188 if (IsAligned(mapped_addr, alignment)) in MmapAlignedOrDieOnFatalError() 198 (mapped_addr == 0 || !IsAligned(mapped_addr, alignment)); in MmapAlignedOrDieOnFatalError() 370 CHECK(IsAligned(shadow_start, alignment)); in MapDynamicShadow()
|
| H A D | sanitizer_allocator_primary32.h | 307 CHECK(IsAligned(res, kRegionSize)); in AllocateRegion()
|
| H A D | sanitizer_posix.cpp | 93 if (!IsAligned(res, alignment)) { in MmapAlignedOrDieOnFatalError()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 205 NestedBlockIndent(Indent), IsAligned(false), in ParenState() 271 bool IsAligned : 1; member 361 if (IsAligned != Other.IsAligned) 362 return IsAligned;
|
| H A D | WhitespaceManager.h | 115 bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken); 131 bool IsAligned; member 328 bool IsAligned);
|
| H A D | WhitespaceManager.cpp | 35 StringRef CurrentLinePrefix, bool IsAligned, in Change() argument 41 CurrentLinePrefix(CurrentLinePrefix), IsAligned(IsAligned), in Change() 51 bool IsAligned, bool InPPDirective) { in replaceWhitespace() argument 57 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace() 1276 C.StartOfTokenColumn - std::max(0, C.Spaces), C.IsAligned); in generateChanges() 1323 bool IsAligned) { in appendIndentText() argument 1364 IsAligned ? IndentLevel * Style.IndentWidth : Spaces; in appendIndentText()
|
| H A D | ContinuationIndenter.cpp | 655 State.Stack.back().IsAligned = true; in addTokenOnCurrentLine() 889 State.Stack.back().IsAligned, in addTokenOnNewLine() 1381 NewParenState.IsAligned = true; in moveStatePastFakeLParens()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_fuchsia.cpp | 156 CHECK(IsAligned(p, kShadowAlignment)); in TagMemoryAligned() 157 CHECK(IsAligned(size, kShadowAlignment)); in TagMemoryAligned()
|
| H A D | hwasan_linux.cpp | 415 CHECK(IsAligned(p, kShadowAlignment)); in TagMemoryAligned() 416 CHECK(IsAligned(size, kShadowAlignment)); in TagMemoryAligned()
|
| H A D | hwasan_thread_list.h | 180 CHECK(IsAligned(free_space_, align)); in AllocThread()
|
| H A D | hwasan_allocator.cpp | 408 CHECK(IsAligned((uptr)ptr, alignment)); in hwasan_posix_memalign()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_secondary.h | 91 DCHECK(IsAligned(ReservedBeg, PageSize)); in Allocate() 105 if (!IsAligned(UserBeg, Alignment)) { in Allocate()
|
| H A D | scudo_allocator.cpp | 85 return IsAligned(reinterpret_cast<uptr>(Ptr), MinAlignment); in isAligned() 373 if (UNLIKELY(!IsAligned(UserPtr, Alignment))) { in allocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 105 bool IsAligned = false; member in __anonf081826f0111::X86FoldTablesEmitter::X86FoldTableEntry 125 if (IsAligned) in print() 501 Result.IsAligned = true; in addEntryWithFlags() 508 Result.IsAligned = true; in addEntryWithFlags()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_poisoning.cpp | 75 CHECK(IsAligned(end, SHADOW_GRANULARITY)); in AsanPoisonOrUnpoisonIntraObjectRedzone() 76 if (!IsAligned(ptr, SHADOW_GRANULARITY)) { in AsanPoisonOrUnpoisonIntraObjectRedzone() 356 IsAligned(beg, granularity))) { in __sanitizer_annotate_contiguous_container()
|
| H A D | asan_allocator.cpp | 520 CHECK(IsAligned(needed_size, min_alignment)); in Allocate() 562 if (!IsAligned(user_beg, alignment)) in Allocate() 1065 CHECK(IsAligned((uptr)ptr, alignment)); in asan_posix_memalign()
|
| H A D | asan_errors.cpp | 334 if (!IsAligned(beg, granularity)) in Print()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 540 CHECK(IsAligned(needed_size, min_alignment)); in Allocate() 574 if (!IsAligned(user_beg, alignment)) in Allocate() 856 CHECK(IsAligned((uptr)ptr, alignment)); in memprof_posix_memalign()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_allocator.cpp | 258 CHECK(IsAligned((uptr)ptr, alignment)); in dfsan_posix_memalign()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 162 CHECK(IsAligned((uptr)ptr, alignment)); in lsan_posix_memalign()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cpp | 341 CHECK(IsAligned((uptr)ptr, alignment)); in msan_posix_memalign()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cpp | 278 CHECK(IsAligned((uptr)ptr, align)); in user_posix_memalign()
|