Home
last modified time | relevance | path

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

/external/compiler-rt/test/dfsan/
Dbasic.c14 dfsan_label new_label = dfsan_get_label(i); in main() local
15 assert(i_label == new_label); in main()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.py510 self.return_label = self.new_label()
539 def new_label(self, name=None): member in FunctionState
548 label = self.new_label('resume_from_yield')
555 self.error_label = self.new_label('error')
570 (self.new_label("continue"),
571 self.new_label("break")))
592 new_labels.append(self.new_label(name))
1496 def new_label(self, name=None): return self.funcstate.new_label(name) member in CCodeWriter
DCode.pxd47 cpdef new_label(self, name=*) member in FunctionState
DNodes.py1608 code.return_from_error_cleanup_label = code.new_label()
3008 code.return_from_error_cleanup_label = code.new_label()
3154 end_label = code.new_label("argument_unpacking_done")
3276 argtuple_error_label = code.new_label("argtuple_error")
3819 code.return_from_error_cleanup_label = code.new_label()
3837 first_run_label = code.new_label('first_run')
5368 end_label = code.new_label()
5709 code.continue_label = code.new_label('outer_continue')
6036 step_over_label = code.new_label()
6084 step_over_label = code.new_label()
[all …]
DExprNodes.py6047 unpacking_error_label = code.new_label('unpacking_failed')
6076 unpacking_done_label = code.new_label('unpacking_done')
6456 exit_scope = code.new_label('exit_scope')
/external/e2fsprogs/misc/
Dtune2fs.c74 char *new_label, *new_last_mounted, *new_UUID; variable
835 new_label = argv[2]; in parse_e2label_options()
998 new_label = optarg; in parse_tune2fs_options()
2105 if (strlen(new_label) > sizeof(sb->s_volume_name)) in main()
2109 strncpy(sb->s_volume_name, new_label, in main()
/external/valgrind/main/perf/
Dtinycc.c17352 goto new_label; in asm_new_label1()
17356 new_label: in asm_new_label1()