Home
last modified time | relevance | path

Searched defs:new_depth (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp212 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth()
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp402 int new_depth = depth; in __kmp_affinity_remove_radix_one_levels() local
1862 int new_depth = 0; in __kmp_affinity_create_x2apicid_map() local
/external/python/cpython3/Python/
Dceval.c4821 _PyEval_SetCoroutineOriginTrackingDepth(PyThreadState *tstate, int new_depth) in _PyEval_SetCoroutineOriginTrackingDepth()
Dcompile.c5516 int new_depth = depth + effect; in stackdepth() local