Searched refs:FirstTime (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp87 bool FirstTime = (++Count == 1); local
88 if (FirstTime)
90 return FirstTime;
/freebsd-current/usr.sbin/ac/
H A Dac.c85 static struct timeval FirstTime = { 0, 0 }; variable in typeref:struct:timeval
374 up->ut_tv = FirstTime;
424 if (!timerisset(&FirstTime))
425 FirstTime = ut_timecopy;
457 FirstTime = ut_timecopy; /* shouldn't be needed */
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp724 bool FirstTime = R.second;
725 if (FirstTime) {
760 if (FirstTime)

Completed in 77 milliseconds