Home
last modified time | relevance | path

Searched refs:BottomOfStack (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DStack.cpp22 static LLVM_THREAD_LOCAL void *BottomOfStack = nullptr; variable
42 if (!BottomOfStack) in noteBottomOfStack()
43 BottomOfStack = getStackPointer(); in noteBottomOfStack()
52 if (!BottomOfStack) in isStackNearlyExhausted()
55 intptr_t StackDiff = (intptr_t)getStackPointer() - (intptr_t)BottomOfStack; in isStackNearlyExhausted()