Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
H A Dinherit_trace.t7 sub do_it {
17 do_it();
18 do_it();
21 do_it();
22 do_it();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp162 void ThreadPlanStepOverBreakpoint::SetAutoContinue(bool do_it) { in SetAutoContinue() argument
163 m_auto_continue = do_it; in SetAutoContinue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanStepOverBreakpoint.h32 void SetAutoContinue(bool do_it);
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/
H A DHashBase.t71 sub do_it {
80 is($pkg->do_it, 'const', "worked as expected");
88 is($pkg->do_it, 'const', "worked as expected, const was constant");
/openbsd-src/gnu/gcc/libcpp/
H A Dtraditional.c614 bool do_it = false; in _cpp_scan_out_logical_line() local
618 do_it = true; in _cpp_scan_out_logical_line()
622 do_it = lex_identifier (pfile, cur)->is_directive; in _cpp_scan_out_logical_line()
624 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM) in _cpp_scan_out_logical_line()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c711 bool do_it = false; local
715 do_it = true;
719 do_it = lex_identifier (pfile, cur)->directive_index != 0;
721 if (do_it || CPP_OPTION (pfile, lang) != CLK_ASM)
/openbsd-src/games/hack/
H A Dhack.read.c515 if(Blind) goto do_it; in litroom()
548 do_it: in litroom()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c3575 bfd_boolean do_it) in narrow_instruction() argument
3699 if (do_it) in narrow_instruction()
3720 bfd_boolean do_it) in widen_instruction() argument
3845 if (do_it) in widen_instruction()
H A Delflink.c2859 bfd_boolean do_it) in elf_add_dt_needed_tag() argument
2899 if (do_it) in elf_add_dt_needed_tag()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delflink.c2647 bfd_boolean do_it) in elf_add_dt_needed_tag() argument
2685 if (do_it) in elf_add_dt_needed_tag()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c4984 do_it (void) in do_it() function