Searched refs:current_stack (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 126 def visit_component_info(ci, current_stack, current_set): argument 132 for relation,ci in current_stack) 159 current_stack.append((relation,ci)) 161 visit_component_info(referent, current_stack, current_set) 163 current_stack.pop()
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | main.py | 138 def visit_component_info(ci, current_stack, current_set): argument 144 for relation,ci in current_stack) 171 current_stack.append((relation,ci)) 173 visit_component_info(referent, current_stack, current_set) 175 current_stack.pop()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler.cc | 169 stack_t current_stack; in RestoreAlternateStackLocked() local 170 if (sys_sigaltstack(NULL, ¤t_stack) == -1) in RestoreAlternateStackLocked() 175 if (current_stack.ss_sp == new_stack.ss_sp) { in RestoreAlternateStackLocked()
|
/external/python/cpython3/Modules/ |
D | faulthandler.c | 1372 stack_t current_stack = {}; in _PyFaulthandler_Fini() local 1373 if (sigaltstack(NULL, ¤t_stack) == 0) { in _PyFaulthandler_Fini() 1374 if (current_stack.ss_sp == stack.ss_sp) { in _PyFaulthandler_Fini()
|
/external/tensorflow/tensorflow/python/framework/ |
D | ops.py | 4323 current_stack = self._colocation_stack 4342 self._colocation_stack = current_stack
|