Home
last modified time | relevance | path

Searched refs:FirstTime (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp87 bool FirstTime = (++Count == 1); in markSamplesUsed() local
88 if (FirstTime) in markSamplesUsed()
90 return FirstTime; in markSamplesUsed()
/openbsd-src/usr.sbin/ac/
H A Dac.c70 static time_t FirstTime = 0; variable
405 if (!FirstTime) in ac()
406 FirstTime = usr.ut_time; in ac()
441 FirstTime = usr.ut_time; /* shouldn't be needed */ in ac()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/t/
H A D01loadme.t8 use CPAN::FirstTime;
H A D03pkgs.t12 FirstTime
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm3 package CPAN::FirstTime;
H A DHandleConfig.pm610 require CPAN::FirstTime;
611 return CPAN::FirstTime::init($configpm || make_new_config(), %args);
H A DShell.pm666 require CPAN::FirstTime;
667 CPAN::FirstTime::init($configpm);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp709 bool FirstTime = R.second; in EnterSubmodule() local
710 if (FirstTime) { in EnterSubmodule()
745 if (FirstTime) in EnterSubmodule()
/openbsd-src/regress/usr.bin/make/
H A Dmk1694 CPAN::FirstTime 3p lib/CPAN/FirstTime.pm \
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5004delta.pod882 CPAN::FirstTime Utility for creating CPAN configuration file