HomeSort by relevance Sort by last modified time
    Searched refs:current_stack (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
m_stacks.c 100 static Stack *current_stack; variable
196 current_stack = i;
216 if (current_stack && current_stack->id == id) {
217 current_stack = NULL;
282 if (current_stack == NULL ||
283 new_SP < current_stack->start || new_SP > current_stack->end) {
286 && (current_stack == NULL || new_stack->id != current_stack->id)) {
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 137 def visit_component_info(ci, current_stack, current_set):
143 for relation,ci in current_stack)
170 current_stack.append((relation,ci))
172 visit_component_info(referent, current_stack, current_set)
174 current_stack.pop()
    [all...]

Completed in 4818 milliseconds