| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_thread.cpp | 27 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 35 __msan_unpoison((void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 47 CHECK(MEM_IS_APP(stack_.bottom)); in Init() 83 return {stack_.bottom, stack_.top}; in GetStackBounds() 90 return {stack_.bottom, stack_.top}; in GetStackBounds() 104 next_stack_.bottom = bottom; in StartSwitchFiber() 105 next_stack_.top = bottom + size; in StartSwitchFiber() 112 *bottom_old = stack_.bottom; in FinishSwitchFiber() 114 *size_old = stack_.top - stack_.bottom; in FinishSwitchFiber() 115 stack_.bottom = next_stack_.bottom; in FinishSwitchFiber() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 132 next_stack_bottom_ = bottom; in StartSwitchFiber() 133 next_stack_top_ = bottom + size; in StartSwitchFiber() 191 return GetStackBounds().bottom; in stack_bottom() 196 return bounds.top - bounds.bottom; in stack_size() 335 uptr bottom = 0; in GetStackFrameAccessByAddr() local 337 bottom = stack_bottom(); in GetStackFrameAccessByAddr() 340 CHECK(bottom); in GetStackFrameAccessByAddr() 341 access->offset = addr - bottom; in GetStackFrameAccessByAddr() 376 uptr bottom = 0; in GetStackVariableShadowStart() local 378 bottom = stack_bottom(); in GetStackVariableShadowStart() [all …]
|
| H A D | asan_rtl.cpp | 521 void UnpoisonStack(uptr bottom, uptr top, const char *type) { in UnpoisonStack() argument 523 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack() 534 type, (void *)top, (void *)bottom, (void *)(top - bottom), in UnpoisonStack() 535 top - bottom); in UnpoisonStack() 538 PoisonShadow(bottom, RoundUpTo(top - bottom, ASAN_SHADOW_GRANULARITY), 0); in UnpoisonStack() 542 uptr bottom, top; in UnpoisonDefaultStack() local 548 bottom = ((uptr)&local_stack - page_size) & ~(page_size - 1); in UnpoisonDefaultStack() 555 top = bottom + stack_size; in UnpoisonDefaultStack() 558 UnpoisonStack(bottom, top, "default"); in UnpoisonDefaultStack() 595 uptr bottom = t->stack_bottom(); in __asan_handle_vfork() local [all …]
|
| H A D | asan_fuchsia.cpp | 74 uptr bottom = curr_thread->stack_bottom(); in PlatformUnpoisonStacks() local 78 if (local_stack >= bottom && local_stack <= top) { in PlatformUnpoisonStacks() 81 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks() 82 UnpoisonStack(bottom, top, "default"); in PlatformUnpoisonStacks() 86 UnpoisonStack(bottom, top, "default"); in PlatformUnpoisonStacks() 87 bottom = RoundDownTo(local_stack, GetPageSize()); in PlatformUnpoisonStacks() 88 top = bottom + GetPageSize(); in PlatformUnpoisonStacks() 89 UnpoisonStack(bottom, top, "unknown"); in PlatformUnpoisonStacks()
|
| /llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/ |
| H A D | agogo.css_t | 63 margin-bottom: 1em; 68 margin-bottom: 0; 76 margin-bottom: .8em; 84 padding-bottom: .5em; 113 margin-bottom: 10px; 131 padding-bottom: 10px; 139 margin-bottom: .8em; 198 margin-bottom: 1em; 213 margin-bottom: .8em; 218 margin-bottom: .8em; [all …]
|
| /llvm-project-15.0.7/polly/www/video-js/ |
| H A D | video-js.css | 51 …bottom: 0px; /* Distance from the bottom of the box/video. Keep 0. Use height to add more bottom m… 88 …border-bottom-right-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomrig… 92 …border-bottom-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft:… 104 /* Height of play icon is total top & bottom border widths. Color is transparent. */ 105 border-top: 5px solid rgba(0,0,0,0); border-bottom: 5px solid rgba(0,0,0,0); 152 width: 5px; height: 0px; /* Total height is height + bottom border */ 157 .vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 16px; } 158 .vjs-volume-control div span:nth-child(2) { border-bottom-width: 4px; height: 14px; } 159 .vjs-volume-control div span:nth-child(3) { border-bottom-width: 7px; height: 11px; } 176 margin-bottom: 3px; /* Space between top-left and bottom-left */ [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.cpp | 26 GetThreadStackAndTls(IsMainThread(), &stack_.bottom, &stack_size, &tls_begin_, in SetThreadStackAndTls() 28 stack_.top = stack_.bottom + stack_size; in SetThreadStackAndTls() 36 dfsan_set_label(0, (void *)stack_.bottom, stack_.top - stack_.bottom); in ClearShadowForThreadStackAndTLS() 87 return {stack_.bottom, stack_.top}; in GetStackBounds() 92 uptr DFsanThread::stack_bottom() { return GetStackBounds().bottom; } in stack_bottom() 96 return addr >= bounds.bottom && addr < bounds.top; in AddrIsInStack()
|
| /llvm-project-15.0.7/polly/www/ |
| H A D | menu.css | 20 font-bottom: 1.2em; 34 margin-bottom: 0.4em; 44 padding-bottom: 0.2em; 59 margin-bottom: -1.2em; 77 padding-bottom: 0em;
|
| H A D | content.css | 28 li { padding-bottom: 0.5em; } 62 margin-bottom: 1em 68 padding-bottom: 0em; 69 margin-bottom: 0em; 102 padding-bottom: .5em; 114 padding-bottom: 0.2em;
|
| /llvm-project-15.0.7/clang/www/analyzer/ |
| H A D | content.css | 16 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 } 19 li { padding-bottom: 0.5em } 56 border-bottom: 2px solid #cccccc; 61 table.options { margin-left:0px; margin-top:20px; margin-bottom:20px } 62 table.options td { border-bottom: 1px #cccccc dotted } 69 margin:0px; margin-top:20px; margin-bottom:20px; 79 border-bottom: 2px solid #cccccc; 82 table.checkers td { border-right: 1px #cccccc dotted; border-bottom: 1px #cccccc dotted; }
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag_standalone.cpp | 22 uptr bottom = 0; in UnwindImpl() local 23 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl() 25 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 108 uptr bottom = stack_bottom; in UnwindFast() local 110 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast() 118 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast() 138 bottom = (uptr)frame; in UnwindFast() 145 frame = GetCanonicFrame(new_bp, stack_top, bottom); in UnwindFast()
|
| H A D | sanitizer_stacktrace_sparc.cpp | 63 uptr bottom = stack_bottom; in UnwindFast() local 65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast() 78 bottom = bp; in UnwindFast()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/_static/ |
| H A D | clang-tools-extra-styles.css | 3 margin-bottom: 0.5em; 8 border-bottom: 1px solid rgba(0, 0, 128, 0.2); 9 margin-bottom: 1em;
|
| /llvm-project-15.0.7/lldb/docs/_static/ |
| H A D | lldb.css | 34 border-bottom: 2px #fefefe solid; 44 padding-bottom: 15px; 60 margin-bottom: 0; 72 border-bottom: 1px solid #fefefe;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | clang-doc-default-stylesheet.css | 58 margin-bottom: 25px; 191 margin-bottom: 36px; 241 margin-bottom: 1em; 336 margin-bottom: 1em; 347 margin-bottom: 0; 523 margin-bottom: 8px; 529 margin-bottom: 8px; 534 margin-bottom: 8px; 539 margin-bottom: 0; 701 margin-bottom: 0; [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_stack_trace.cpp | 52 uptr bottom = 0; in UnwindImpl() local 53 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl() 55 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_stack_trace.cpp | 52 uptr bottom = 0; in UnwindImpl() local 53 GetThreadStackTopAndBottom(false, &top, &bottom); in UnwindImpl() 55 Unwind(max_depth, pc, bp, context, top, bottom, fast); in UnwindImpl()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | SingleVarConstantPropagationTest.cpp | 65 static constexpr ConstantPropagationLattice bottom() { return {llvm::None}; } in bottom() function 76 if (*this == Other || Other == bottom() || *this == top()) in join() 79 if (*this == bottom()) { in join() 91 if (L == L.bottom()) in operator <<() 122 return ConstantPropagationLattice::bottom(); in initialElement() 176 MATCHER(IsUnknown, "") { return arg == arg.bottom(); }
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/ |
| H A D | backtrace_sanitizer_common.cpp | 29 uptr bottom = 0; in UnwindImpl() local 30 GetThreadStackTopAndBottom(/*at_initialization*/ false, &top, &bottom); in UnwindImpl() 32 return Unwind(max_depth, pc, bp, context, top, bottom, request_fast); in UnwindImpl()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/backtrace_limit/ |
| H A D | main.cpp | 1 int bottom () { in bottom() function 8 return bottom(); in foo()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | category_bottom.h | 4 -(void)bottom; 10 -(void)bottom;
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | diamond-pch.c | 14 bottom(&c); in test_diamond() 15 bottom(&d); in test_diamond()
|
| H A D | diamond.c | 15 bottom(&c); in test_diamond() 16 bottom(&d); in test_diamond()
|
| /llvm-project-15.0.7/llvm/docs/_ocamldoc/ |
| H A D | style.css | 27 .codepre { margin-bottom:1.375em /* after code example we introduce space. */ } 44 h1 + pre { margin-bottom:1.375em} /* Toplevel module description */ 48 /* .navbar { margin-bottom: -1.375em } */ 66 ul, ol { margin-top:0.688em; padding-bottom:0.687em; 91 .paramstable { border-style : hidden ; padding-bottom:1.375em}
|