Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 170) sorted by relevance

1234567

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp27 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 Dasan_thread.cpp132 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 Dasan_rtl.cpp521 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 Dasan_fuchsia.cpp74 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 Dagogo.css_t63 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 Dvideo-js.css51bottom: 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 Ddfsan_thread.cpp26 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 Dmenu.css20 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 Dcontent.css28 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 Dcontent.css16 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 Dubsan_diag_standalone.cpp22 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 Dsanitizer_stacktrace.cpp108 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 Dsanitizer_stacktrace_sparc.cpp63 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 Dclang-tools-extra-styles.css3 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 Dlldb.css34 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 Dclang-doc-default-stylesheet.css58 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 Dtsan_stack_trace.cpp52 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 Dtsan_stack_trace.cpp52 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 DSingleVarConstantPropagationTest.cpp65 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 Dbacktrace_sanitizer_common.cpp29 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 Dmain.cpp1 int bottom () { in bottom() function
8 return bottom(); in foo()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dcategory_bottom.h4 -(void)bottom;
10 -(void)bottom;
/llvm-project-15.0.7/clang/test/Modules/
H A Ddiamond-pch.c14 bottom(&c); in test_diamond()
15 bottom(&d); in test_diamond()
H A Ddiamond.c15 bottom(&c); in test_diamond()
16 bottom(&d); in test_diamond()
/llvm-project-15.0.7/llvm/docs/_ocamldoc/
H A Dstyle.css27 .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}

1234567